diff options
Diffstat (limited to 'lisp/gnus/canlock.el')
-rw-r--r-- | lisp/gnus/canlock.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/gnus/canlock.el b/lisp/gnus/canlock.el index fec12723021..e42f8c67710 100644 --- a/lisp/gnus/canlock.el +++ b/lisp/gnus/canlock.el @@ -6,18 +6,20 @@ ;; Author: Katsumi Yamaoka <yamaoka@jpl.org> ;; Keywords: news, cancel-lock, hmac, sha1, rfc2104 -;; This program is free software; you can redistribute it and/or modify +;; This file is part of GNU Emacs. + +;; 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 program 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 this program; see the file COPYING. If not, write to the +;; 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. |