From aa47db82f74a8b0042bf8d392ce450f7f6899d40 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 14 Sep 2004 11:14:28 +0000 Subject: [PATCH] Update license. --- 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 99363c8e2..400f87205 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: -- 2.34.1