summaryrefslogtreecommitdiff
path: root/leim/quail/py-punct.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-05-07 03:37:08 +0000
committerGlenn Morris <rgm@gnu.org>2008-05-07 03:37:08 +0000
commit8597995f2200a2ec93505ab5f616a62644b1da39 (patch)
tree6a7ff635b1a78f46fb8f00588c494a1e8c272af9 /leim/quail/py-punct.el
parent54d3a22dc2b37b223e26bf6ee097e1461c98db0a (diff)
downloademacs-8597995f2200a2ec93505ab5f616a62644b1da39.tar.gz
Switch to recommended form of GPLv3 permissions notice.
Fix footer where needed.
Diffstat (limited to 'leim/quail/py-punct.el')
-rw-r--r--leim/quail/py-punct.el12
1 files changed, 5 insertions, 7 deletions
diff --git a/leim/quail/py-punct.el b/leim/quail/py-punct.el
index cdba6addf09..0df611aad9e 100644
--- a/leim/quail/py-punct.el
+++ b/leim/quail/py-punct.el
@@ -13,10 +13,10 @@
;; This file is part of GNU Emacs.
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; GNU Emacs is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 3, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -24,9 +24,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
@@ -77,5 +75,5 @@ For instance, typing `v' and `%' insert `$A#%(B'.
(quail-defrule "v" (nth 2 (assoc "chinese-punct" quail-package-alist)))
-;;; arch-tag: 941fd2ac-2d26-4b0e-8458-b5e485c5aa7d
+;; arch-tag: 941fd2ac-2d26-4b0e-8458-b5e485c5aa7d
;;; py-punct.el ends here