aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-01-18 23:03:15 -0800
committerGlenn Morris <[email protected]>2012-01-18 23:03:15 -0800
commit110544dea07071e88b8970cf024cb862b0870b41 (patch)
treef168ed64900f2667cf7de6ab815673f90afe4752
parent073938ec1dc48d21956f5b543bf5eedb37b12dfd (diff)
Revert unintentional addition of 2012 to Ecma copyright years.
This was done by mistake in emacs-23 2010-06-25T08:19:[email protected], and then propagated to one more file in 2010-06-26T12:01:[email protected].
-rw-r--r--etc/grammars/js.wy2
-rw-r--r--etc/grammars/wisent-grammar.el2
-rw-r--r--lisp/cedet/semantic/wisent/js-wy.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/grammars/js.wy b/etc/grammars/js.wy
index b0edcb5038..56591943b2 100644
--- a/etc/grammars/js.wy
+++ b/etc/grammars/js.wy
@@ -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
diff --git a/etc/grammars/wisent-grammar.el b/etc/grammars/wisent-grammar.el
index 59d58c2832..77fdfddc5b 100644
--- a/etc/grammars/wisent-grammar.el
+++ b/etc/grammars/wisent-grammar.el
@@ -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")
diff --git a/lisp/cedet/semantic/wisent/js-wy.el b/lisp/cedet/semantic/wisent/js-wy.el
index 19c69ecb51..1862de2d83 100644
--- a/lisp/cedet/semantic/wisent/js-wy.el
+++ b/lisp/cedet/semantic/wisent/js-wy.el
@@ -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.