diff options
| author | Glenn Morris | 2011-01-24 20:08:28 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-24 20:08:28 -0800 |
| commit | 73b0cd50031a714347109169ceb8bacae338612a (patch) | |
| tree | fa3788cbc3259b8e67c53220e414a0f45bf1c41e /lib-src | |
| parent | 0b5c5d8291f82556c149013f10372234b0df9bc2 (diff) | |
| download | emacs-73b0cd50031a714347109169ceb8bacae338612a.tar.gz emacs-73b0cd50031a714347109169ceb8bacae338612a.zip | |
Convert consecutive FSF copyright years to ranges.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 3 | ||||
| -rw-r--r-- | lib-src/ebrowse.c | 4 | ||||
| -rw-r--r-- | lib-src/emacsclient.c | 3 | ||||
| -rw-r--r-- | lib-src/etags.c | 5 | ||||
| -rw-r--r-- | lib-src/fakemail.c | 3 | ||||
| -rwxr-xr-x | lib-src/grep-changelog | 3 | ||||
| -rw-r--r-- | lib-src/hexl.c | 3 | ||||
| -rw-r--r-- | lib-src/make-docfile.c | 3 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 3 | ||||
| -rw-r--r-- | lib-src/movemail.c | 3 | ||||
| -rw-r--r-- | lib-src/ntlib.c | 3 | ||||
| -rw-r--r-- | lib-src/ntlib.h | 3 | ||||
| -rw-r--r-- | lib-src/pop.c | 3 | ||||
| -rw-r--r-- | lib-src/pop.h | 3 | ||||
| -rw-r--r-- | lib-src/profile.c | 3 | ||||
| -rwxr-xr-x | lib-src/rcs-checkin | 3 | ||||
| -rwxr-xr-x | lib-src/rcs2log | 4 | ||||
| -rw-r--r-- | lib-src/test-distrib.c | 3 | ||||
| -rw-r--r-- | lib-src/update-game-score.c | 2 | ||||
| -rwxr-xr-x | lib-src/vcdiff | 3 |
21 files changed, 22 insertions, 45 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 97124142867..2abfd6c8062 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -7479,9 +7479,7 @@ | |||
| 7479 | ;; coding: utf-8 | 7479 | ;; coding: utf-8 |
| 7480 | ;; End: | 7480 | ;; End: |
| 7481 | 7481 | ||
| 7482 | Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, | 7482 | Copyright (C) 1988-1999, 2001-2011 Free Software Foundation, Inc. |
| 7483 | 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, | ||
| 7484 | 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 7485 | 7483 | ||
| 7486 | This file is part of GNU Emacs. | 7484 | This file is part of GNU Emacs. |
| 7487 | 7485 | ||
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index a689abdd31a..96975613104 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -1,6 +1,5 @@ | |||
| 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-2011 |
| 3 | # 2005, 2006, 2007, 2008, 2009, 2010, 2011 | ||
| 4 | # Free Software Foundation, Inc. | 3 | # Free Software Foundation, Inc. |
| 5 | 4 | ||
| 6 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index 5cb9de5d8f0..87d6938284b 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c | |||
| @@ -1,8 +1,6 @@ | |||
| 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-2011 Free Software Foundation, Inc. |
| 4 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | ||
| 5 | Free Software Foundation, Inc. | ||
| 6 | 4 | ||
| 7 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 8 | 6 | ||
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index ab0057d6273..27042ebaef2 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -1,6 +1,5 @@ | |||
| 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-2011 Free Software Foundation, Inc. |
| 3 | 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 4 | 3 | ||
| 5 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 6 | 5 | ||
diff --git a/lib-src/etags.c b/lib-src/etags.c index 2721415adc9..9471c0fe29f 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -28,9 +28,8 @@ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN | |||
| 28 | IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 28 | 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-1989, 1993-1995, 1998-2011 |
| 32 | 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, | 32 | Free Software Foundation, Inc. |
| 33 | 2011 Free Software Foundation, Inc. | ||
| 34 | 33 | ||
| 35 | This file is not considered part of GNU Emacs. | 34 | This file is not considered part of GNU Emacs. |
| 36 | 35 | ||
diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c index c426a1ff25c..4289e009e44 100644 --- a/lib-src/fakemail.c +++ b/lib-src/fakemail.c | |||
| @@ -1,6 +1,5 @@ | |||
| 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-2011 Free Software Foundation, Inc. |
| 3 | 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 4 | 3 | ||
| 5 | Author: Bill Rozas <jinx@martigny.ai.mit.edu> | 4 | Author: Bill Rozas <jinx@martigny.ai.mit.edu> |
| 6 | (according to ack.texi) | 5 | (according to ack.texi) |
diff --git a/lib-src/grep-changelog b/lib-src/grep-changelog index 1518bc61502..0c7c42dc7ce 100755 --- a/lib-src/grep-changelog +++ b/lib-src/grep-changelog | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #! /usr/bin/perl | 1 | #! /usr/bin/perl |
| 2 | 2 | ||
| 3 | # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | # Copyright (C) 1999-2011 Free Software Foundation, Inc. |
| 4 | # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 5 | # | 4 | # |
| 6 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 7 | 6 | ||
diff --git a/lib-src/hexl.c b/lib-src/hexl.c index e0a5166760a..89ea7d9f60c 100644 --- a/lib-src/hexl.c +++ b/lib-src/hexl.c | |||
| @@ -1,6 +1,5 @@ | |||
| 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-2011 Free Software Foundation, Inc. |
| 3 | 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 4 | 3 | ||
| 5 | Author: Keith Gabryelski | 4 | Author: Keith Gabryelski |
| 6 | (according to authors.el) | 5 | (according to authors.el) |
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index b6fccfacfec..0872f9728a2 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c | |||
| @@ -1,6 +1,5 @@ | |||
| 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-1994, 1997, 1999-2011 |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | ||
| 4 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 5 | 4 | ||
| 6 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 3ef08982ec0..80931fc3ca2 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -1,6 +1,5 @@ | |||
| 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-2011 Free Software Foundation, Inc. |
| 3 | # 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 4 | 3 | ||
| 5 | # This file is part of GNU Emacs. | 4 | # This file is part of GNU Emacs. |
| 6 | 5 | ||
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 143ee4e29c1..7975ebecd62 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c | |||
| @@ -1,7 +1,6 @@ | |||
| 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-1994, 1996, 1999, 2001-2011 Free Software Foundation, Inc. |
| 4 | 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 7 | 6 | ||
diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c index 7af503f0832..02db2afdd37 100644 --- a/lib-src/ntlib.c +++ b/lib-src/ntlib.c | |||
| @@ -1,6 +1,5 @@ | |||
| 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-2011 Free Software Foundation, Inc. |
| 3 | 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 4 | 3 | ||
| 5 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 6 | 5 | ||
diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h index 6b0e28ea0c3..d328913d71d 100644 --- a/lib-src/ntlib.h +++ b/lib-src/ntlib.h | |||
| @@ -1,6 +1,5 @@ | |||
| 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-2011 Free Software Foundation, Inc. |
| 3 | 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 4 | 3 | ||
| 5 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 6 | 5 | ||
diff --git a/lib-src/pop.c b/lib-src/pop.c index 8888d3af29c..38961ee1bd4 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c | |||
| @@ -1,6 +1,5 @@ | |||
| 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-2011 Free Software Foundation, Inc. |
| 3 | 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 4 | 3 | ||
| 5 | Author: Jonathan Kamens <jik@security.ov.com> | 4 | Author: Jonathan Kamens <jik@security.ov.com> |
| 6 | 5 | ||
diff --git a/lib-src/pop.h b/lib-src/pop.h index 917aadee5cd..bc079fcc971 100644 --- a/lib-src/pop.h +++ b/lib-src/pop.h | |||
| @@ -1,6 +1,5 @@ | |||
| 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-2011 Free Software Foundation, Inc. |
| 3 | 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 4 | 3 | ||
| 5 | Author: Jonathan Kamens <jik@security.ov.com> | 4 | Author: Jonathan Kamens <jik@security.ov.com> |
| 6 | 5 | ||
diff --git a/lib-src/profile.c b/lib-src/profile.c index a1ddf243d2b..9ce9993f4b1 100644 --- a/lib-src/profile.c +++ b/lib-src/profile.c | |||
| @@ -1,6 +1,5 @@ | |||
| 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-2011 Free Software Foundation, Inc. |
| 3 | 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 4 | 3 | ||
| 5 | Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> | 4 | Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> |
| 6 | 5 | ||
diff --git a/lib-src/rcs-checkin b/lib-src/rcs-checkin index 3361c23bfb3..6861a30b40b 100755 --- a/lib-src/rcs-checkin +++ b/lib-src/rcs-checkin | |||
| @@ -2,8 +2,7 @@ | |||
| 2 | 2 | ||
| 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-1995, 2001-2011 Free Software Foundation, Inc. |
| 6 | # 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 7 | 6 | ||
| 8 | # This file is part of GNU Emacs. | 7 | # This file is part of GNU Emacs. |
| 9 | 8 | ||
diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 5808068f646..4e1dd306977 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log | |||
| @@ -2,9 +2,7 @@ | |||
| 2 | 2 | ||
| 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-1998, 2001-2011 Free Software Foundation, Inc. |
| 6 | # 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | ||
| 7 | # Free Software Foundation, Inc. | ||
| 8 | 6 | ||
| 9 | # Author: Paul Eggert <eggert@twinsun.com> | 7 | # Author: Paul Eggert <eggert@twinsun.com> |
| 10 | 8 | ||
diff --git a/lib-src/test-distrib.c b/lib-src/test-distrib.c index 1f031d74ce8..acfb147325b 100644 --- a/lib-src/test-distrib.c +++ b/lib-src/test-distrib.c | |||
| @@ -1,7 +1,6 @@ | |||
| 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-1995, 1999, 2001-2011 Free Software Foundation, Inc. |
| 4 | 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 7 | 6 | ||
diff --git a/lib-src/update-game-score.c b/lib-src/update-game-score.c index 0e74182a75f..f3d21e781c9 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, 2010, 2011 | 3 | Copyright (C) 2002-2011 |
| 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 57812295276..36e4017f0d8 100755 --- a/lib-src/vcdiff +++ b/lib-src/vcdiff | |||
| @@ -3,8 +3,7 @@ | |||
| 3 | # Enhanced sccs diff utility for use with vc mode. | 3 | # Enhanced sccs diff utility for use with vc mode. |
| 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-2011 Free Software Foundation, Inc. |
| 7 | # 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 8 | 7 | ||
| 9 | # Author: Paul Eggert | 8 | # Author: Paul Eggert |
| 10 | # (according to authors.el) | 9 | # (according to authors.el) |