diff options
| author | Glenn Morris | 2012-01-10 00:32:46 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-01-10 00:32:46 -0800 |
| commit | 959272ecf045739c52dcf65b1b5a4e591de9e920 (patch) | |
| tree | 66605075bed67cd46c63b2271e2c2a6ca7e184b8 /lib-src | |
| parent | ed516deec46c8e45356c066b79c3f77ca8cdb4d0 (diff) | |
| download | emacs-959272ecf045739c52dcf65b1b5a4e591de9e920.tar.gz emacs-959272ecf045739c52dcf65b1b5a4e591de9e920.zip | |
Update short copyright year to 2012 (do not merge to trunk)
* etc/refcards/calccard.tex, etc/refcards/cs-dired-ref.tex:
* etc/refcards/cs-refcard.tex, etc/refcards/cs-survival.tex:
* etc/refcards/de-refcard.tex, etc/refcards/dired-ref.tex:
* etc/refcards/fr-dired-ref.tex, etc/refcards/fr-refcard.tex:
* etc/refcards/fr-survival.tex, etc/refcards/orgcard.tex:
* etc/refcards/pl-refcard.tex, etc/refcards/pt-br-refcard.tex:
* etc/refcards/refcard.tex, etc/refcards/ru-refcard.tex:
* etc/refcards/sk-dired-ref.tex, etc/refcards/sk-refcard.tex:
* etc/refcards/sk-survival.tex, etc/refcards/survival.tex:
* etc/refcards/vipcard.tex, etc/refcards/viperCard.tex:
* lib-src/ebrowse.c (version) <emacs_copyright>:
* lib-src/etags.c (print_version) <emacs_copyright>:
* lib-src/rcs2log (Copyright):
* lisp/version.el (emacs-copyright):
* 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:
Update short copyright year to 2012.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 6 | ||||
| -rw-r--r-- | lib-src/ebrowse.c | 2 | ||||
| -rw-r--r-- | lib-src/etags.c | 2 | ||||
| -rwxr-xr-x | lib-src/rcs2log | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 73a63eeaec4..73a447bc3a1 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-01-10 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * ebrowse.c (version) <emacs_copyright>: | ||
| 4 | * etags.c (print_version) <emacs_copyright>: | ||
| 5 | * rcs2log (Copyright): Update short copyright year to 2012. | ||
| 6 | |||
| 1 | 2011-03-07 Chong Yidong <cyd@stupidchicken.com> | 7 | 2011-03-07 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 8 | ||
| 3 | * Version 23.3 released. | 9 | * Version 23.3 released. |
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index 735cf30ae2e..ce71264333b 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c | |||
| @@ -3685,7 +3685,7 @@ void | |||
| 3685 | version () | 3685 | version () |
| 3686 | { | 3686 | { |
| 3687 | /* Makes it easier to update automatically. */ | 3687 | /* Makes it easier to update automatically. */ |
| 3688 | char emacs_copyright[] = "Copyright (C) 2011 Free Software Foundation, Inc."; | 3688 | char emacs_copyright[] = "Copyright (C) 2012 Free Software Foundation, Inc."; |
| 3689 | 3689 | ||
| 3690 | printf ("ebrowse %s\n", VERSION); | 3690 | printf ("ebrowse %s\n", VERSION); |
| 3691 | puts (emacs_copyright); | 3691 | puts (emacs_copyright); |
diff --git a/lib-src/etags.c b/lib-src/etags.c index da43b89e40a..c3209a92dd6 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -898,7 +898,7 @@ static void | |||
| 898 | print_version () | 898 | print_version () |
| 899 | { | 899 | { |
| 900 | /* Makes it easier to update automatically. */ | 900 | /* Makes it easier to update automatically. */ |
| 901 | char emacs_copyright[] = "Copyright (C) 2011 Free Software Foundation, Inc."; | 901 | char emacs_copyright[] = "Copyright (C) 2012 Free Software Foundation, Inc."; |
| 902 | 902 | ||
| 903 | printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); | 903 | printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); |
| 904 | puts (emacs_copyright); | 904 | puts (emacs_copyright); |
diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 5808068f646..ffc7b547559 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | 22 | # along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 23 | 23 | ||
| 24 | 24 | ||
| 25 | Copyright='Copyright (C) 2011 Free Software Foundation, Inc. | 25 | Copyright='Copyright (C) 2012 Free Software Foundation, Inc. |
| 26 | This program comes with NO WARRANTY, to the extent permitted by law. | 26 | This program comes with NO WARRANTY, to the extent permitted by law. |
| 27 | You may redistribute copies of this program | 27 | You may redistribute copies of this program |
| 28 | under the terms of the GNU General Public License. | 28 | under the terms of the GNU General Public License. |