From d6507ba2e424a8b685ba1910aedc8d94af1cd3f7 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 14 Sep 2004 11:25:55 +0000 Subject: [PATCH] Synch to No Gnus 200409141114. --- lisp/dns-mode.el | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/lisp/dns-mode.el b/lisp/dns-mode.el index 82fc5e4..0f1b71e 100644 --- a/lisp/dns-mode.el +++ b/lisp/dns-mode.el @@ -4,20 +4,20 @@ ;; Author: Simon Josefsson ;; Keywords: DNS master zone file SOA -;; This file is not part of GNU Emacs. +;; This file is part of GNU Emacs. -;; This file 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 2, or (at your -;; option) any later version. +;; 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 2, or (at your option) +;; any later version. -;; This file 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 This file; 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., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. @@ -43,6 +43,7 @@ ;; 2004-09-11 Posted on gnu.emacs.sources. ;; 2004-09-13 Ported to XEmacs. +;; 2004-09-14 Installed in Emacs CVS. ;;; Code: -- 1.7.10.4