summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-01-18 23:11:11 +0800
committerChong Yidong <cyd@gnu.org>2012-01-18 23:11:11 +0800
commit073938ec1dc48d21956f5b543bf5eedb37b12dfd (patch)
tree0fa4a0e36a9b7ba81c3b385761ac72fcdeff41ed
parent893d44a1693a196f3022492f66c0205b7ccbeb47 (diff)
downloademacs-073938ec1dc48d21956f5b543bf5eedb37b12dfd.tar.gz
Fix python-wy.el copyright header.
-rw-r--r--lisp/cedet/semantic/wisent/python-wy.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/wisent/python-wy.el b/lisp/cedet/semantic/wisent/python-wy.el
index 1cc9902e70f..e1090ef6a20 100644
--- a/lisp/cedet/semantic/wisent/python-wy.el
+++ b/lisp/cedet/semantic/wisent/python-wy.el
@@ -1,7 +1,9 @@
;;; semantic/wisent/python-wy.el --- Generated parser support file
-;; 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
+;; Copyright (C) 2002, 2003, 2004, 2007, 2010, 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.