Mercurial > hg > xemacs-beta
comparison lwlib/xlwscrollbar.c @ 5422:ade4c7e2c6cb
Migrate lwlib/ to GPLv3.
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Sun, 31 Oct 2010 01:25:03 +0100 |
parents | 726060ee587c |
children |
comparison
equal
deleted
inserted
replaced
5421:04ff11b0e50a | 5422:ade4c7e2c6cb |
---|---|
2 Copyright (C) 1992, 1993, 1994 Lucid, Inc. | 2 Copyright (C) 1992, 1993, 1994 Lucid, Inc. |
3 Copyright (C) 1997 Sun Microsystems, Inc. | 3 Copyright (C) 1997 Sun Microsystems, Inc. |
4 | 4 |
5 This file is part of the Lucid Widget Library. | 5 This file is part of the Lucid Widget Library. |
6 | 6 |
7 The Lucid Widget Library is free software; you can redistribute it and/or | 7 The Lucid Widget Library is free software: you can redistribute it |
8 modify it under the terms of the GNU General Public License as published by | 8 and/or modify it under the terms of the GNU General Public License as |
9 the Free Software Foundation; either version 2, or (at your option) | 9 published by the Free Software Foundation, either version 3 of the |
10 any later version. | 10 License, or (at your option) any later version. |
11 | 11 |
12 The Lucid Widget Library is distributed in the hope that it will be useful, | 12 The Lucid Widget Library is distributed in the hope that it will be |
13 but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 useful, but WITHOUT ANY WARRANTY; without even the implied warranty of |
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
15 GNU General Public License for more details. | 15 General Public License for more details. |
16 | 16 |
17 You should have received a copy of the GNU General Public License | 17 You should have received a copy of the GNU General Public License |
18 along with XEmacs; see the file COPYING. If not, write to | 18 along with the Lucid Widget Library. If not, see |
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 <http://www.gnu.org/licenses/>. */ |
20 Boston, MA 02111-1307, USA. */ | |
21 | 20 |
22 /* Created by Douglas Keller <dkeller@vnet.ibm.com> */ | 21 /* Created by Douglas Keller <dkeller@vnet.ibm.com> */ |
23 /* Lots of hacking by Martin Buchholz */ | 22 /* Lots of hacking by Martin Buchholz */ |
24 | 23 |
25 /* | 24 /* |