aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorMiles Bader2008-01-09 01:21:15 +0000
committerMiles Bader2008-01-09 01:21:15 +0000
commit430d2ee2919b2d4693780f2474ba40148442d206 (patch)
treeea4b697cc7403cfffa9f4dcad08c61345a1d31b0 /lib-src
parentbcab78b72bd640d41c7b4268e05e9f3f9e2c69c1 (diff)
parent59ce725a3b68cbc324f01bc8dc5f9e07286431d1 (diff)
downloademacs-430d2ee2919b2d4693780f2474ba40148442d206.tar.gz
emacs-430d2ee2919b2d4693780f2474ba40148442d206.zip
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog24
-rw-r--r--lib-src/Makefile.in2
-rw-r--r--lib-src/b2m.pl2
-rw-r--r--lib-src/cvtmail.c2
-rw-r--r--lib-src/digest-doc.c2
-rw-r--r--lib-src/ebrowse.c8
-rw-r--r--lib-src/emacsclient.c2
-rw-r--r--lib-src/etags.c4
-rw-r--r--lib-src/fakemail.c2
-rwxr-xr-xlib-src/grep-changelog2
-rw-r--r--lib-src/hexl.c2
-rw-r--r--lib-src/make-docfile.c3
-rw-r--r--lib-src/makefile.w32-in2
-rw-r--r--lib-src/movemail.c2
-rw-r--r--lib-src/ntlib.c2
-rw-r--r--lib-src/ntlib.h2
-rw-r--r--lib-src/pop.c2
-rw-r--r--lib-src/pop.h2
-rw-r--r--lib-src/profile.c2
-rwxr-xr-xlib-src/rcs-checkin2
-rwxr-xr-xlib-src/rcs2log4
-rw-r--r--lib-src/sorted-doc.c2
-rw-r--r--lib-src/test-distrib.c2
-rw-r--r--lib-src/update-game-score.c3
-rwxr-xr-xlib-src/vcdiff2
25 files changed, 49 insertions, 35 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 36929ebc24a..8cdce18bd87 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,11 @@
12008-01-04 Glenn Morris <rgm@gnu.org>
2
3 * ebrowse.c (version) <emacs_copyright>: New variable.
4 Just use current year for copyright.
5
6 * etags.c (print_version):
7 * rcs2log (Copyright): Update to 2008.
8
12007-11-28 Jason Rumney <jasonr@gnu.org> 92007-11-28 Jason Rumney <jasonr@gnu.org>
2 10
3 * makefile.w32-in (VMS_SUPPORT): No longer byte-compiled. 11 * makefile.w32-in (VMS_SUPPORT): No longer byte-compiled.
@@ -972,7 +980,7 @@
972 980
9732003-09-10 Richard M. Stallman <rms@gnu.org> 9812003-09-10 Richard M. Stallman <rms@gnu.org>
974 982
975 * emacsclient.c (main): Use socket_name. 983 * emacsclient.c (main): Use socket_name.
976 984
9772003-09-10 Andreas B,A|(Bsching <crunchy@tzi.de> (tiny change) 9852003-09-10 Andreas B,A|(Bsching <crunchy@tzi.de> (tiny change)
978 986
@@ -1540,7 +1548,7 @@
1540 (main): Use username field. 1548 (main): Use username field.
1541 (read_score): Read it. 1549 (read_score): Read it.
1542 (push_score): Handle it. 1550 (push_score): Handle it.
1543 (write_scores) Write it. 1551 (write_scores): Write it.
1544 (read_score): Handle arbitrary length data. 1552 (read_score): Handle arbitrary length data.
1545 1553
15462002-03-30 Eli Zaretskii <eliz@is.elta.co.il> 15542002-03-30 Eli Zaretskii <eliz@is.elta.co.il>
@@ -1840,9 +1848,9 @@
1840 1848
18412001-10-10 Jason Rumney <jasonr@gnu.org> 18492001-10-10 Jason Rumney <jasonr@gnu.org>
1842 1850
1843 * makefile.w32-in (ALL) Do not include fakemail. 1851 * makefile.w32-in (ALL): Do not include fakemail.
1844 1852
1845 * makefile.nt (install) Ditto. 1853 * makefile.nt (install): Ditto.
1846 1854
18472001-10-09 Gerd Moellmann <gerd@gnu.org> 18552001-10-09 Gerd Moellmann <gerd@gnu.org>
1848 1856
@@ -2069,7 +2077,7 @@
2069 (consider_token): Automatic set C++ mode. 2077 (consider_token): Automatic set C++ mode.
2070 (C_entries): New security check for yacc. 2078 (C_entries): New security check for yacc.
2071 (print_language_names, print_help): Mention the autodetect 2079 (print_language_names, print_help): Mention the autodetect
2072 feature, do not show help for the -C option, now mostly useless. 2080 feature, do not show help for the -C option, now mostly useless.
2073 (C_entries): Tag C++ forward declarations if --declarations. 2081 (C_entries): Tag C++ forward declarations if --declarations.
2074 (C_entries): Don't be fooled by things like XDEFUN. 2082 (C_entries): Don't be fooled by things like XDEFUN.
2075 (consider_token): Discard asm pseudo function. 2083 (consider_token): Discard asm pseudo function.
@@ -4096,7 +4104,7 @@
4096 * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which 4104 * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which
4097 replaces the (now obsolescent) -n login fullname mailaddr option. 4105 replaces the (now obsolescent) -n login fullname mailaddr option.
4098 Add -R option for recursive rlog. 4106 Add -R option for recursive rlog.
4099 (AWK): New environment variable (default `awk') for awk program name. 4107 (AWK): New environment variable (default `awk') for awk program name.
4100 (output_authors, tab, loginFullnameMailaddrs, recursive): New vars. 4108 (output_authors, tab, loginFullnameMailaddrs, recursive): New vars.
4101 Quote authors and fullnames correctly. 4109 Quote authors and fullnames correctly.
4102 Don't omit path from repository root when logging CVS files. 4110 Don't omit path from repository root when logging CVS files.
@@ -6350,7 +6358,7 @@
63501988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu) 63581988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6351 6359
6352 * etags.c: Handle `typedef struct foo {' (price@mcc.com). 6360 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
6353 (istoken) New string-comparison macro. 6361 (istoken): New string-comparison macro.
6354 (consider_token): New arg `level'. New state `tag_ok' in `tydef'. 6362 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
6355 6363
63561988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu) 63641988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
@@ -6422,7 +6430,7 @@
6422 6430
6423 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 6431 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
6424 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 6432 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
6425 2006, 2007 Free Software Foundation, Inc. 6433 2006, 2007, 2008 Free Software Foundation, Inc.
6426 6434
6427 This file is part of GNU Emacs. 6435 This file is part of GNU Emacs.
6428 6436
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 91074d3ccb1..f30e2e8c3ff 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -1,6 +1,6 @@
1# Makefile for lib-src subdirectory in GNU Emacs. 1# Makefile for lib-src subdirectory in GNU Emacs.
2# Copyright (C) 1985, 1987, 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2# Copyright (C) 1985, 1987, 1988, 1993, 1994, 2001, 2002, 2003, 2004,
3# 2005, 2006, 2007 Free Software Foundation, Inc. 3# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5# This file is part of GNU Emacs. 5# This file is part of GNU Emacs.
6 6
diff --git a/lib-src/b2m.pl b/lib-src/b2m.pl
index 96f1643891f..d0c34b69a7c 100644
--- a/lib-src/b2m.pl
+++ b/lib-src/b2m.pl
@@ -2,7 +2,7 @@
2 2
3# b2m.pl - Script to convert a Babyl file to an mbox file 3# b2m.pl - Script to convert a Babyl file to an mbox file
4 4
5# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 5# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
6# Free Software Foundation, Inc. 6# Free Software Foundation, Inc.
7 7
8# This program is free software; you can redistribute it and/or modify 8# This program is free software; you can redistribute it and/or modify
diff --git a/lib-src/cvtmail.c b/lib-src/cvtmail.c
index d892d77dc5a..52ead298958 100644
--- a/lib-src/cvtmail.c
+++ b/lib-src/cvtmail.c
@@ -1,5 +1,5 @@
1/* Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, 1/* Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004,
2 2005, 2006, 2007 Free Software Foundation, Inc. 2 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/lib-src/digest-doc.c b/lib-src/digest-doc.c
index 08e5d813361..ec6e4372ed0 100644
--- a/lib-src/digest-doc.c
+++ b/lib-src/digest-doc.c
@@ -2,7 +2,7 @@
2 standard output a file of nroff output containing the doc strings. 2 standard output a file of nroff output containing the doc strings.
3 3
4 Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004, 4 Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004,
5 2005, 2006, 2007 Free Software Foundation, Inc. 5 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6 6
7 This file is part of GNU Emacs. 7 This file is part of GNU Emacs.
8 8
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c
index ea230a9c3cd..2946dd3feba 100644
--- a/lib-src/ebrowse.c
+++ b/lib-src/ebrowse.c
@@ -1,7 +1,8 @@
1/* ebrowse.c --- parsing files for the ebrowse C++ browser 1/* ebrowse.c --- parsing files for the ebrowse C++ browser
2 2
3 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 3 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
4 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 4 2002, 2003, 2004, 2005, 2006, 2007, 2008
5 Free Software Foundation, Inc.
5 6
6 This file is part of GNU Emacs. 7 This file is part of GNU Emacs.
7 8
@@ -3690,8 +3691,11 @@ usage (error)
3690void 3691void
3691version () 3692version ()
3692{ 3693{
3694 /* Makes it easier to update automatically. */
3695 char emacs_copyright[] = "Copyright (C) 2008 Free Software Foundation, Inc.";
3696
3693 printf ("ebrowse %s\n", VERSION); 3697 printf ("ebrowse %s\n", VERSION);
3694 puts ("Copyright (C) 1992-2007 Free Software Foundation, Inc."); 3698 puts (emacs_copyright);
3695 puts ("This program is distributed under the same terms as Emacs."); 3699 puts ("This program is distributed under the same terms as Emacs.");
3696 exit (EXIT_SUCCESS); 3700 exit (EXIT_SUCCESS);
3697} 3701}
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index acc322d638a..9de812d1c73 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -1,6 +1,6 @@
1/* Client process that communicates with GNU Emacs acting as server. 1/* Client process that communicates with GNU Emacs acting as server.
2 Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2 Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001, 2002, 2003, 2004,
3 2005, 2006, 2007 Free Software Foundation, Inc. 3 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/lib-src/etags.c b/lib-src/etags.c
index 23527171e48..40b7242e2e3 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -29,7 +29,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 29
30 30
31Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999, 31Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999,
32 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 32 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
33 Free Software Foundation, Inc. 33 Free Software Foundation, Inc.
34 34
35This file is not considered part of GNU Emacs. 35This file is not considered part of GNU Emacs.
@@ -905,7 +905,7 @@ static void
905print_version () 905print_version ()
906{ 906{
907 /* Makes it easier to update automatically. */ 907 /* Makes it easier to update automatically. */
908 char emacs_copyright[] = "Copyright (C) 2007 Free Software Foundation, Inc."; 908 char emacs_copyright[] = "Copyright (C) 2008 Free Software Foundation, Inc.";
909 909
910 printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); 910 printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION);
911 puts (emacs_copyright); 911 puts (emacs_copyright);
diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c
index 003f2da886c..10a9cdb20ea 100644
--- a/lib-src/fakemail.c
+++ b/lib-src/fakemail.c
@@ -1,6 +1,6 @@
1/* sendmail-like interface to /bin/mail for system V, 1/* sendmail-like interface to /bin/mail for system V,
2 Copyright (C) 1985, 1994, 1999, 2001, 2002, 2003, 2004, 2 Copyright (C) 1985, 1994, 1999, 2001, 2002, 2003, 2004,
3 2005, 2006, 2007 Free Software Foundation, Inc. 3 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/lib-src/grep-changelog b/lib-src/grep-changelog
index 1dff1e3e6b7..c4de805db05 100755
--- a/lib-src/grep-changelog
+++ b/lib-src/grep-changelog
@@ -1,7 +1,7 @@
1#! /usr/bin/perl 1#! /usr/bin/perl
2 2
3# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 3# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
4# 2005, 2006, 2007 Free Software Foundation, Inc. 4# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5# 5#
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
7# 7#
diff --git a/lib-src/hexl.c b/lib-src/hexl.c
index 98561cf604d..95a7f82e1c4 100644
--- a/lib-src/hexl.c
+++ b/lib-src/hexl.c
@@ -1,6 +1,6 @@
1/* Convert files for Emacs Hexl mode. 1/* Convert files for Emacs Hexl mode.
2 Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 2 Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005,
3 2006, 2007 Free Software Foundation, Inc. 3 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5This file is not considered part of GNU Emacs. 5This file is not considered part of GNU Emacs.
6 6
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c
index 3f3da3e7007..1564aca5bbe 100644
--- a/lib-src/make-docfile.c
+++ b/lib-src/make-docfile.c
@@ -1,6 +1,7 @@
1/* Generate doc-string file for GNU Emacs from source files. 1/* Generate doc-string file for GNU Emacs from source files.
2 Copyright (C) 1985, 1986, 1992, 1993, 1994, 1997, 1999, 2000, 2001, 2 Copyright (C) 1985, 1986, 1992, 1993, 1994, 1997, 1999, 2000, 2001,
3 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 3 2002, 2003, 2004, 2005, 2006, 2007, 2008
4 Free Software Foundation, Inc.
4 5
5This file is part of GNU Emacs. 6This file is part of GNU Emacs.
6 7
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 8b327bfabf8..057d5ab4fd5 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -1,6 +1,6 @@
1# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. 1# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
2# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2# Copyright (C) 2000, 2001, 2002, 2003, 2004,
3# 2005, 2006, 2007 Free Software Foundation, Inc. 3# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4# 4#
5# This file is part of GNU Emacs. 5# This file is part of GNU Emacs.
6# 6#
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index aaaf91b1b1f..7c647676ff5 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -1,7 +1,7 @@
1/* movemail foo bar -- move file foo to file bar, 1/* movemail foo bar -- move file foo to file bar,
2 locking file foo the way /bin/mail respects. 2 locking file foo the way /bin/mail respects.
3 Copyright (C) 1986, 1992, 1993, 1994, 1996, 1999, 2001, 2002, 2003, 2004, 3 Copyright (C) 1986, 1992, 1993, 1994, 1996, 1999, 2001, 2002, 2003, 2004,
4 2005, 2006, 2007 Free Software Foundation, Inc. 4 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
7 7
diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c
index e11733f9605..67533894ace 100644
--- a/lib-src/ntlib.c
+++ b/lib-src/ntlib.c
@@ -1,6 +1,6 @@
1/* Utility and Unix shadow routines for GNU Emacs support programs on NT. 1/* Utility and Unix shadow routines for GNU Emacs support programs on NT.
2 Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2 Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005,
3 2006, 2007 Free Software Foundation, Inc. 3 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h
index 267e8ba5a04..8266b6f3a62 100644
--- a/lib-src/ntlib.h
+++ b/lib-src/ntlib.h
@@ -1,6 +1,6 @@
1/* Utility and Unix shadow routines for GNU Emacs support programs on NT. 1/* Utility and Unix shadow routines for GNU Emacs support programs on NT.
2 Copyright (C) 1994, 2002, 2003, 2004, 2005, 2 Copyright (C) 1994, 2002, 2003, 2004, 2005,
3 2006, 2007 Free Software Foundation, Inc. 3 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5 This file is part of GNU Emacs. 5 This file is part of GNU Emacs.
6 6
diff --git a/lib-src/pop.c b/lib-src/pop.c
index 5e6623aaf8d..61c90abe2bf 100644
--- a/lib-src/pop.c
+++ b/lib-src/pop.c
@@ -1,6 +1,6 @@
1/* pop.c: client routines for talking to a POP3-protocol post-office server 1/* pop.c: client routines for talking to a POP3-protocol post-office server
2 Copyright (C) 1991, 1993, 1996, 1997, 1999, 2001, 2002, 2003, 2004, 2 Copyright (C) 1991, 1993, 1996, 1997, 1999, 2001, 2002, 2003, 2004,
3 2005, 2006, 2007 Free Software Foundation, Inc. 3 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 Written by Jonathan Kamens, jik@security.ov.com. 4 Written by Jonathan Kamens, jik@security.ov.com.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
diff --git a/lib-src/pop.h b/lib-src/pop.h
index 85b666c652f..24f9159261d 100644
--- a/lib-src/pop.h
+++ b/lib-src/pop.h
@@ -1,6 +1,6 @@
1/* pop.h: Header file for the "pop.c" client POP3 protocol. 1/* pop.h: Header file for the "pop.c" client POP3 protocol.
2 Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004, 2 Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004,
3 2005, 2006, 2007 Free Software Foundation, Inc. 3 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 Written by Jonathan Kamens, jik@security.ov.com. 4 Written by Jonathan Kamens, jik@security.ov.com.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
diff --git a/lib-src/profile.c b/lib-src/profile.c
index 628b72ddcfe..ffcf9e2cff3 100644
--- a/lib-src/profile.c
+++ b/lib-src/profile.c
@@ -1,6 +1,6 @@
1/* profile.c --- generate periodic events for profiling of Emacs Lisp code. 1/* profile.c --- generate periodic events for profiling of Emacs Lisp code.
2 Copyright (C) 1992, 1994, 1999, 2001, 2002, 2003, 2004, 2 Copyright (C) 1992, 1994, 1999, 2001, 2002, 2003, 2004,
3 2005, 2006, 2007 Free Software Foundation, Inc. 3 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5 Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> 5 Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
6 6
diff --git a/lib-src/rcs-checkin b/lib-src/rcs-checkin
index 94396709e65..958b371b24c 100755
--- a/lib-src/rcs-checkin
+++ b/lib-src/rcs-checkin
@@ -3,7 +3,7 @@
3# This script accepts any number of file arguments and checks them into RCS. 3# This script accepts any number of file arguments and checks them into RCS.
4 4
5# Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, 5# Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004,
6# 2005, 2006, 2007 Free Software Foundation, Inc. 6# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
7# 7#
8# This file is part of GNU Emacs. 8# This file is part of GNU Emacs.
9# 9#
diff --git a/lib-src/rcs2log b/lib-src/rcs2log
index c81f51d4d60..43fa9d555c3 100755
--- a/lib-src/rcs2log
+++ b/lib-src/rcs2log
@@ -55,7 +55,7 @@ Report bugs to <bug-gnu-emacs@gnu.org>.'
55Id='$Id$' 55Id='$Id$'
56 56
57# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, 57# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003,
58# 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 58# 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
59 59
60# This program is free software; you can redistribute it and/or modify 60# This program is free software; you can redistribute it and/or modify
61# it under the terms of the GNU General Public License as published by 61# it under the terms of the GNU General Public License as published by
@@ -72,7 +72,7 @@ Id='$Id$'
72# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 72# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
73# Boston, MA 02110-1301, USA. 73# Boston, MA 02110-1301, USA.
74 74
75Copyright='Copyright (C) 2007 Free Software Foundation, Inc. 75Copyright='Copyright (C) 2008 Free Software Foundation, Inc.
76This program comes with NO WARRANTY, to the extent permitted by law. 76This program comes with NO WARRANTY, to the extent permitted by law.
77You may redistribute copies of this program 77You may redistribute copies of this program
78under the terms of the GNU General Public License. 78under the terms of the GNU General Public License.
diff --git a/lib-src/sorted-doc.c b/lib-src/sorted-doc.c
index e239eaab428..33959aefefe 100644
--- a/lib-src/sorted-doc.c
+++ b/lib-src/sorted-doc.c
@@ -2,7 +2,7 @@
2 standard output a file of texinfo input containing the doc strings. 2 standard output a file of texinfo input containing the doc strings.
3 3
4 Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003, 4 Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003,
5 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 5 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6 6
7 This file is part of GNU Emacs. 7 This file is part of GNU Emacs.
8 8
diff --git a/lib-src/test-distrib.c b/lib-src/test-distrib.c
index 4913f094614..0c1a3fd8d0e 100644
--- a/lib-src/test-distrib.c
+++ b/lib-src/test-distrib.c
@@ -1,7 +1,7 @@
1/* test-distrib.c --- testing distribution of nonprinting chars 1/* test-distrib.c --- testing distribution of nonprinting chars
2 2
3 Copyright (C) 1987, 1993, 1994, 1995, 1999, 2001, 2002, 2003, 3 Copyright (C) 1987, 1993, 1994, 1995, 1999, 2001, 2002, 2003,
4 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 4 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5 5
6 This file is part of GNU Emacs. 6 This file is part of GNU Emacs.
7 7
diff --git a/lib-src/update-game-score.c b/lib-src/update-game-score.c
index 3ccfecdb7d7..188fa896bbd 100644
--- a/lib-src/update-game-score.c
+++ b/lib-src/update-game-score.c
@@ -1,5 +1,6 @@
1/* update-game-score.c --- Update a score file 1/* update-game-score.c --- Update a score file
2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
3 Free Software Foundation, Inc.
3 4
4This file is part of GNU Emacs. 5This file is part of GNU Emacs.
5 6
diff --git a/lib-src/vcdiff b/lib-src/vcdiff
index 4fd6fb47226..86b80bcdacd 100755
--- a/lib-src/vcdiff
+++ b/lib-src/vcdiff
@@ -4,7 +4,7 @@
4# This version is more compatible with rcsdiff(1). 4# This version is more compatible with rcsdiff(1).
5# 5#
6# Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 6# Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004,
7# 2005, 2006, 2007 Free Software Foundation, Inc. 7# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
8# 8#
9# This file is part of GNU Emacs. 9# This file is part of GNU Emacs.
10# 10#