comparison lisp/international/mule-util.el @ 94664:889bc336b89b

Switch to recommended form of GPLv3 permissions notice.
author Glenn Morris <rgm@gnu.org>
date Tue, 06 May 2008 04:18:16 +0000
parents 39b7a7b122f8
children b4e36ff621b3
comparison
equal deleted inserted replaced
94663:90c9ebd43589 94664:889bc336b89b
12 12
13 ;; Keywords: mule, multilingual 13 ;; Keywords: mule, multilingual
14 14
15 ;; This file is part of GNU Emacs. 15 ;; This file is part of GNU Emacs.
16 16
17 ;; GNU Emacs is free software; you can redistribute it and/or modify 17 ;; GNU Emacs is free software: you can redistribute it and/or modify
18 ;; it under the terms of the GNU General Public License as published by 18 ;; it under the terms of the GNU General Public License as published by
19 ;; the Free Software Foundation; either version 3, or (at your option) 19 ;; the Free Software Foundation, either version 3 of the License, or
20 ;; any later version. 20 ;; (at your option) any later version.
21 21
22 ;; GNU Emacs is distributed in the hope that it will be useful, 22 ;; GNU Emacs is distributed in the hope that it will be useful,
23 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 23 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
24 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 ;; GNU General Public License for more details. 25 ;; GNU General Public License for more details.
26 26
27 ;; You should have received a copy of the GNU General Public License 27 ;; You should have received a copy of the GNU General Public License
28 ;; along with GNU Emacs; see the file COPYING. If not, write to the 28 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
29 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
30 ;; Boston, MA 02110-1301, USA.
31 29
32 ;;; Commentary: 30 ;;; Commentary:
33 31
34 ;;; Code: 32 ;;; Code:
35 33