comparison leim/quail/latin-pre.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 606f2d163a64
children a99299e4d2de
comparison
equal deleted inserted replaced
94709:2281719c874d 94710:4f1fd208c354
10 10
11 ;; Keywords: mule, multilingual, latin, input method 11 ;; Keywords: mule, multilingual, latin, input method
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 ;; Key translation maps were originally copied from iso-acc.el. 30 ;; Key translation maps were originally copied from iso-acc.el.
33 ;; latin-1-prefix: extra special characters added, adapted from the vim 31 ;; latin-1-prefix: extra special characters added, adapted from the vim
1189 ("~z" ?ž) 1187 ("~z" ?ž)
1190 ("~|" ?¦) 1188 ("~|" ?¦)
1191 ("~~" ?¸) 1189 ("~~" ?¸)
1192 ) 1190 )
1193 1191
1194 ;;; arch-tag: 83017837-6b84-4366-b183-e0577e3ed838 1192 ;; arch-tag: 83017837-6b84-4366-b183-e0577e3ed838
1195 ;;; latin-pre.el ends here 1193 ;;; latin-pre.el ends here