comparison lisp/mail/pmailmm.el @ 98012:f4a921de2099

Fix copyright years and license notices.
author Glenn Morris <rgm@gnu.org>
date Sat, 06 Sep 2008 02:28:43 +0000
parents 1aab9bdd9355
children 72564311fb7b
comparison
equal deleted inserted replaced
98011:073472b9e9db 98012:f4a921de2099
5 ;; Maintainer: FSF 5 ;; Maintainer: FSF
6 ;; Keywords: mail 6 ;; Keywords: mail
7 7
8 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
9 9
10 ;; GNU Emacs is free software; you can redistribute it and/or modify 10 ;; GNU Emacs is free software: you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by 11 ;; it under the terms of the GNU General Public License as published by
12 ;; the Free Software Foundation; either version 2, or (at your option) 12 ;; the Free Software Foundation, either version 3 of the License, or
13 ;; any later version. 13 ;; (at your option) any later version.
14 14
15 ;; GNU Emacs is distributed in the hope that it will be useful, 15 ;; GNU Emacs is distributed in the hope that it will be useful,
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 ;; GNU General Public License for more details. 18 ;; GNU General Public License for more details.
19 19
20 ;; You should have received a copy of the GNU General Public License 20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the 21 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23 ;; Boston, MA 02110-1301, USA.
24 22
25 ;;; Commentary: 23 ;;; Commentary:
26 24
27 ;; Essentially based on the design of Alexander Pohoyda's MIME 25 ;; Essentially based on the design of Alexander Pohoyda's MIME
28 ;; extensions (mime-display.el and mime.el). To use, copy a complete 26 ;; extensions (mime-display.el and mime.el). To use, copy a complete
30 28
31 ;; To use: 29 ;; To use:
32 30
33 ;; (autoload 'pmail-mime "pmailmm" 31 ;; (autoload 'pmail-mime "pmailmm"
34 ;; "Show MIME message." t) 32 ;; "Show MIME message." t)
35 ;; (add-hook 'pmail-mode-hook 33 ;; (add-hook 'pmail-mode-hook
36 ;; (lambda () 34 ;; (lambda ()
37 ;; (define-key pmail-mode-map (kbd "v") 35 ;; (define-key pmail-mode-map (kbd "v")
38 ;; 'pmail-mime))) 36 ;; 'pmail-mime)))
39 37
40 ;;; Code: 38 ;;; Code:
407 message type disposition encoding)) 405 message type disposition encoding))
408 406
409 (provide 'pmailmm) 407 (provide 'pmailmm)
410 408
411 ;; arch-tag: 3f2c5e5d-1aef-4512-bc20-fd737c9d5dd9 409 ;; arch-tag: 3f2c5e5d-1aef-4512-bc20-fd737c9d5dd9
412 ;; pmailmm.el ends here 410 ;;; pmailmm.el ends here