aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorGlenn Morris2012-01-04 23:45:28 -0800
committerGlenn Morris2012-01-04 23:45:28 -0800
commit1c6e5a3260fd774dbc8fac0c1e14b57165bcf6bd (patch)
treeef971faa3c2326a9800dd4f2cb9f527be1bfbe34 /lib-src
parentbb5aa5d6c3a0138c36e2879a78d9cdb22e6f410e (diff)
downloademacs-1c6e5a3260fd774dbc8fac0c1e14b57165bcf6bd.tar.gz
emacs-1c6e5a3260fd774dbc8fac0c1e14b57165bcf6bd.zip
Update short copyright year to 2012.
* 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): Update short copyright year to 2012. * 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: * src/emacs.c (emacs_copyright): Update short copyright year to 2012.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog6
-rw-r--r--lib-src/ebrowse.c2
-rw-r--r--lib-src/etags.c2
-rwxr-xr-xlib-src/rcs2log2
4 files changed, 9 insertions, 3 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index e989473219c..f92824f6d7e 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,9 @@
12012-01-05 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
12011-12-25 Andreas Schwab <schwab@linux-m68k.org> 72011-12-25 Andreas Schwab <schwab@linux-m68k.org>
2 8
3 * etags.c (C_entries): Properly skip over string and character 9 * etags.c (C_entries): Properly skip over string and character
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c
index 9af4f4faf41..8cdc7bd0e05 100644
--- a/lib-src/ebrowse.c
+++ b/lib-src/ebrowse.c
@@ -3526,7 +3526,7 @@ static void
3526version (void) 3526version (void)
3527{ 3527{
3528 /* Makes it easier to update automatically. */ 3528 /* Makes it easier to update automatically. */
3529 char emacs_copyright[] = "Copyright (C) 2011 Free Software Foundation, Inc."; 3529 char emacs_copyright[] = "Copyright (C) 2012 Free Software Foundation, Inc.";
3530 3530
3531 printf ("ebrowse %s\n", VERSION); 3531 printf ("ebrowse %s\n", VERSION);
3532 puts (emacs_copyright); 3532 puts (emacs_copyright);
diff --git a/lib-src/etags.c b/lib-src/etags.c
index 8852c9faea4..4f829b84cc1 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -867,7 +867,7 @@ static void
867print_version (void) 867print_version (void)
868{ 868{
869 /* Makes it easier to update automatically. */ 869 /* Makes it easier to update automatically. */
870 char emacs_copyright[] = "Copyright (C) 2011 Free Software Foundation, Inc."; 870 char emacs_copyright[] = "Copyright (C) 2012 Free Software Foundation, Inc.";
871 871
872 printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); 872 printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION);
873 puts (emacs_copyright); 873 puts (emacs_copyright);
diff --git a/lib-src/rcs2log b/lib-src/rcs2log
index 4e1dd306977..212fad88bf5 100755
--- a/lib-src/rcs2log
+++ b/lib-src/rcs2log
@@ -20,7 +20,7 @@
20# along with this program. If not, see <http://www.gnu.org/licenses/>. 20# along with this program. If not, see <http://www.gnu.org/licenses/>.
21 21
22 22
23Copyright='Copyright (C) 2011 Free Software Foundation, Inc. 23Copyright='Copyright (C) 2012 Free Software Foundation, Inc.
24This program comes with NO WARRANTY, to the extent permitted by law. 24This program comes with NO WARRANTY, to the extent permitted by law.
25You may redistribute copies of this program 25You may redistribute copies of this program
26under the terms of the GNU General Public License. 26under the terms of the GNU General Public License.