diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 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 | 2 | ||||
| -rw-r--r-- | lib-src/etags.c | 4 | ||||
| -rw-r--r-- | lib-src/getopt.c | 2 | ||||
| -rw-r--r-- | lib-src/getopt1.c | 2 | ||||
| -rw-r--r-- | lib-src/getopt_.h | 2 | ||||
| -rw-r--r-- | lib-src/getopt_int.h | 2 | ||||
| -rw-r--r-- | lib-src/gettext.h | 2 | ||||
| -rwxr-xr-x | lib-src/grep-changelog | 2 | ||||
| -rw-r--r-- | lib-src/make-docfile.c | 2 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 | ||||
| -rw-r--r-- | lib-src/ntlib.h | 2 | ||||
| -rwxr-xr-x | lib-src/rcs-checkin | 2 | ||||
| -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 |
19 files changed, 21 insertions, 21 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index fd0f61a6eff..0a1cdf1bb85 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -6198,7 +6198,7 @@ | |||
| 6198 | 6198 | ||
| 6199 | Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, | 6199 | Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, |
| 6200 | 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, | 6200 | 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, |
| 6201 | 2006 Free Software Foundation, Inc. | 6201 | 2006, 2007 Free Software Foundation, Inc. |
| 6202 | Copying and distribution of this file, with or without modification, | 6202 | Copying and distribution of this file, with or without modification, |
| 6203 | are permitted provided the copyright notice and this notice are preserved. | 6203 | are permitted provided the copyright notice and this notice are preserved. |
| 6204 | 6204 | ||
diff --git a/lib-src/digest-doc.c b/lib-src/digest-doc.c index 7787d422e39..16d386f5b4e 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 Free Software Foundation, Inc. | 5 | 2005, 2006, 2007 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 1880f1655ee..b1348f8e841 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 Free Software Foundation, Inc. | 4 | 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
| @@ -3691,7 +3691,7 @@ void | |||
| 3691 | version () | 3691 | version () |
| 3692 | { | 3692 | { |
| 3693 | printf ("ebrowse %s\n", VERSION); | 3693 | printf ("ebrowse %s\n", VERSION); |
| 3694 | puts ("Copyright (C) 1992-2006 Free Software Foundation, Inc."); | 3694 | puts ("Copyright (C) 1992-2007 Free Software Foundation, Inc."); |
| 3695 | puts ("This program is distributed under the same terms as Emacs."); | 3695 | puts ("This program is distributed under the same terms as Emacs."); |
| 3696 | exit (EXIT_SUCCESS); | 3696 | exit (EXIT_SUCCESS); |
| 3697 | } | 3697 | } |
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 419cdd94b88..b557e5c7236 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 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007 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/etags.c b/lib-src/etags.c index 43ce2fdf3eb..a3ce46a888a 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Tags file maker to go with GNU Emacs -*- coding: latin-1 -*- | 1 | /* Tags file maker to go with GNU Emacs -*- coding: latin-1 -*- |
| 2 | Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, | 2 | Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, |
| 3 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006 Free Software Foundation, Inc. and Ken Arnold | 4 | 2005, 2006, 2007 Free Software Foundation, Inc. and Ken Arnold |
| 5 | 5 | ||
| 6 | This file is not considered part of GNU Emacs. | 6 | This file is not considered part of GNU Emacs. |
| 7 | 7 | ||
| @@ -841,7 +841,7 @@ static void | |||
| 841 | print_version () | 841 | print_version () |
| 842 | { | 842 | { |
| 843 | printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); | 843 | printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); |
| 844 | puts ("Copyright (C) 2006 Free Software Foundation, Inc. and Ken Arnold"); | 844 | puts ("Copyright (C) 2007 Free Software Foundation, Inc. and Ken Arnold"); |
| 845 | puts ("This program is distributed under the same terms as Emacs"); | 845 | puts ("This program is distributed under the same terms as Emacs"); |
| 846 | 846 | ||
| 847 | exit (EXIT_SUCCESS); | 847 | exit (EXIT_SUCCESS); |
diff --git a/lib-src/getopt.c b/lib-src/getopt.c index a0698bba77a..b6d6b881de7 100644 --- a/lib-src/getopt.c +++ b/lib-src/getopt.c | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | before changing it! | 4 | before changing it! |
| 5 | Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, | 5 | Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, |
| 6 | 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, | 6 | 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, |
| 7 | 2004, 2005, 2006 Free Software Foundation, Inc. | 7 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc. |
| 8 | This file is part of the GNU C Library. | 8 | This file is part of the GNU C Library. |
| 9 | 9 | ||
| 10 | This program is free software; you can redistribute it and/or modify | 10 | This program is free software; you can redistribute it and/or modify |
diff --git a/lib-src/getopt1.c b/lib-src/getopt1.c index 48d263e922a..c2bec4f8e9a 100644 --- a/lib-src/getopt1.c +++ b/lib-src/getopt1.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* getopt_long and getopt_long_only entry points for GNU getopt. | 1 | /* getopt_long and getopt_long_only entry points for GNU getopt. |
| 2 | Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, | 2 | Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, |
| 3 | 1998, 2004, 2005, 2006 Free Software Foundation, Inc. | 3 | 1998, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. |
| 4 | This file is part of the GNU C Library. | 4 | This file is part of the GNU C Library. |
| 5 | 5 | ||
| 6 | This program is free software; you can redistribute it and/or modify | 6 | This program is free software; you can redistribute it and/or modify |
diff --git a/lib-src/getopt_.h b/lib-src/getopt_.h index e17da9e243c..377c4837548 100644 --- a/lib-src/getopt_.h +++ b/lib-src/getopt_.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Declarations for getopt. | 1 | /* Declarations for getopt. |
| 2 | Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999, | 2 | Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999, |
| 3 | 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | 3 | 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. |
| 4 | This file is part of the GNU C Library. | 4 | This file is part of the GNU C Library. |
| 5 | 5 | ||
| 6 | This program is free software; you can redistribute it and/or modify | 6 | This program is free software; you can redistribute it and/or modify |
diff --git a/lib-src/getopt_int.h b/lib-src/getopt_int.h index f20d417b11f..25df3bbcfdc 100644 --- a/lib-src/getopt_int.h +++ b/lib-src/getopt_int.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Internal declarations for getopt. | 1 | /* Internal declarations for getopt. |
| 2 | Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999, | 2 | Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999, |
| 3 | 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | 3 | 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. |
| 4 | This file is part of the GNU C Library. | 4 | This file is part of the GNU C Library. |
| 5 | 5 | ||
| 6 | This program is free software; you can redistribute it and/or modify | 6 | This program is free software; you can redistribute it and/or modify |
diff --git a/lib-src/gettext.h b/lib-src/gettext.h index eb1976b6588..ed329003843 100644 --- a/lib-src/gettext.h +++ b/lib-src/gettext.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Convenience header for conditional use of GNU <libintl.h>. | 1 | /* Convenience header for conditional use of GNU <libintl.h>. |
| 2 | Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2004, | 2 | Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2004, |
| 3 | 2005, 2006 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib-src/grep-changelog b/lib-src/grep-changelog index 8c19486ea2e..d2e9ecfd7ee 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 Free Software Foundation, Inc. | 4 | # 2005, 2006, 2007 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/make-docfile.c b/lib-src/make-docfile.c index bfdb206ad97..d76bdd527cf 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 Free Software Foundation, Inc. | 3 | 2002, 2003, 2004, 2005, 2006, 2007 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/makefile.w32-in b/lib-src/makefile.w32-in index bc998e710d7..c12605739b9 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 Free Software Foundation, Inc. | 3 | # 2005, 2006, 2007 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 96862aa334b..a5655519fe1 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 Free Software Foundation, Inc. | 3 | 2006, 2007 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/rcs-checkin b/lib-src/rcs-checkin index f805705ae6a..1ec783934e6 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 Free Software Foundation, Inc. | 6 | # 2005, 2006, 2007 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/sorted-doc.c b/lib-src/sorted-doc.c index a8b2d441f9a..28f736ab843 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 Free Software Foundation, Inc. | 5 | 2004, 2005, 2006, 2007 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 0fdb29b1f39..cd504c8c538 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 Free Software Foundation, Inc. | 4 | 2004, 2005, 2006, 2007 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 56d873044e7..9f1c011ce79 100644 --- a/lib-src/update-game-score.c +++ b/lib-src/update-game-score.c | |||
| @@ -1,5 +1,5 @@ | |||
| 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 Free Software Foundation, Inc. | 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/lib-src/vcdiff b/lib-src/vcdiff index 2cba89df421..21c6e70e9d8 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 Free Software Foundation, Inc. | 7 | # 2005, 2006, 2007 Free Software Foundation, Inc. |
| 8 | # | 8 | # |
| 9 | # This file is part of GNU Emacs. | 9 | # This file is part of GNU Emacs. |
| 10 | # | 10 | # |