summaryrefslogtreecommitdiff
path: root/lisp/gnus/spam-wash.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-11-28 07:53:56 +0000
committerGlenn Morris <rgm@gnu.org>2007-11-28 07:53:56 +0000
commit62961127341b1c0e903ce6b8303f4ff68443893d (patch)
tree0d08855c745829a6bdafbd4d9538c72fa9c99961 /lisp/gnus/spam-wash.el
parentd19895e4cfa12ac877a3befb77c94710ab7dda7d (diff)
downloademacs-62961127341b1c0e903ce6b8303f4ff68443893d.tar.gz
Standardize license text.
Add 2007 to copyright years.
Diffstat (limited to 'lisp/gnus/spam-wash.el')
-rw-r--r--lisp/gnus/spam-wash.el14
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/gnus/spam-wash.el b/lisp/gnus/spam-wash.el
index d1be1816a4f..be9a822dd2f 100644
--- a/lisp/gnus/spam-wash.el
+++ b/lisp/gnus/spam-wash.el
@@ -1,21 +1,21 @@
;;; spam-wash.el --- wash spam before analysis
-;; Copyright (C) 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2007 Free Software Foundation, Inc.
;; Author: Andrew Cohen <cohen@andy.bu.edu>
;; Keywords: mail
;; This file is part of GNU Emacs.
-;; This is free software; you can redistribute it and/or modify it
-;; under the terms of the GNU General Public License as published by
+;; 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.
-;; This 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.
+;; 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