comparison lisp/mule/mule-cmds.el @ 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 f9ec07abdbf9
children ac37a5f7e5be
comparison
equal deleted inserted replaced
5280:59a6419f7504 5402:308d34e9f07d
7 7
8 ;; Keywords: mule, multilingual 8 ;; Keywords: mule, multilingual
9 9
10 ;; This file is part of XEmacs. 10 ;; This file is part of XEmacs.
11 11
12 ;; XEmacs is free software; you can redistribute it and/or modify it 12 ;; XEmacs is free software: you can redistribute it and/or modify it
13 ;; under the terms of the GNU General Public License as published by 13 ;; under the terms of the GNU General Public License as published by the
14 ;; the Free Software Foundation; either version 2, or (at your option) 14 ;; Free Software Foundation, either version 3 of the License, or (at your
15 ;; any later version. 15 ;; option) any later version.
16 16
17 ;; XEmacs is distributed in the hope that it will be useful, but 17 ;; XEmacs is distributed in the hope that it will be useful, but WITHOUT
18 ;; WITHOUT ANY WARRANTY; without even the implied warranty of 18 ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
20 ;; General Public License for more details. 20 ;; for more details.
21 21
22 ;; You should have received a copy of the GNU General Public License 22 ;; You should have received a copy of the GNU General Public License
23 ;; along with XEmacs; see the file COPYING. If not, write to the Free 23 ;; along with XEmacs. If not, see <http://www.gnu.org/licenses/>.
24 ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
25 ;; 02111-1307, USA.
26 24
27 ;; Note: Some of the code here is now in code-cmds.el 25 ;; Note: Some of the code here is now in code-cmds.el
28 26
29 ;;; Code: 27 ;;; Code:
30 28