comparison lisp/international/codepage.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 27a3a0b2d3d2
children
comparison
equal deleted inserted replaced
94663:90c9ebd43589 94664:889bc336b89b
10 ;; Maintainer: FSF 10 ;; Maintainer: FSF
11 ;; Keywords: i18n ms-dos ms-windows codepage obsolete 11 ;; Keywords: i18n ms-dos ms-windows codepage obsolete
12 12
13 ;; This file is part of GNU Emacs. 13 ;; This file is part of GNU Emacs.
14 14
15 ;; GNU Emacs is free software; you can redistribute it and/or modify 15 ;; GNU Emacs is free software: you can redistribute it and/or modify
16 ;; it under the terms of the GNU General Public License as published by 16 ;; it under the terms of the GNU General Public License as published by
17 ;; the Free Software Foundation; either version 3, or (at your option) 17 ;; the Free Software Foundation, either version 3 of the License, or
18 ;; any later version. 18 ;; (at your option) any later version.
19 19
20 ;; GNU Emacs is distributed in the hope that it will be useful, 20 ;; GNU Emacs is distributed in the hope that it will be useful,
21 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 21 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
22 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 ;; GNU General Public License for more details. 23 ;; GNU General Public License for more details.
24 24
25 ;; You should have received a copy of the GNU General Public License 25 ;; You should have received a copy of the GNU General Public License
26 ;; along with GNU Emacs; see the file COPYING. If not, write to the 26 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
27 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
28 ;; Boston, MA 02110-1301, USA.
29 27
30 ;;; Commentary: 28 ;;; Commentary:
31 29
32 ;; Special coding systems for DOS/Windows codepage support. 30 ;; Special coding systems for DOS/Windows codepage support.
33 ;; Obsolete. 31 ;; Obsolete.