diff options
author | Erik Naggum <erik@naggum.no> | 1996-01-15 05:56:38 +0000 |
---|---|---|
committer | Erik Naggum <erik@naggum.no> | 1996-01-15 05:56:38 +0000 |
commit | e451cded20b5f075f5f206301e1301e50eb21e51 (patch) | |
tree | 450bec35b10f3ee1b6eec10f0f69523cb238a84c /lisp/progmodes/pascal.el | |
parent | 50aaf9facdcb96b2ae33cc3f4b21a7dcb2d8b3e8 (diff) | |
download | emacs-e451cded20b5f075f5f206301e1301e50eb21e51.tar.gz |
Update comment preamble.
Diffstat (limited to 'lisp/progmodes/pascal.el')
-rw-r--r-- | lisp/progmodes/pascal.el | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lisp/progmodes/pascal.el b/lisp/progmodes/pascal.el index 9236cc2a157..7c1163c2057 100644 --- a/lisp/progmodes/pascal.el +++ b/lisp/progmodes/pascal.el @@ -7,19 +7,20 @@ ;; This file is part of GNU Emacs. -;; This program is free software; you can redistribute it and/or modify +;; 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 of the License, or -;; (at your option) any later version. +;; the Free Software Foundation; either version 2, 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; if not, write to the Free Software -;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;; 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. ;;; Commentary: |