diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 8 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 2 | ||||
| -rw-r--r-- | lib-src/b2m.pl | 2 | ||||
| -rw-r--r-- | lib-src/digest-doc.c | 2 | ||||
| -rw-r--r-- | lib-src/ebrowse.c | 4 | ||||
| -rw-r--r-- | lib-src/emacsclient.c | 4 | ||||
| -rw-r--r-- | lib-src/etags.c | 6 | ||||
| -rw-r--r-- | lib-src/fakemail.c | 2 | ||||
| -rwxr-xr-x | lib-src/grep-changelog | 2 | ||||
| -rw-r--r-- | lib-src/hexl.c | 2 | ||||
| -rw-r--r-- | lib-src/make-docfile.c | 2 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 | ||||
| -rw-r--r-- | lib-src/movemail.c | 2 | ||||
| -rw-r--r-- | lib-src/ntlib.c | 2 | ||||
| -rw-r--r-- | lib-src/ntlib.h | 2 | ||||
| -rw-r--r-- | lib-src/pop.c | 2 | ||||
| -rw-r--r-- | lib-src/pop.h | 2 | ||||
| -rw-r--r-- | lib-src/profile.c | 2 | ||||
| -rwxr-xr-x | lib-src/rcs-checkin | 2 | ||||
| -rwxr-xr-x | lib-src/rcs2log | 4 | ||||
| -rw-r--r-- | lib-src/sorted-doc.c | 2 | ||||
| -rw-r--r-- | lib-src/test-distrib.c | 2 | ||||
| -rw-r--r-- | lib-src/update-game-score.c | 2 | ||||
| -rwxr-xr-x | lib-src/vcdiff | 2 |
24 files changed, 35 insertions, 29 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index cc205d26a50..a50ee76b96c 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-01-11 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * ebrowse.c (version): | ||
| 4 | * etags.c (print_version): | ||
| 5 | * rcs2log (Copyright): Set copyright year to 2010. | ||
| 6 | |||
| 1 | 2009-12-09 David Robinow <drobinow@gmail.com> (tiny change) | 7 | 2009-12-09 David Robinow <drobinow@gmail.com> (tiny change) |
| 2 | 8 | ||
| 3 | * makefile.w32-in: Use parenthesis for macros for nmake | 9 | * makefile.w32-in: Use parenthesis for macros for nmake |
| @@ -6960,7 +6966,7 @@ | |||
| 6960 | 6966 | ||
| 6961 | Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, | 6967 | Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, |
| 6962 | 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, | 6968 | 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, |
| 6963 | 2007, 2008, 2009 Free Software Foundation, Inc. | 6969 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 6964 | 6970 | ||
| 6965 | This file is part of GNU Emacs. | 6971 | This file is part of GNU Emacs. |
| 6966 | 6972 | ||
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 0b164936c78..b1344c8b010 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, 2008, 2009 Free Software Foundation, Inc. | 3 | # 2005, 2006, 2007, 2008, 2009, 2010 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 c7a426fd035..d3c47f61545 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, 2008, 2009 | 5 | # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 6 | # Free Software Foundation, Inc. | 6 | # Free Software Foundation, Inc. |
| 7 | 7 | ||
| 8 | # Maintainer: Jonathan Kamens <jik@kamens.brookline.ma.us> | 8 | # Maintainer: Jonathan Kamens <jik@kamens.brookline.ma.us> |
diff --git a/lib-src/digest-doc.c b/lib-src/digest-doc.c index 5f49cfc1ab5..d8c6e620a19 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, 2005, 2006, 2007, | 4 | Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 5 | 2008, 2009 Free Software Foundation, Inc. | 5 | 2008, 2009, 2010 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 85def362dea..b51b4aa6965 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c | |||
| @@ -1,7 +1,7 @@ | |||
| 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, 2008, 2009 | 4 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 5 | Free Software Foundation, Inc. | 5 | Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| @@ -3680,7 +3680,7 @@ void | |||
| 3680 | version () | 3680 | version () |
| 3681 | { | 3681 | { |
| 3682 | /* Makes it easier to update automatically. */ | 3682 | /* Makes it easier to update automatically. */ |
| 3683 | char emacs_copyright[] = "Copyright (C) 2009 Free Software Foundation, Inc."; | 3683 | char emacs_copyright[] = "Copyright (C) 2010 Free Software Foundation, Inc."; |
| 3684 | 3684 | ||
| 3685 | printf ("ebrowse %s\n", VERSION); | 3685 | printf ("ebrowse %s\n", VERSION); |
| 3686 | puts (emacs_copyright); | 3686 | puts (emacs_copyright); |
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index e818f2f9202..01241b518bb 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, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -340,7 +340,7 @@ w32_get_resource (predefined, key, type) | |||
| 340 | /* | 340 | /* |
| 341 | getenv wrapper for Windows | 341 | getenv wrapper for Windows |
| 342 | 342 | ||
| 343 | This is needed to duplicate Emacs's behavior, which is to look for enviroment | 343 | This is needed to duplicate Emacs's behavior, which is to look for environment |
| 344 | variables in the registry if they don't appear in the environment. | 344 | variables in the registry if they don't appear in the environment. |
| 345 | */ | 345 | */ |
| 346 | char * | 346 | char * |
diff --git a/lib-src/etags.c b/lib-src/etags.c index 6fce4529855..d49dcf930af 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 | ||
| 31 | Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999, | 31 | Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999, |
| 32 | 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 32 | 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 33 | Free Software Foundation, Inc. | 33 | Free Software Foundation, Inc. |
| 34 | 34 | ||
| 35 | This file is not considered part of GNU Emacs. | 35 | This file is not considered part of GNU Emacs. |
| @@ -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) 2009 Free Software Foundation, Inc."; | 901 | char emacs_copyright[] = "Copyright (C) 2010 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); |
| @@ -6297,7 +6297,7 @@ readline (lbp, stream) | |||
| 6297 | readline (lbp, stream); | 6297 | readline (lbp, stream); |
| 6298 | return; | 6298 | return; |
| 6299 | } /* if a real #line directive */ | 6299 | } /* if a real #line directive */ |
| 6300 | } /* if #line is followed by a a number */ | 6300 | } /* if #line is followed by a number */ |
| 6301 | } /* if line begins with "#line " */ | 6301 | } /* if line begins with "#line " */ |
| 6302 | 6302 | ||
| 6303 | /* If we are here, no #line directive was found. */ | 6303 | /* If we are here, no #line directive was found. */ |
diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c index 8d04f8010f4..f98fb749476 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, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Bill Rozas <jinx@martigny.ai.mit.edu> | 5 | Author: Bill Rozas <jinx@martigny.ai.mit.edu> |
| 6 | (according to ack.texi) | 6 | (according to ack.texi) |
diff --git a/lib-src/grep-changelog b/lib-src/grep-changelog index 3c44306ce44..b63ae90eafb 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, 2008, 2009 Free Software Foundation, Inc. | 4 | # 2005, 2006, 2007, 2008, 2009, 2010 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 231fd85a4f8..91fadd81f5a 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, 2006, 2007, 2008, | 2 | Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, |
| 3 | 2009 Free Software Foundation, Inc. | 3 | 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Keith Gabryelski | 5 | Author: Keith Gabryelski |
| 6 | (according to authors.el) | 6 | (according to authors.el) |
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index 3583f363f93..af1928c63fb 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c | |||
| @@ -1,6 +1,6 @@ | |||
| 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, 2008, 2009 | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 1adb0351eb1..fdbc9e9756c 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, 2005, 2006, 2007, 2008, | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, |
| 3 | # 2009 Free Software Foundation, Inc. | 3 | # 2009, 2010 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 732f8dd3299..e0eb4d48b89 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, 2008, 2009 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008, 2009, 2010 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/ntlib.c b/lib-src/ntlib.c index bce4ce10f31..ae10caecd22 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, 2006, 2007, | 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 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/ntlib.h b/lib-src/ntlib.h index 7f9313c9ec4..70b99d7a779 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, 2006, 2007, | 2 | Copyright (C) 1994, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 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 b7d3f4b94d3..64488e7e3ea 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, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Jonathan Kamens <jik@security.ov.com> | 5 | Author: Jonathan Kamens <jik@security.ov.com> |
| 6 | 6 | ||
diff --git a/lib-src/pop.h b/lib-src/pop.h index 5932c5f3bd2..4b6853e77c8 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, 2005, 2006, 2007, | 2 | Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Jonathan Kamens <jik@security.ov.com> | 5 | Author: Jonathan Kamens <jik@security.ov.com> |
| 6 | 6 | ||
diff --git a/lib-src/profile.c b/lib-src/profile.c index 4e3d8e00e4b..0347350a799 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, 2005, 2006, | 2 | Copyright (C) 1992, 1994, 1999, 2001, 2002, 2003, 2004, 2005, 2006, |
| 3 | 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2007, 2008, 2009, 2010 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 b1dfecf8ff8..f82e03bdcf1 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, 2005, 2006, | 5 | # Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, |
| 6 | # 2007, 2008, 2009 Free Software Foundation, Inc. | 6 | # 2007, 2008, 2009, 2010 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 df84aef198c..2a2eab83fcb 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # RCS to ChangeLog generator | 3 | # RCS to ChangeLog generator |
| 4 | 4 | ||
| 5 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, | 5 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, |
| 6 | # 2004, 2005, 2006, 2007, 2008, 2009 | 6 | # 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 7 | # Free Software Foundation, Inc. | 7 | # Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | # Author: Paul Eggert <eggert@twinsun.com> | 9 | # Author: Paul Eggert <eggert@twinsun.com> |
| @@ -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) 2009 Free Software Foundation, Inc. | 25 | Copyright='Copyright (C) 2010 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. |
diff --git a/lib-src/sorted-doc.c b/lib-src/sorted-doc.c index a68945e9932..ce58529193a 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, 2008, 2009 Free Software Foundation, Inc. | 5 | 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 cb2944dfc8c..a6c7c187f8a 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, 2004, 2005, | 3 | Copyright (C) 1987, 1993, 1994, 1995, 1999, 2001, 2002, 2003, 2004, 2005, |
| 4 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | 2006, 2007, 2008, 2009, 2010 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 4febb49b269..24fd45f72d3 100644 --- a/lib-src/update-game-score.c +++ b/lib-src/update-game-score.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* update-game-score.c --- Update a score file | 1 | /* update-game-score.c --- Update a score file |
| 2 | 2 | ||
| 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | Author: Colin Walters <walters@debian.org> | 6 | Author: Colin Walters <walters@debian.org> |
diff --git a/lib-src/vcdiff b/lib-src/vcdiff index c31032a39be..1d08e5d194f 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, 2005, | 6 | # Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005, |
| 7 | # 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 7 | # 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | # Author: Paul Eggert | 9 | # Author: Paul Eggert |
| 10 | # (according to authors.el) | 10 | # (according to authors.el) |