emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100646: Some copyright header fix


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100646: Some copyright header fixes for grammar files.
Date: Sun, 15 Jan 2012 10:48:33 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 100646
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Sun 2012-01-15 10:48:33 +0800
message:
  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.
modified:
  etc/grammars/wisent-grammar.el
  lisp/cedet/semantic/wisent/js-wy.el
  lisp/cedet/semantic/wisent/python-wy.el
=== modified file 'etc/grammars/wisent-grammar.el'
--- a/etc/grammars/wisent-grammar.el    2012-01-11 07:52:35 +0000
+++ b/etc/grammars/wisent-grammar.el    2012-01-15 02:48:33 +0000
@@ -471,13 +471,13 @@
      "srecode/srt-wy")
     ("wisent-javascript-jv-wy.el"
      "semantic/wisent/js-wy"
-     "Copyright (C) 1998-2011, 2012 Ecma International"
+     "Copyright (C) 1998-2011, 2012 Ecma International."
      ,wisent-make-parsers--ecmascript-license)
     ("wisent-java-tags-wy.el"
      "semantic/wisent/javat-wy")
     ("wisent-python-wy.el"
      "semantic/wisent/python-wy"
-     "Copyright (C) 2001-2010 Python Software Foundation"
+     "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 
Python Software Foundation; All Rights Reserved."
      ,wisent-make-parsers--python-license)))
 
 (defun wisent-make-parsers ()

=== modified file 'lisp/cedet/semantic/wisent/js-wy.el'
--- a/lisp/cedet/semantic/wisent/js-wy.el       2012-01-11 07:52:35 +0000
+++ b/lisp/cedet/semantic/wisent/js-wy.el       2012-01-15 02:48:33 +0000
@@ -1,6 +1,7 @@
 ;;; semantic/wisent/js-wy.el --- Generated parser support file
 
 ;; Copyright (C) 2005, 2009, 2010, 2011, 2012  Free Software Foundation, Inc.
+;; Copyright (C) 1998-2012 Ecma International.
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/cedet/semantic/wisent/python-wy.el'
--- a/lisp/cedet/semantic/wisent/python-wy.el   2012-01-11 07:52:35 +0000
+++ b/lisp/cedet/semantic/wisent/python-wy.el   2012-01-15 02:48:33 +0000
@@ -1,7 +1,7 @@
 ;;; semantic/wisent/python-wy.el --- Generated parser support file
 
-;; Copyright (C) 2002, 2003, 2004, 2007, 2010, 2011, 2012
-;; Free Software Foundation, Inc.
+;; Copyright (C) 2002-2011, 2012 Free Software Foundation, Inc.
+;; Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 
Python Software Foundation; All Rights Reserved
 
 ;; This file is part of GNU Emacs.
 
@@ -19,7 +19,7 @@
 ;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
-
+;;
 ;; This file was generated from etc/grammars/python.wy.
 ;; It is derived in part from the Python grammar, used under the
 ;; following license:
@@ -715,7 +715,7 @@
    '((parse-stream . wisent-parse-stream)))
   (setq semantic-parser-name "LALR"
        semantic--parse-table wisent-python-wy--parse-table
-       semantic-debug-parser-source "wisent-python.wy"
+       semantic-debug-parser-source "python.wy"
        semantic-flex-keywords-obarray wisent-python-wy--keyword-table
        semantic-lex-types-obarray wisent-python-wy--token-table)
   ;; Collect unmatched syntax lexical tokens


reply via email to

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