comparison lisp/gnus/spam-wash.el @ 94662:f42ef85caf91

Switch to recommended form of GPLv3 permissions notice.
author Glenn Morris <rgm@gnu.org>
date Tue, 06 May 2008 03:55:11 +0000
parents 1e3a407766b9
children a9dc0e7c3f2b
comparison
equal deleted inserted replaced
94661:b5b0801a7637 94662:f42ef85caf91
5 ;; Author: Andrew Cohen <cohen@andy.bu.edu> 5 ;; Author: Andrew Cohen <cohen@andy.bu.edu>
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 3, 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 ;; This library decodes MIME encodings such as base64 and 25 ;; This library decodes MIME encodings such as base64 and
28 ;; quoted-printable to allow for better spam analysis. 26 ;; quoted-printable to allow for better spam analysis.