aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2010-01-10 23:51:51 -0800
committerGlenn Morris2010-01-10 23:51:51 -0800
commit6589a2f98dae1301980e85e01844b75079f48364 (patch)
tree91b75fb7a1c53f996004cc8c5f53efddb5b013b5 /lisp
parent1df47e3844f79ba5f490096dd6206d50367363ba (diff)
downloademacs-6589a2f98dae1301980e85e01844b75079f48364.tar.gz
emacs-6589a2f98dae1301980e85e01844b75079f48364.zip
Set copyright year to 2010.
* Cocoa/Emacs.base/Contents/Info.plist: * Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings: * GNUstep/Emacs.base/Resources/Info-gnustep.plist: Set copyright year to 2010. * version.el (emacs-copyright): Set copyright year to 2010. * ebrowse.c (version): * etags.c (print_version): * rcs2log (Copyright): Set copyright year to 2010.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/version.el4
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 677f1b404ea..8df3e5c77c1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12010-01-11 Glenn Morris <rgm@gnu.org>
2
3 * version.el (emacs-copyright): Set copyright year to 2010.
4
12010-01-10 Stefan Monnier <monnier@iro.umontreal.ca> 52010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * format.el (format-annotate-function): Only set 7 * format.el (format-annotate-function): Only set
diff --git a/lisp/version.el b/lisp/version.el
index 92252f3a222..8b8cdb376e9 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -1,7 +1,7 @@
1;;; version.el --- record version number of Emacs -*- no-byte-compile: t -*- 1;;; version.el --- record version number of Emacs -*- no-byte-compile: t -*-
2 2
3;; Copyright (C) 1985, 1992, 1994, 1995, 1999, 2000, 2001, 2002, 2003, 3;; Copyright (C) 1985, 1992, 1994, 1995, 1999, 2000, 2001, 2002, 2003,
4;; 2004, 2005, 2006, 2007, 2008, 2009 4;; 2004, 2005, 2006, 2007, 2008, 2009, 2010
5;; Free Software Foundation, Inc. 5;; Free Software Foundation, Inc.
6 6
7;; Maintainer: FSF 7;; Maintainer: FSF
@@ -29,7 +29,7 @@
29 29
30;;; Code: 30;;; Code:
31 31
32(defconst emacs-copyright "Copyright (C) 2009 Free Software Foundation, Inc." "\ 32(defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\
33Short copyright string for this version of Emacs.") 33Short copyright string for this version of Emacs.")
34 34
35(defconst emacs-version "23.1.91" "\ 35(defconst emacs-version "23.1.91" "\