aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2012-01-15 10:48:33 +0800
committerChong Yidong2012-01-15 10:48:33 +0800
commit76e47e3d6f3a6b71cb9822e4ac027df58302b1e2 (patch)
treeed220f44da2be97824034a46296d2095168e7430
parent9a20751b09b6179de1fdc93a9f38bc5646c54967 (diff)
downloademacs-76e47e3d6f3a6b71cb9822e4ac027df58302b1e2.tar.gz
emacs-76e47e3d6f3a6b71cb9822e4ac027df58302b1e2.zip
Some copyright header fixes for grammar files.
* etc/grammars/wisent-grammar.el: Make the Python copyright the literally required one. * lisp/cedet/semantic/wisent/python-wy.el: Regenerate. * lisp/cedet/semantic/wisent/js-wy.el: Add missing copyright header Suggested by Glenn Morris.
-rw-r--r--etc/grammars/wisent-grammar.el4
-rw-r--r--lisp/cedet/semantic/wisent/js-wy.el1
-rw-r--r--lisp/cedet/semantic/wisent/python-wy.el8
3 files changed, 7 insertions, 6 deletions
diff --git a/etc/grammars/wisent-grammar.el b/etc/grammars/wisent-grammar.el
index 2fbf6165100..59d58c28325 100644
--- a/etc/grammars/wisent-grammar.el
+++ b/etc/grammars/wisent-grammar.el
@@ -471,13 +471,13 @@ Menu items are appended to the common grammar menu.")
471 "srecode/srt-wy") 471 "srecode/srt-wy")
472 ("wisent-javascript-jv-wy.el" 472 ("wisent-javascript-jv-wy.el"
473 "semantic/wisent/js-wy" 473 "semantic/wisent/js-wy"
474 "Copyright (C) 1998-2011, 2012 Ecma International" 474 "Copyright (C) 1998-2011, 2012 Ecma International."
475 ,wisent-make-parsers--ecmascript-license) 475 ,wisent-make-parsers--ecmascript-license)
476 ("wisent-java-tags-wy.el" 476 ("wisent-java-tags-wy.el"
477 "semantic/wisent/javat-wy") 477 "semantic/wisent/javat-wy")
478 ("wisent-python-wy.el" 478 ("wisent-python-wy.el"
479 "semantic/wisent/python-wy" 479 "semantic/wisent/python-wy"
480 "Copyright (C) 2001-2010 Python Software Foundation" 480 "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Python Software Foundation; All Rights Reserved."
481 ,wisent-make-parsers--python-license))) 481 ,wisent-make-parsers--python-license)))
482 482
483(defun wisent-make-parsers () 483(defun wisent-make-parsers ()
diff --git a/lisp/cedet/semantic/wisent/js-wy.el b/lisp/cedet/semantic/wisent/js-wy.el
index 00679bfd9e5..19c69ecb51b 100644
--- a/lisp/cedet/semantic/wisent/js-wy.el
+++ b/lisp/cedet/semantic/wisent/js-wy.el
@@ -1,6 +1,7 @@
1;;; semantic/wisent/js-wy.el --- Generated parser support file 1;;; semantic/wisent/js-wy.el --- Generated parser support file
2 2
3;; Copyright (C) 2005, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. 3;; Copyright (C) 2005, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
4;; Copyright (C) 1998-2012 Ecma International.
4 5
5;; This file is part of GNU Emacs. 6;; This file is part of GNU Emacs.
6 7
diff --git a/lisp/cedet/semantic/wisent/python-wy.el b/lisp/cedet/semantic/wisent/python-wy.el
index 12f8bcea692..1cc9902e70f 100644
--- a/lisp/cedet/semantic/wisent/python-wy.el
+++ b/lisp/cedet/semantic/wisent/python-wy.el
@@ -1,7 +1,7 @@
1;;; semantic/wisent/python-wy.el --- Generated parser support file 1;;; semantic/wisent/python-wy.el --- Generated parser support file
2 2
3;; Copyright (C) 2002, 2003, 2004, 2007, 2010, 2011, 2012 3;; Copyright (C) 2002-2011, 2012 Free Software Foundation, Inc.
4;; Free Software Foundation, Inc. 4;; Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Python Software Foundation; All Rights Reserved
5 5
6;; This file is part of GNU Emacs. 6;; This file is part of GNU Emacs.
7 7
@@ -19,7 +19,7 @@
19;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 19;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20 20
21;;; Commentary: 21;;; Commentary:
22 22;;
23;; This file was generated from etc/grammars/python.wy. 23;; This file was generated from etc/grammars/python.wy.
24;; It is derived in part from the Python grammar, used under the 24;; It is derived in part from the Python grammar, used under the
25;; following license: 25;; following license:
@@ -715,7 +715,7 @@
715 '((parse-stream . wisent-parse-stream))) 715 '((parse-stream . wisent-parse-stream)))
716 (setq semantic-parser-name "LALR" 716 (setq semantic-parser-name "LALR"
717 semantic--parse-table wisent-python-wy--parse-table 717 semantic--parse-table wisent-python-wy--parse-table
718 semantic-debug-parser-source "wisent-python.wy" 718 semantic-debug-parser-source "python.wy"
719 semantic-flex-keywords-obarray wisent-python-wy--keyword-table 719 semantic-flex-keywords-obarray wisent-python-wy--keyword-table
720 semantic-lex-types-obarray wisent-python-wy--token-table) 720 semantic-lex-types-obarray wisent-python-wy--token-table)
721 ;; Collect unmatched syntax lexical tokens 721 ;; Collect unmatched syntax lexical tokens