summaryrefslogtreecommitdiff
path: root/leim/quail/sgml-input.el
diff options
context:
space:
mode:
Diffstat (limited to 'leim/quail/sgml-input.el')
-rw-r--r--leim/quail/sgml-input.el14
1 files changed, 6 insertions, 8 deletions
diff --git a/leim/quail/sgml-input.el b/leim/quail/sgml-input.el
index fc61e319c2a..4c8ce3a70ff 100644
--- a/leim/quail/sgml-input.el
+++ b/leim/quail/sgml-input.el
@@ -8,20 +8,18 @@
;; This file is part of GNU Emacs.
-;; This file 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.
-;; This file is distributed in the hope that it will be useful,
+;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; 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:
@@ -1061,5 +1059,5 @@ E.g.: &aacute; -> á"
("&zwnj;" ?\‌) ;; ZERO WIDTH NON-JOINER
)
-;;; arch-tag: ad2a65ea-f903-423b-b3bd-08d0912ae41f
+;; arch-tag: ad2a65ea-f903-423b-b3bd-08d0912ae41f
;;; sgml-input.el ends here