comparison leim/quail/py-punct.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
11 11
12 ;; Keywords: multilingual, input method, Chienese 12 ;; Keywords: multilingual, input method, Chienese
13 13
14 ;; This file is part of GNU Emacs. 14 ;; This file is part of GNU Emacs.
15 15
16 ;; GNU Emacs is free software; you can redistribute it and/or modify 16 ;; GNU Emacs is free software: you can redistribute it and/or modify
17 ;; it under the terms of the GNU General Public License as published by 17 ;; it under the terms of the GNU General Public License as published by
18 ;; the Free Software Foundation; either version 3, or (at your option) 18 ;; the Free Software Foundation, either version 3 of the License, or
19 ;; any later version. 19 ;; (at your option) any later version.
20 20
21 ;; GNU Emacs is distributed in the hope that it will be useful, 21 ;; GNU Emacs is distributed in the hope that it will be useful,
22 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 22 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
23 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 ;; GNU General Public License for more details. 24 ;; GNU General Public License for more details.
25 25
26 ;; You should have received a copy of the GNU General Public License 26 ;; You should have received a copy of the GNU General Public License
27 ;; along with GNU Emacs; see the file COPYING. If not, write to the 27 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
28 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
29 ;; Boston, MA 02110-1301, USA.
30 28
31 ;;; Commentary: 29 ;;; Commentary:
32 30
33 ;;; Code: 31 ;;; Code:
34 32
75 (setcar (nthcdr 2 quail-current-package) 73 (setcar (nthcdr 2 quail-current-package)
76 (copy-sequence (nth 2 (assoc "chinese-tonepy" quail-package-alist)))) 74 (copy-sequence (nth 2 (assoc "chinese-tonepy" quail-package-alist))))
77 75
78 (quail-defrule "v" (nth 2 (assoc "chinese-punct" quail-package-alist))) 76 (quail-defrule "v" (nth 2 (assoc "chinese-punct" quail-package-alist)))
79 77
80 ;;; arch-tag: 941fd2ac-2d26-4b0e-8458-b5e485c5aa7d 78 ;; arch-tag: 941fd2ac-2d26-4b0e-8458-b5e485c5aa7d
81 ;;; py-punct.el ends here 79 ;;; py-punct.el ends here