changeset 27539:9299c470e566

Update copyright.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 31 Jan 2000 20:11:54 +0000
parents 3d62fa3917d1
children d26783d86d5f
files lisp/progmodes/ebnf-bnf.el lisp/progmodes/ebnf-iso.el lisp/progmodes/ebnf-otz.el lisp/progmodes/ebnf-yac.el lisp/progmodes/ebnf2ps.el
diffstat 5 files changed, 34 insertions(+), 33 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/ebnf-bnf.el	Mon Jan 31 20:09:04 2000 +0000
+++ b/lisp/progmodes/ebnf-bnf.el	Mon Jan 31 20:11:54 2000 +0000
@@ -1,6 +1,6 @@
 ;;; ebnf-bnf --- Parser for EBNF
 
-;; Copyright (C) 1999 Vinicius Jose Latorre
+;; Copyright (C) 1999, 2000 Free Sofware Foundation, Inc.
 
 ;; Author:     Vinicius Jose Latorre <vinicius@cpqd.com.br>
 ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
@@ -8,14 +8,14 @@
 ;; Time-stamp: <99/11/20 18:05:05 vinicius>
 ;; Version:    1.4
 
-;; This file is *NOT* (yet?) part of GNU Emacs.
+;; 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, 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.
--- a/lisp/progmodes/ebnf-iso.el	Mon Jan 31 20:09:04 2000 +0000
+++ b/lisp/progmodes/ebnf-iso.el	Mon Jan 31 20:11:54 2000 +0000
@@ -1,6 +1,6 @@
 ;;; ebnf-iso --- Parser for ISO EBNF
 
-;; Copyright (C) 1999 Vinicius Jose Latorre
+;; Copyright (C) 1999, 2000 Free Software Foundation, Inc.
 
 ;; Author:     Vinicius Jose Latorre <vinicius@cpqd.com.br>
 ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
@@ -8,14 +8,14 @@
 ;; Time-stamp: <99/11/20 18:04:11 vinicius>
 ;; Version:    1.4
 
-;; This file is *NOT* (yet?) part of GNU Emacs.
+;; 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, 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.
--- a/lisp/progmodes/ebnf-otz.el	Mon Jan 31 20:09:04 2000 +0000
+++ b/lisp/progmodes/ebnf-otz.el	Mon Jan 31 20:11:54 2000 +0000
@@ -1,6 +1,6 @@
 ;;; ebnf-otz --- Syntatic chart OpTimiZer
 
-;; Copyright (C) 1999 Vinicius Jose Latorre
+;; Copyright (C) 1999, 2000 Free Software Foundation, Inc.
 
 ;; Author:     Vinicius Jose Latorre <vinicius@cpqd.com.br>
 ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
@@ -8,14 +8,14 @@
 ;; Time-stamp: <99/11/20 18:03:10 vinicius>
 ;; Version:    1.0
 
-;; This file is *NOT* (yet?) part of GNU Emacs.
+;; 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, 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.
--- a/lisp/progmodes/ebnf-yac.el	Mon Jan 31 20:09:04 2000 +0000
+++ b/lisp/progmodes/ebnf-yac.el	Mon Jan 31 20:11:54 2000 +0000
@@ -1,6 +1,6 @@
 ;;; ebnf-yac --- Parser for Yacc/Bison
 
-;; Copyright (C) 1999 Vinicius Jose Latorre
+;; Copyright (C) 1999, 2000 Free Sofware Foundation, Inc.
 
 ;; Author:     Vinicius Jose Latorre <vinicius@cpqd.com.br>
 ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
@@ -8,14 +8,14 @@
 ;; Time-stamp: <99/11/20 18:02:43 vinicius>
 ;; Version:    1.0
 
-;; This file is *NOT* (yet?) part of GNU Emacs.
+;; 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, 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.
--- a/lisp/progmodes/ebnf2ps.el	Mon Jan 31 20:09:04 2000 +0000
+++ b/lisp/progmodes/ebnf2ps.el	Mon Jan 31 20:11:54 2000 +0000
@@ -1,6 +1,6 @@
 ;;; ebnf2ps --- Translate an EBNF to a syntatic chart on PostScript
 
-;; Copyright (C) 1999 Vinicius Jose Latorre
+;; Copyright (C) 1999, 2000 Free Software Foundation, Inc.
 
 ;; Author:     Vinicius Jose Latorre <vinicius@cpqd.com.br>
 ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
@@ -8,6 +8,23 @@
 ;; Time-stamp: <99/12/11 21:41:24 vinicius>
 ;; Version:    3.1
 
+;; 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 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 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.
+
 (defconst ebnf-version "3.1"
   "ebnf2ps.el, v 3.1 <99/12/11 vinicius>
 
@@ -18,22 +35,6 @@
 	Vinicius Jose Latorre <vinicius@cpqd.com.br>.
 ")
 
-;; This file is *NOT* (yet?) part of GNU Emacs.
-
-;; This program 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 program 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 the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
 
 ;;; Commentary: