diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-01-31 20:11:54 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-01-31 20:11:54 +0000 |
commit | 8d9ea7b12a87167bbe07b1ca0efc76f19f242f3a (patch) | |
tree | 9d61b7bb48d6811bd405d95d35258cc4b0ab69e7 /lisp/progmodes/ebnf-yac.el | |
parent | 5b2ca26b820679982f3034a0a80e851a246035a2 (diff) | |
download | emacs-8d9ea7b12a87167bbe07b1ca0efc76f19f242f3a.tar.gz |
Update copyright.
Diffstat (limited to 'lisp/progmodes/ebnf-yac.el')
-rw-r--r-- | lisp/progmodes/ebnf-yac.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/progmodes/ebnf-yac.el b/lisp/progmodes/ebnf-yac.el index bbe135e45ec..5301f409654 100644 --- a/lisp/progmodes/ebnf-yac.el +++ b/lisp/progmodes/ebnf-yac.el @@ -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. |