# HG changeset patch # User Glenn Morris # Date 1196236885 0 # Node ID cc7f422846a5093a4d8225c573570f53d9c7c753 # Parent 3b6236108093d068add0cd267840207969c83840 Standardize license text. diff -r 3b6236108093 -r cc7f422846a5 lisp/gnus/canlock.el --- a/lisp/gnus/canlock.el Wed Nov 28 07:55:27 2007 +0000 +++ b/lisp/gnus/canlock.el Wed Nov 28 08:01:25 2007 +0000 @@ -6,18 +6,20 @@ ;; Author: Katsumi Yamaoka ;; 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.