Mercurial > hg > xemacs-beta
comparison src/ui-gtk.c @ 5405:2aa9cd456ae7
Move src/ to GPLv3.
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Fri, 15 Oct 2010 16:35:24 +0200 |
parents | ba07c880114a |
children | 56144c8593a8 |
comparison
equal
deleted
inserted
replaced
5404:91b3aa59f49b | 5405:2aa9cd456ae7 |
---|---|
6 ** Copyright (c) 2000 William M. Perry <wmperry@gnu.org> | 6 ** Copyright (c) 2000 William M. Perry <wmperry@gnu.org> |
7 ** Copyright (C) 2010 Ben Wing. | 7 ** Copyright (C) 2010 Ben Wing. |
8 ** | 8 ** |
9 ** This file is part of XEmacs. | 9 ** This file is part of XEmacs. |
10 ** | 10 ** |
11 ** XEmacs is free software; you can redistribute it and/or modify it | 11 ** This file is part of XEmacs. |
12 ** | |
13 ** XEmacs is free software: you can redistribute it and/or modify it | |
12 ** under the terms of the GNU General Public License as published by the | 14 ** under the terms of the GNU General Public License as published by the |
13 ** Free Software Foundation; either version 2, or (at your option) any | 15 ** Free Software Foundation, either version 3 of the License, or (at your |
14 ** later version. | 16 ** option) any later version. |
15 ** | 17 ** |
16 ** XEmacs is distributed in the hope that it will be useful, but WITHOUT | 18 ** XEmacs is distributed in the hope that it will be useful, but WITHOUT |
17 ** ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 19 ** ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
18 ** FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | 20 ** FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
19 ** for more details. | 21 ** for more details. |
20 ** | 22 ** |
21 ** You should have received a copy of the GNU General Public License | 23 ** You should have received a copy of the GNU General Public License |
22 ** along with XEmacs; see the file COPYING. If not, write to | 24 ** along with XEmacs. If not, see <http://www.gnu.org/licenses/>. */ |
23 ** the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, | |
24 ** Boston, MA 02110-1301, USA. */ | |
25 | 25 |
26 #include <config.h> | 26 #include <config.h> |
27 #include "lisp.h" | 27 #include "lisp.h" |
28 | 28 |
29 #include "buffer.h" | 29 #include "buffer.h" |