summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2011-07-30 17:18:40 -0400
committerChong Yidong <cyd@stupidchicken.com>2011-07-30 17:18:40 -0400
commit62f43d665d88568a1ab7ca8a625d592f9ef10523 (patch)
tree1e0207be3fcf3df936b5ded53917b8129cfaf661 /etc
parent4464a33d9ca54af36ae7a3670273f1445a96425b (diff)
downloademacs-62f43d665d88568a1ab7ca8a625d592f9ef10523.tar.gz
Fix copyright headers for grammar files
authored by Eric M. Ludlam, David Ponce, and Klaus Berndl (assignments on file).
Diffstat (limited to 'etc')
-rw-r--r--etc/grammars/bovine-grammar.el2
-rw-r--r--etc/grammars/c.by29
-rw-r--r--etc/grammars/java-tags.wy39
-rw-r--r--etc/grammars/make.by29
-rw-r--r--etc/grammars/python.wy34
-rw-r--r--etc/grammars/scheme.by30
6 files changed, 77 insertions, 86 deletions
diff --git a/etc/grammars/bovine-grammar.el b/etc/grammars/bovine-grammar.el
index eb094868b3b..99da6ea5599 100644
--- a/etc/grammars/bovine-grammar.el
+++ b/etc/grammars/bovine-grammar.el
@@ -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
diff --git a/etc/grammars/c.by b/etc/grammars/c.by
index fe8e0c28838..cf8cb0c638e 100644
--- a/etc/grammars/c.by
+++ b/etc/grammars/c.by
@@ -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
diff --git a/etc/grammars/java-tags.wy b/etc/grammars/java-tags.wy
index f24777dc92e..aed39669c53 100644
--- a/etc/grammars/java-tags.wy
+++ b/etc/grammars/java-tags.wy
@@ -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
diff --git a/etc/grammars/make.by b/etc/grammars/make.by
index 699019ca5bd..3eb56bf2b49 100644
--- a/etc/grammars/make.by
+++ b/etc/grammars/make.by
@@ -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
diff --git a/etc/grammars/python.wy b/etc/grammars/python.wy
index a8dafd6f955..21b5adf0932 100644
--- a/etc/grammars/python.wy
+++ b/etc/grammars/python.wy
@@ -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
diff --git a/etc/grammars/scheme.by b/etc/grammars/scheme.by
index d15e2b11b19..9e57afe7438 100644
--- a/etc/grammars/scheme.by
+++ b/etc/grammars/scheme.by
@@ -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