summaryrefslogtreecommitdiff
path: root/lisp/mail/pmailmm.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-09-06 02:28:43 +0000
committerGlenn Morris <rgm@gnu.org>2008-09-06 02:28:43 +0000
commit8c1ded96b6484a87cf0fbcb1ecd771218dcbc21f (patch)
treed71089dcb091b1745caacdcf5b6c40f94e42429d /lisp/mail/pmailmm.el
parent6eb249b7ace788ad26ccfb42d97a44706985481d (diff)
downloademacs-8c1ded96b6484a87cf0fbcb1ecd771218dcbc21f.tar.gz
Fix copyright years and license notices.
Diffstat (limited to 'lisp/mail/pmailmm.el')
-rw-r--r--lisp/mail/pmailmm.el14
1 files changed, 6 insertions, 8 deletions
diff --git a/lisp/mail/pmailmm.el b/lisp/mail/pmailmm.el
index 551b12876be..0d830f15e7a 100644
--- a/lisp/mail/pmailmm.el
+++ b/lisp/mail/pmailmm.el
@@ -7,10 +7,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 2, 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
@@ -18,9 +18,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:
@@ -32,7 +30,7 @@
;; (autoload 'pmail-mime "pmailmm"
;; "Show MIME message." t)
-;; (add-hook 'pmail-mode-hook
+;; (add-hook 'pmail-mode-hook
;; (lambda ()
;; (define-key pmail-mode-map (kbd "v")
;; 'pmail-mime)))
@@ -409,4 +407,4 @@ This calls `pmail-mime-show' to do the real job."
(provide 'pmailmm)
;; arch-tag: 3f2c5e5d-1aef-4512-bc20-fd737c9d5dd9
-;; pmailmm.el ends here
+;;; pmailmm.el ends here