emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105365: Fix copyright headers for gr


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105365: Fix copyright headers for grammar files
Date: Sat, 30 Jul 2011 17:18:40 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105365
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2011-07-30 17:18:40 -0400
message:
  Fix copyright headers for grammar files
  authored by Eric M. Ludlam, David Ponce, and Klaus Berndl (assignments on 
file).
modified:
  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
=== modified file 'etc/grammars/bovine-grammar.el'
--- a/etc/grammars/bovine-grammar.el    2011-07-30 02:06:43 +0000
+++ b/etc/grammars/bovine-grammar.el    2011-07-30 21:18:40 +0000
@@ -436,4 +436,4 @@
 
 (provide 'semantic/bovine/grammar)
 
-;;; semantic/bovine/grammar.el ends here
+;;; bovine-grammar.el ends here

=== modified file 'etc/grammars/c.by'
--- a/etc/grammars/c.by 2011-07-30 02:06:43 +0000
+++ b/etc/grammars/c.by 2011-07-30 21:18:40 +0000
@@ -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 <address@hidden>
 ;;         David Ponce <address@hidden>
 ;;         Klaus Berndl <address@hidden>
 ;;
-;;
-;; 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 @@
   | expr-start expression
   ;
 
-;;; semantic/bovine/c.by ends here
+;;; c.by ends here

=== modified file 'etc/grammars/java-tags.wy'
--- a/etc/grammars/java-tags.wy 2011-07-30 02:06:43 +0000
+++ b/etc/grammars/java-tags.wy 2011-07-30 21:18:40 +0000
@@ -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 <address@hidden>
 ;; Maintainer: David Ponce <address@hidden>
-;; 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 @@
   ;;;;
   semantic-lex-default-action)
 
-;;; semantic/wisent/java-tags.wy ends here
+;;; java-tags.wy ends here

=== modified file 'etc/grammars/make.by'
--- a/etc/grammars/make.by      2011-07-30 02:06:43 +0000
+++ b/etc/grammars/make.by      2011-07-30 21:18:40 +0000
@@ -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 <address@hidden>
+;;         David Ponce <address@hidden>
+;;         Klaus Berndl <address@hidden>
 ;;
-;; 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 @@
                | whitespace (nil)
                ;
 
-;;; semantic/bovine/make.by ends here
+;;; make.by ends here

=== modified file 'etc/grammars/python.wy'
--- a/etc/grammars/python.wy    2011-07-30 02:06:43 +0000
+++ b/etc/grammars/python.wy    2011-07-30 21:18:40 +0000
@@ -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 <address@hidden>
 ;; Maintainer: Richard Kim <address@hidden>
 ;; 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
   ;
 
-;;; semantic/wisent/python.wy ends here
+;;; python.wy ends here

=== modified file 'etc/grammars/scheme.by'
--- a/etc/grammars/scheme.by    2011-07-30 02:06:43 +0000
+++ b/etc/grammars/scheme.by    2011-07-30 21:18:40 +0000
@@ -1,23 +1,21 @@
-;;; semantic/bovine/scheme.by -- Scheme BNF language specification
-;;
-;; Copyright (C) 2001, 2003, 2009 Eric M. Ludlam
-;;
-;; Author: Eric M. Ludlam <address@hidden>
-;;
-;; 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 @@
           | number
           ;
 
-;;; semantic/bovine/scheme.by ends here
+;;; scheme.by ends here


reply via email to

[Prev in Thread] Current Thread [Next in Thread]