aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
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 73a63eeaec4..73a447bc3a1 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,9 @@
12012-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
12011-03-07 Chong Yidong <cyd@stupidchicken.com> 72011-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
3685version () 3685version ()
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
898print_version () 898print_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
25Copyright='Copyright (C) 2011 Free Software Foundation, Inc. 25Copyright='Copyright (C) 2012 Free Software Foundation, Inc.
26This program comes with NO WARRANTY, to the extent permitted by law. 26This program comes with NO WARRANTY, to the extent permitted by law.
27You may redistribute copies of this program 27You may redistribute copies of this program
28under the terms of the GNU General Public License. 28under the terms of the GNU General Public License.