emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99295: Set copyright year to 2010.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99295: Set copyright year to 2010.
Date: Sun, 10 Jan 2010 23:51:51 -0800
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99295
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2010-01-10 23:51:51 -0800
message:
  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.
modified:
  lib-src/ChangeLog
  lib-src/ebrowse.c
  lib-src/etags.c
  lib-src/rcs2log
  lisp/ChangeLog
  lisp/version.el
  nextstep/ChangeLog
  nextstep/Cocoa/Emacs.base/Contents/Info.plist
  nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings
  nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2010-01-04 05:35:18 +0000
+++ b/lib-src/ChangeLog 2010-01-11 07:51:51 +0000
@@ -1,3 +1,9 @@
+2010-01-11  Glenn Morris  <address@hidden>
+
+       * ebrowse.c (version):
+       * etags.c (print_version):
+       * rcs2log (Copyright): Set copyright year to 2010.
+
 2009-12-09  David Robinow  <address@hidden>  (tiny change)
 
        * makefile.w32-in: Use parenthesis for macros for nmake

=== modified file 'lib-src/ebrowse.c'
--- a/lib-src/ebrowse.c 2010-01-04 05:35:18 +0000
+++ b/lib-src/ebrowse.c 2010-01-11 07:51:51 +0000
@@ -1,7 +1,7 @@
 /* ebrowse.c --- parsing files for the ebrowse C++ browser
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
-              2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+              2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
               Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -3680,7 +3680,7 @@
 version ()
 {
   /* Makes it easier to update automatically. */
-  char emacs_copyright[] = "Copyright (C) 2009 Free Software Foundation, Inc.";
+  char emacs_copyright[] = "Copyright (C) 2010 Free Software Foundation, Inc.";
 
   printf ("ebrowse %s\n", VERSION);
   puts (emacs_copyright);

=== modified file 'lib-src/etags.c'
--- a/lib-src/etags.c   2010-01-04 05:35:18 +0000
+++ b/lib-src/etags.c   2010-01-11 07:51:51 +0000
@@ -29,7 +29,7 @@
 
 
 Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999,
-  2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+  2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
   Free Software Foundation, Inc.
 
 This file is not considered part of GNU Emacs.
@@ -898,7 +898,7 @@
 print_version ()
 {
   /* Makes it easier to update automatically. */
-  char emacs_copyright[] = "Copyright (C) 2009 Free Software Foundation, Inc.";
+  char emacs_copyright[] = "Copyright (C) 2010 Free Software Foundation, Inc.";
 
   printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION);
   puts (emacs_copyright);

=== modified file 'lib-src/rcs2log'
--- a/lib-src/rcs2log   2010-01-04 05:35:18 +0000
+++ b/lib-src/rcs2log   2010-01-11 07:51:51 +0000
@@ -3,7 +3,7 @@
 # RCS to ChangeLog generator
 
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003,
-#               2004, 2005, 2006, 2007, 2008, 2009
+#               2004, 2005, 2006, 2007, 2008, 2009, 2010
 #               Free Software Foundation, Inc.
 
 # Author: Paul Eggert <address@hidden>
@@ -22,7 +22,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
-Copyright='Copyright (C) 2009 Free Software Foundation, Inc.
+Copyright='Copyright (C) 2010 Free Software Foundation, Inc.
 This program comes with NO WARRANTY, to the extent permitted by law.
 You may redistribute copies of this program
 under the terms of the GNU General Public License.

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-01-10 05:22:54 +0000
+++ b/lisp/ChangeLog    2010-01-11 07:51:51 +0000
@@ -1,3 +1,7 @@
+2010-01-11  Glenn Morris  <address@hidden>
+
+       * version.el (emacs-copyright): Set copyright year to 2010.
+
 2010-01-10  Stefan Monnier  <address@hidden>
 
        * format.el (format-annotate-function): Only set

=== modified file 'lisp/version.el'
--- a/lisp/version.el   2010-01-04 05:35:18 +0000
+++ b/lisp/version.el   2010-01-11 07:51:51 +0000
@@ -1,7 +1,7 @@
 ;;; version.el --- record version number of Emacs -*- no-byte-compile: t -*-
 
 ;; Copyright (C) 1985, 1992, 1994, 1995, 1999, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010
 ;;   Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
@@ -29,7 +29,7 @@
 
 ;;; Code:
 
-(defconst emacs-copyright "Copyright (C) 2009 Free Software Foundation, Inc." 
"\
+(defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." 
"\
 Short copyright string for this version of Emacs.")
 
 (defconst emacs-version "23.1.91" "\

=== modified file 'nextstep/ChangeLog'
--- a/nextstep/ChangeLog        2009-09-23 18:27:07 +0000
+++ b/nextstep/ChangeLog        2010-01-11 07:51:51 +0000
@@ -1,3 +1,10 @@
+2010-01-11  Glenn Morris  <address@hidden>
+
+       * 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.
+
 2009-09-23  Adrian Robert  <address@hidden>
 
        * README: Note GNUstep support is now Startup 0.23 or later.

=== modified file 'nextstep/Cocoa/Emacs.base/Contents/Info.plist'
--- a/nextstep/Cocoa/Emacs.base/Contents/Info.plist     2009-12-31 02:14:46 
+0000
+++ b/nextstep/Cocoa/Emacs.base/Contents/Info.plist     2010-01-11 07:51:51 
+0000
@@ -553,7 +553,7 @@
        <key>CFBundleExecutable</key>
        <string>Emacs</string>
        <key>CFBundleGetInfoString</key>
-       <string>Emacs 23.1.91 Copyright (C) 2009 Free Software Foundation, 
Inc.</string>
+       <string>Emacs 23.1.91 Copyright (C) 2010 Free Software Foundation, 
Inc.</string>
        <key>CFBundleIconFile</key>
        <string>Emacs.icns</string>
        <key>CFBundleIdentifier</key>

=== modified file 
'nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings'
--- 
a/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings  
    2009-12-31 02:14:46 +0000
+++ 
b/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings  
    2010-01-11 07:51:51 +0000
@@ -3,4 +3,4 @@
 CFBundleName = "Emacs";
 CFBundleShortVersionString = "Version 23.1.91";
 CFBundleGetInfoString = "Emacs version 23.1.91, NS Windowing";
-NSHumanReadableCopyright = "Copyright (C) 2009 Free Software Foundation, Inc.";
+NSHumanReadableCopyright = "Copyright (C) 2010 Free Software Foundation, Inc.";

=== modified file 'nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist'
--- a/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist  2009-12-31 
02:14:46 +0000
+++ b/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist  2010-01-11 
07:51:51 +0000
@@ -11,7 +11,7 @@
        "Carl Edman (NeXTStep)",
        "..see http://emacs-app.sf.net/authorship.html";
     );
-    Copyright = "Copyright (C) 2009 Free Software Foundation, Inc.";
+    Copyright = "Copyright (C) 2010 Free Software Foundation, Inc.";
     CopyrightDescription = "Released under the GNU General Public License 
Version 3 or later";
     FullVersionID = "Emacs 23.1.91, NS Windowing";
     NSExecutable = Emacs;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]