Mercurial > hg > xemacs-beta
comparison man/lispref/packaging.texi @ 5402:308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Thu, 14 Oct 2010 17:15:20 +0200 |
parents | 15139dbf89f4 |
children | d11efddf3617 |
comparison
equal
deleted
inserted
replaced
5280:59a6419f7504 | 5402:308d34e9f07d |
---|---|
991 | 991 |
992 @example | 992 @example |
993 # Makefile for build lisp code | 993 # Makefile for build lisp code |
994 | 994 |
995 # This file is part of XEmacs. | 995 # This file is part of XEmacs. |
996 | 996 # |
997 # XEmacs is free software; you can redistribute it and/or modify it | 997 # XEmacs is free software: you can redistribute it and/or modify it |
998 # under the terms of the GNU General Public License as published by the | 998 # under the terms of the GNU General Public License as published by the |
999 # Free Software Foundation; either version 2, or (at your option) any | 999 # Free Software Foundation, either version 3 of the License, or (at your |
1000 # later version. | 1000 # option) any later version. |
1001 | 1001 # |
1002 # XEmacs is distributed in the hope that it will be useful, but WITHOUT | 1002 # XEmacs is distributed in the hope that it will be useful, but WITHOUT |
1003 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 1003 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
1004 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | 1004 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
1005 # for more details. | 1005 # for more details. |
1006 | 1006 # |
1007 # You should have received a copy of the GNU General Public License | 1007 # You should have received a copy of the GNU General Public License |
1008 # along with XEmacs; see the file COPYING. If not, write to | 1008 # along with XEmacs. If not, see <http://www.gnu.org/licenses/>. |
1009 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
1010 # Boston, MA 02111-1307, USA. | |
1011 | 1009 |
1012 # For the time being, remove MULE_ELCS from the all dependencies if | 1010 # For the time being, remove MULE_ELCS from the all dependencies if |
1013 # building without Mule. | 1011 # building without Mule. |
1014 | 1012 |
1015 VERSION = 1.10 | 1013 VERSION = 1.10 |