From: Glenn Morris Date: Wed, 27 Feb 2008 08:55:44 +0000 (+0000) Subject: Standardize license text. X-Git-Tag: emacs-pretest-23.0.90~7632 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d452bded007e166665ac1f7a654c251219ba3a7;p=emacs.git Standardize license text. --- diff --git a/lisp/progmodes/sym-comp.el b/lisp/progmodes/sym-comp.el index 2b267787102..b8ed887afeb 100644 --- a/lisp/progmodes/sym-comp.el +++ b/lisp/progmodes/sym-comp.el @@ -6,18 +6,20 @@ ;; Keywords: extensions ;; URL: http://www.loveshack.ukfsn.org/emacs -;; This file 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 file 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 GNU Emacs; see the file COPYING. If not, write to +;; 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.