[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100654: Revert unintentional addi
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100654: Revert unintentional addition of 2012 to Ecma copyright years. |
Date: |
Wed, 18 Jan 2012 23:03:15 -0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 100654
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Wed 2012-01-18 23:03:15 -0800
message:
Revert unintentional addition of 2012 to Ecma copyright years.
This was done by mistake in emacs-23 r100640, and then propagated
to one more file in r100646.
modified:
etc/grammars/js.wy
etc/grammars/wisent-grammar.el
lisp/cedet/semantic/wisent/js-wy.el
=== modified file 'etc/grammars/js.wy'
--- a/etc/grammars/js.wy 2012-01-11 07:52:35 +0000
+++ b/etc/grammars/js.wy 2012-01-19 07:03:15 +0000
@@ -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
=== modified file 'etc/grammars/wisent-grammar.el'
--- a/etc/grammars/wisent-grammar.el 2012-01-15 02:48:33 +0000
+++ b/etc/grammars/wisent-grammar.el 2012-01-19 07:03:15 +0000
@@ -471,7 +471,7 @@
"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")
=== modified file 'lisp/cedet/semantic/wisent/js-wy.el'
--- a/lisp/cedet/semantic/wisent/js-wy.el 2012-01-15 02:48:33 +0000
+++ b/lisp/cedet/semantic/wisent/js-wy.el 2012-01-19 07:03:15 +0000
@@ -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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100654: Revert unintentional addition of 2012 to Ecma copyright years.,
Glenn Morris <=