]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix copyright headers for grammar files
authorChong Yidong <cyd@stupidchicken.com>
Sat, 30 Jul 2011 21:18:40 +0000 (17:18 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 30 Jul 2011 21:18:40 +0000 (17:18 -0400)
authored by Eric M. Ludlam, David Ponce, and Klaus Berndl (assignments on file).

etc/grammars/bovine-grammar.el
etc/grammars/c.by
etc/grammars/java-tags.wy
etc/grammars/make.by
etc/grammars/python.wy
etc/grammars/scheme.by

index eb094868b3babb373d5dc20ff1f3e8322462ada1..99da6ea5599f9018205734277920613890f78a43 100644 (file)
@@ -436,4 +436,4 @@ Menu items are appended to the common grammar menu.")
 
 (provide 'semantic/bovine/grammar)
 
-;;; semantic/bovine/grammar.el ends here
+;;; bovine-grammar.el ends here
index fe8e0c288387bc35513941d42624e3e7987692cb..cf8cb0c638e24b7f44d54231719d6f097db6993d 100644 (file)
@@ -1,28 +1,25 @@
-;;; semantic/bovine/c.by -- LL grammar for C/C++ language specification
-;;
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Eric M. Ludlam
-;; Copyright (C) 2002, 2003 David Ponce
+;;; c.by -- LL grammar for C/C++ language specification
+
+;; Copyright (C) 1999-2011 Free Software Foundation, Inc.
 ;;
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
 ;;         David Ponce <david@dponce.com>
 ;;         Klaus Berndl <klaus.berndl@sdm.de>
 ;;
-;;
-;; This program 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 2, or (at your option)
-;; any later version.
-;;
-;; This software is distributed in the hope that it will be useful,
+;; the Free Software Foundation, either version 3 of the License, 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., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
-;;
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;; TODO:  From Nate Schley
 ;; >  * Can't parse signature element: "const char* const rmc_ClrTxt"
@@ -1202,4 +1199,4 @@ unaryexpression
   | expr-start expression
   ;
 
-;;; semantic/bovine/c.by ends here
+;;; c.by ends here
index f24777dc92efbaf188e823c933f294342078639f..aed39669c5379888a71c369814286c8728b26c11 100644 (file)
@@ -1,29 +1,26 @@
-;;; semantic/wisent/java-tags.wy -- Semantic LALR grammar for Java
-;;
-;; Copyright (C) 2002, 2007 David Ponce
-;; Copyright (C) 2007 Eric Ludlam
+;;; java-tags.wy -- Semantic LALR grammar for Java
+
+;; Copyright (C) 2002-2011 Free Software Foundation, Inc.
 ;;
 ;; Author: David Ponce <david@dponce.com>
 ;; Maintainer: David Ponce <david@dponce.com>
-;; Created: 25 Feb 2002
+;; Created: 26 Aug 2002
 ;; Keywords: syntax
-;;
-;; This file is not 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 software is distributed in the hope that it will be useful,
+
+;; 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 of the License, 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.
-;;
+;; 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., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 %package java-tags-wy
 
@@ -750,4 +747,4 @@ It ignores whitespaces, newlines and comments."
   ;;;;
   semantic-lex-default-action)
 
-;;; semantic/wisent/java-tags.wy ends here
+;;; java-tags.wy ends here
index 699019ca5bdce00dde00f9a19890996115592578..3eb56bf2b49dfbee31ad7ea6b6b870db243a6187 100644 (file)
@@ -1,24 +1,25 @@
-;;; semantic/bovine/make.by -- BY notation for Makefiles.
-;;
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2008 Eric M. Ludlam
+;;; make.by -- BY notation for Makefiles.
+
+;; Copyright (C) 1999-2011 Free Software Foundation, Inc.
 ;;
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
+;;         David Ponce <david@dponce.com>
+;;         Klaus Berndl <klaus.berndl@sdm.de>
 ;;
-;; This program 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 2, or (at your option)
-;; any later version.
-;;
-;; This software is distributed in the hope that it will be useful,
+;; the Free Software Foundation, either version 3 of the License, 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., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
-;;
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 %package make-by
 
@@ -164,4 +165,4 @@ some-whitespace : whitespace some-whitespace (nil)
                | whitespace (nil)
                ;
 
-;;; semantic/bovine/make.by ends here
+;;; make.by ends here
index a8dafd6f955c73d7f598f681d356470f9b2aa4b9..21b5adf09328b6c298c0e076e5f02b830befa0db 100644 (file)
@@ -1,28 +1,26 @@
-;;; semantic/wisent/python.wy -- LALR grammar for Python
-;;
-;; Copyright (C) 2002, 2003, 2004, 2007 Richard Kim
+;;; python.wy -- LALR grammar for Python
+
+;; Copyright (C) 2002-2011 Free Software Foundation, Inc.
 ;;
 ;; Author: Richard Kim <ryk@dspwiz.com>
 ;; Maintainer: Richard Kim <ryk@dspwiz.com>
 ;; Created: June 2002
 ;; Keywords: syntax
 ;;
-;; This file is not 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 software is distributed in the hope that it will be useful,
+;; 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 of the License, 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.
-;;
+;; 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., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 ;;
@@ -1080,4 +1078,4 @@ semicolon_opt
   | SEMICOLON
   ;
 
-;;; semantic/wisent/python.wy ends here
+;;; python.wy ends here
index d15e2b11b19e0892e6a0e644c0b312534f1dd6d7..9e57afe7438137a4c4e22822086fd0f0c337970b 100644 (file)
@@ -1,23 +1,21 @@
-;;; semantic/bovine/scheme.by -- Scheme BNF language specification
-;;
-;; Copyright (C) 2001, 2003, 2009 Eric M. Ludlam
-;;
-;; Author: Eric M. Ludlam <zappo@gnu.org>
-;;
-;; This is free software; you can redistribute it and/or modify
+;;; scheme.by -- Scheme BNF language specification
+
+;; Copyright (C) 2001-2011 Free Software Foundation, Inc.
+
+;; 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.
-;;
-;; This software is distributed in the hope that it will be useful,
+;; the Free Software Foundation, either version 3 of the License, 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., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 %package scm-by
 
@@ -83,4 +81,4 @@ expression : symbol
           | number
           ;
 
-;;; semantic/bovine/scheme.by ends here
+;;; scheme.by ends here