]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert unintentional addition of 2012 to Ecma copyright years.
authorGlenn Morris <rgm@gnu.org>
Thu, 19 Jan 2012 07:03:15 +0000 (23:03 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 19 Jan 2012 07:03:15 +0000 (23:03 -0800)
This was done by mistake in emacs-23 2010-06-25T08:19:11Z!agustin.martin@hispalinux.es, and then propagated
to one more file in 2010-06-26T12:01:31Z!eliz@gnu.org.

etc/grammars/js.wy
etc/grammars/wisent-grammar.el
lisp/cedet/semantic/wisent/js-wy.el

index b0edcb5038204cc9a26fc6dabfeabecb9f6d80bd..56591943b22c41fd8dc88e7ef464a2060baa309a 100644 (file)
@@ -1,7 +1,7 @@
 ;;; javascript-jv.wy -- LALR grammar for Javascript
 
 ;; Copyright (C) 2005-2011, 2012 Free Software Foundation, Inc.
-;; Copyright (C) 1998-2011, 2012 Ecma International.
+;; Copyright (C) 1998-2011 Ecma International.
 
 ;; Author: Joakim Verona
 
index 59d58c28325940bc16597e87632bb5b9078f1356..77fdfddc5bfbb47da8601c4858a2e680f856007f 100644 (file)
@@ -471,7 +471,7 @@ Menu items are appended to the common grammar menu.")
      "srecode/srt-wy")
     ("wisent-javascript-jv-wy.el"
      "semantic/wisent/js-wy"
-     "Copyright (C) 1998-2011, 2012 Ecma International."
+     "Copyright (C) 1998-2011 Ecma International."
      ,wisent-make-parsers--ecmascript-license)
     ("wisent-java-tags-wy.el"
      "semantic/wisent/javat-wy")
index 19c69ecb51b93ccb7d4ab8b44b1240645a0e5ab9..1862de2d8383d24c71baec961e802db806c4fe5e 100644 (file)
@@ -1,7 +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.
+;; Copyright (C) 1998-2011 Ecma International.
 
 ;; This file is part of GNU Emacs.