comparison leim/quail/sgml-input.el @ 94710:4f1fd208c354

Switch to recommended form of GPLv3 permissions notice. Fix footer where needed.
author Glenn Morris <rgm@gnu.org>
date Wed, 07 May 2008 03:37:08 +0000
parents 3ca83a726835
children 0d2e4142fb60
comparison
equal deleted inserted replaced
94709:2281719c874d 94710:4f1fd208c354
6 ;; Author: Dave Love <fx@gnu.org> 6 ;; Author: Dave Love <fx@gnu.org>
7 ;; Keywords: i18n 7 ;; Keywords: i18n
8 8
9 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
10 10
11 ;; This file is free software; you can redistribute it and/or modify 11 ;; GNU Emacs is free software: you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by 12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 3, or (at your option) 13 ;; the Free Software Foundation, either version 3 of the License, or
14 ;; any later version. 14 ;; (at your option) any later version.
15 15
16 ;; This file is distributed in the hope that it will be useful, 16 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details. 19 ;; GNU General Public License for more details.
20 20
21 ;; You should have received a copy of the GNU General Public License 21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING. If not, write to 22 ;; along with GNU Emacs. 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 23
26 ;;; Commentary: 24 ;;; Commentary:
27 25
28 ;; The table was derived from the Unicode consortium file 26 ;; The table was derived from the Unicode consortium file
29 ;; MAPPINGS/VENDORS/MISC/SGML.TXT. 27 ;; MAPPINGS/VENDORS/MISC/SGML.TXT.
1059 ("&zhcy;" ?\ж) ;; CYRILLIC SMALL LETTER ZHE 1057 ("&zhcy;" ?\ж) ;; CYRILLIC SMALL LETTER ZHE
1060 ("&zwj;" ?\‍) ;; ZERO WIDTH JOINER 1058 ("&zwj;" ?\‍) ;; ZERO WIDTH JOINER
1061 ("&zwnj;" ?\‌) ;; ZERO WIDTH NON-JOINER 1059 ("&zwnj;" ?\‌) ;; ZERO WIDTH NON-JOINER
1062 ) 1060 )
1063 1061
1064 ;;; arch-tag: ad2a65ea-f903-423b-b3bd-08d0912ae41f 1062 ;; arch-tag: ad2a65ea-f903-423b-b3bd-08d0912ae41f
1065 ;;; sgml-input.el ends here 1063 ;;; sgml-input.el ends here