]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 15 Aug 1995 12:31:33 +0000 (12:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 15 Aug 1995 12:31:33 +0000 (12:31 +0000)
lisp/regi.el

index 7d012f46211baf0c4764b88ac73c5b6036ad202b..aefcaf9d9382b7063f2c181f22cd58aaf91d075b 100644 (file)
@@ -1,5 +1,7 @@
 ;;; regi.el --- REGular expression Interpreting engine
 
+;; Copyright (C) 1993 Free Software Foundation, Inc.
+
 ;; Author: 1993 Barry A. Warsaw, Century Computing, Inc. <bwarsaw@cen.com>
 ;; Maintainer:    bwarsaw@cen.com
 ;; Created:       24-Feb-1993
@@ -7,28 +9,21 @@
 ;; Last Modified: 1993/06/01 21:33:00
 ;; Keywords:      extensions, matching
 
-;; Copyright (C) 1993 Barry A. Warsaw
+;; This file is part of GNU Emacs.
 
-;; This file is not yet 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.
-;; 
-;; This program is distributed in the hope that it will be useful,
+;; the Free Software Foundation; either version 2, or (at your option)
+;; any later version.
+
+;; 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.
 
-;; LCD Archive Entry
-;; regi|Barry A. Warsaw|bwarsaw@cen.com
-;; |REGular expression Interpreting engine
-;; |1993/06/01 21:33:00|1.8|
+;; You should have received a copy of the GNU General Public License
+;; along with GNU Emacs; see the file COPYING.  If not, write to
+;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
 ;;; Code: