diff options
| author | Glenn Morris | 2009-01-08 03:38:51 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-08 03:38:51 +0000 |
| commit | f5d0ac07d63bfce83dcf45045b4541fe7a1bca7c (patch) | |
| tree | eefee9bb3e7227d72c2c98822f0c07a965d9e7bc | |
| parent | bb892cdec70b2f937e6b7f7597c5f1c7f467c9ea (diff) | |
| download | emacs-f5d0ac07d63bfce83dcf45045b4541fe7a1bca7c.tar.gz emacs-f5d0ac07d63bfce83dcf45045b4541fe7a1bca7c.zip | |
Add 2009 to copyright years.
81 files changed, 84 insertions, 84 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index e5c05aa67c3..4921fd76fce 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -6802,7 +6802,7 @@ | |||
| 6802 | 6802 | ||
| 6803 | Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, | 6803 | Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, |
| 6804 | 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, | 6804 | 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, |
| 6805 | 2007, 2008 Free Software Foundation, Inc. | 6805 | 2007, 2008, 2009 Free Software Foundation, Inc. |
| 6806 | 6806 | ||
| 6807 | This file is part of GNU Emacs. | 6807 | This file is part of GNU Emacs. |
| 6808 | 6808 | ||
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index d9964518ffe..612cc944f56 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 Free Software Foundation, Inc. | 3 | # 2005, 2006, 2007, 2008, 2009 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 5fc76d26720..c7a426fd035 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 | 5 | # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 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/cvtmail.c b/lib-src/cvtmail.c index 0d436efd234..da21bbd1f97 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, 2008 Free Software Foundation, Inc. | 2 | 2005, 2006, 2007, 2008, 2009 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/digest-doc.c b/lib-src/digest-doc.c index 1cf623c8d46..5f49cfc1ab5 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 Free Software Foundation, Inc. | 5 | 2008, 2009 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/emacsclient.c b/lib-src/emacsclient.c index 22b5273f842..668be6ce11d 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 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009 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/fakemail.c b/lib-src/fakemail.c index c732511f90e..c87fe2e3851 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 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009 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/grep-changelog b/lib-src/grep-changelog index 2c5159f5dc3..3c44306ce44 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 Free Software Foundation, Inc. | 4 | # 2005, 2006, 2007, 2008, 2009 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 1fae8aa548c..6002e020b7d 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, | 2 | Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008 Free Software Foundation, Inc. | 3 | 2008, 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is not considered part of GNU Emacs. | 5 | This file is not considered part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lib-src/mac-fix-env.m b/lib-src/mac-fix-env.m index 59e6e42ee1e..9770fb866da 100644 --- a/lib-src/mac-fix-env.m +++ b/lib-src/mac-fix-env.m | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* mac-fix-env: A small utility to pick up the shell environment on MacOS X | 1 | /* mac-fix-env: A small utility to pick up the shell environment on MacOS X |
| 2 | and insert it into the file ~/.MacOSX/environment.plist | 2 | and insert it into the file ~/.MacOSX/environment.plist |
| 3 | creating if necessary. | 3 | creating if necessary. |
| 4 | Copyright (C) 1989, 1993, 2005, 2008 Free Software Foundation, Inc. | 4 | Copyright (C) 1989, 1993, 2005, 2008, 2009 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 1cf63e3ab31..219e9d24ac1 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 | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 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 689109aac68..1a63aa6d989 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, | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | # 2008 Free Software Foundation, Inc. | 3 | # 2008, 2009 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 eeb253a585e..dd3b8291cc0 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 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008, 2009 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 5fda1f3da72..4ca7ae40aa1 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 Free Software Foundation, Inc. | 3 | 2008, 2009 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 f464ee5fb28..4fe492241dd 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 Free Software Foundation, Inc. | 3 | 2008, 2009 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 ffc7879b863..b7d3f4b94d3 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 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009 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 82b407e61b8..5932c5f3bd2 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 Free Software Foundation, Inc. | 3 | 2008, 2009 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 3888529631c..4e3d8e00e4b 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 Free Software Foundation, Inc. | 3 | 2007, 2008, 2009 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 c7dcf047585..b1dfecf8ff8 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 Free Software Foundation, Inc. | 6 | # 2007, 2008, 2009 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 ef25a645145..a68945e9932 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 Free Software Foundation, Inc. | 5 | 2004, 2005, 2006, 2007, 2008, 2009 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 fce1d18cef2..cb2944dfc8c 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 Free Software Foundation, Inc. | 4 | 2006, 2007, 2008, 2009 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 7e010221b43..d85f426cbf6 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 | 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 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 f09e13ba5a8..7ef2aea3450 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 Free Software Foundation, Inc. | 7 | # 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | # This file is part of GNU Emacs. | 9 | # This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index aa556fd375b..00912765417 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog | |||
| @@ -1375,7 +1375,7 @@ | |||
| 1375 | ;; End: | 1375 | ;; End: |
| 1376 | 1376 | ||
| 1377 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, | 1377 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, |
| 1378 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 1378 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 1379 | 1379 | ||
| 1380 | This file is part of GNU Emacs. | 1380 | This file is part of GNU Emacs. |
| 1381 | 1381 | ||
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in index e69cc9a3b9b..054304fd9ee 100644 --- a/lwlib/Makefile.in +++ b/lwlib/Makefile.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Copyright (C) 1992, 1993 Lucid, Inc. | 1 | # Copyright (C) 1992, 1993 Lucid, Inc. |
| 2 | # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, | 2 | # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, |
| 3 | # 2007, 2008 Free Software Foundation, Inc. | 3 | # 2007, 2008, 2009 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is part of the Lucid Widget Library. | 5 | # This file is part of the Lucid Widget Library. |
| 6 | # | 6 | # |
diff --git a/lwlib/lwlib-Xaw.c b/lwlib/lwlib-Xaw.c index 5a2acf2eccf..14d85db428e 100644 --- a/lwlib/lwlib-Xaw.c +++ b/lwlib/lwlib-Xaw.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* The lwlib interface to Athena widgets. | 1 | /* The lwlib interface to Athena widgets. |
| 2 | Copyright (C) 1993 Chuck Thompson <cthomp@cs.uiuc.edu> | 2 | Copyright (C) 1993 Chuck Thompson <cthomp@cs.uiuc.edu> |
| 3 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007, 2008 Free Software Foundation, Inc. | 4 | 2007, 2008, 2009 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
| 7 | 7 | ||
diff --git a/lwlib/lwlib-Xlw.c b/lwlib/lwlib-Xlw.c index f2cf68d80a3..658899fa5dc 100644 --- a/lwlib/lwlib-Xlw.c +++ b/lwlib/lwlib-Xlw.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* The lwlib interface to "xlwmenu" menus. | 1 | /* The lwlib interface to "xlwmenu" menus. |
| 2 | Copyright (C) 1992 Lucid, Inc. | 2 | Copyright (C) 1992 Lucid, Inc. |
| 3 | Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
| 7 | 7 | ||
diff --git a/lwlib/lwlib-Xm.c b/lwlib/lwlib-Xm.c index 7c91fe83e46..6fdd236a03a 100644 --- a/lwlib/lwlib-Xm.c +++ b/lwlib/lwlib-Xm.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* The lwlib interface to Motif widgets. | 1 | /* The lwlib interface to Motif widgets. |
| 2 | Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, | 2 | Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 4 | Copyright (C) 1992 Lucid, Inc. | 4 | Copyright (C) 1992 Lucid, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
diff --git a/lwlib/lwlib-int.h b/lwlib/lwlib-int.h index aef0ecc8d5e..60fd666c485 100644 --- a/lwlib/lwlib-int.h +++ b/lwlib/lwlib-int.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* | 1 | /* |
| 2 | Copyright (C) 1992 Lucid, Inc. | 2 | Copyright (C) 1992 Lucid, Inc. |
| 3 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007, 2008 Free Software Foundation, Inc. | 4 | 2007, 2008, 2009 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
| 7 | 7 | ||
diff --git a/lwlib/lwlib-utils.c b/lwlib/lwlib-utils.c index 0737f3ccff7..dbdaf3c1b99 100644 --- a/lwlib/lwlib-utils.c +++ b/lwlib/lwlib-utils.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Defines some widget utility functions. | 1 | /* Defines some widget utility functions. |
| 2 | Copyright (C) 1992 Lucid, Inc. | 2 | Copyright (C) 1992 Lucid, Inc. |
| 3 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007, 2008 Free Software Foundation, Inc. | 4 | 2007, 2008, 2009 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
| 7 | 7 | ||
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index 73f458adb93..80619e5e356 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* A general interface to the widgets of different toolkits. | 1 | /* A general interface to the widgets of different toolkits. |
| 2 | Copyright (C) 1992, 1993 Lucid, Inc. | 2 | Copyright (C) 1992, 1993 Lucid, Inc. |
| 3 | Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
| 7 | 7 | ||
diff --git a/lwlib/lwlib.h b/lwlib/lwlib.h index adefdc82966..0fc2a42e422 100644 --- a/lwlib/lwlib.h +++ b/lwlib/lwlib.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* | 1 | /* |
| 2 | Copyright (C) 1992, 1993 Lucid, Inc. | 2 | Copyright (C) 1992, 1993 Lucid, Inc. |
| 3 | Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007, 2008 Free Software Foundation, Inc. | 4 | 2007, 2008, 2009 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
| 7 | 7 | ||
diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c index 6316b13e5d3..db12eb43ec9 100644 --- a/lwlib/xlwmenu.c +++ b/lwlib/xlwmenu.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Implements a lightweight menubar widget. | 1 | /* Implements a lightweight menubar widget. |
| 2 | Copyright (C) 1992 Lucid, Inc. | 2 | Copyright (C) 1992 Lucid, Inc. |
| 3 | Copyright (C) 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
| 7 | 7 | ||
diff --git a/lwlib/xlwmenu.h b/lwlib/xlwmenu.h index f6f6c0df791..eec2d4bf2d8 100644 --- a/lwlib/xlwmenu.h +++ b/lwlib/xlwmenu.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Interface of a lightweight menubar widget. | 1 | /* Interface of a lightweight menubar widget. |
| 2 | Copyright (C) 1992 Lucid, Inc. | 2 | Copyright (C) 1992 Lucid, Inc. |
| 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 | 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h index 3774cace7f5..ce4e55a2465 100644 --- a/lwlib/xlwmenuP.h +++ b/lwlib/xlwmenuP.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Internals of a lightweight menubar widget. | 1 | /* Internals of a lightweight menubar widget. |
| 2 | Copyright (C) 1992 Lucid, Inc. | 2 | Copyright (C) 1992 Lucid, Inc. |
| 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 | 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 45fbacb1693..7088f4bc7d3 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -734,7 +734,7 @@ | |||
| 734 | ;; End: | 734 | ;; End: |
| 735 | 735 | ||
| 736 | Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, | 736 | Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, |
| 737 | 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 737 | 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 738 | 738 | ||
| 739 | This file is part of GNU Emacs. | 739 | This file is part of GNU Emacs. |
| 740 | 740 | ||
diff --git a/msdos/INSTALL b/msdos/INSTALL index e12e556107d..4e937c95799 100644 --- a/msdos/INSTALL +++ b/msdos/INSTALL | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | GNU Emacs Installation Guide for the DJGPP (a.k.a. MS-DOS) port | 1 | GNU Emacs Installation Guide for the DJGPP (a.k.a. MS-DOS) port |
| 2 | 2 | ||
| 3 | Copyright (C) 1992, 1994, 1996, 1997, 2000, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1992, 1994, 1996, 1997, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 5 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
| 6 | 6 | ||
| 7 | The DJGPP port of GNU Emacs builds and runs on plain DOS and also on | 7 | The DJGPP port of GNU Emacs builds and runs on plain DOS and also on |
diff --git a/msdos/README b/msdos/README index 4f5f7448a1b..b06d52c6ba6 100644 --- a/msdos/README +++ b/msdos/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 | 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
| @@ -12,7 +12,7 @@ Windows 3.X. Since these are binary files, their copyright notice is | |||
| 12 | reproduced here: | 12 | reproduced here: |
| 13 | 13 | ||
| 14 | # Copyright (C) 1993, 2002, 2003, 2004, 2005, | 14 | # Copyright (C) 1993, 2002, 2003, 2004, 2005, |
| 15 | # 2006, 2007, 2008 Free Software Foundation, Inc. | 15 | # 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 16 | # | 16 | # |
| 17 | # This file is part of GNU Emacs. | 17 | # This file is part of GNU Emacs. |
| 18 | # | 18 | # |
diff --git a/msdos/mainmake b/msdos/mainmake index c4d8c92be86..00bb90f0948 100644 --- a/msdos/mainmake +++ b/msdos/mainmake | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Copyright (C) 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, | 1 | # Copyright (C) 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, |
| 2 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 2 | # 2005, 2006, 2007, 2008, 2009 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/msdos/mainmake.v2 b/msdos/mainmake.v2 index d53ec97a402..55bb2087f24 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # Top-level Makefile for Emacs under MS-DOS/DJGPP v2.0 or higher. -*-makefile-*- | 1 | # Top-level Makefile for Emacs under MS-DOS/DJGPP v2.0 or higher. -*-makefile-*- |
| 2 | 2 | ||
| 3 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 4 | # 2005, 2006, 2007, 2008, 2009 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/msdos/sed1.inp b/msdos/sed1.inp index 3ad0ded2667..05160e25b24 100644 --- a/msdos/sed1.inp +++ b/msdos/sed1.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, | 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, |
| 6 | # 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 6 | # 2004, 2005, 2006, 2007, 2008, 2009 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/msdos/sed1v2.inp b/msdos/sed1v2.inp index 616a03f49a1..46251fc39aa 100644 --- a/msdos/sed1v2.inp +++ b/msdos/sed1v2.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, | 5 | # Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 6 | # 2005, 2006, 2007, 2008, 2009 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/msdos/sed2.inp b/msdos/sed2.inp index 9809ecc4d18..3aef2d96653 100644 --- a/msdos/sed2.inp +++ b/msdos/sed2.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, | 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, |
| 6 | # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 6 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009 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/msdos/sed2v2.inp b/msdos/sed2v2.inp index aa817188724..38d3eb18fbd 100644 --- a/msdos/sed2v2.inp +++ b/msdos/sed2v2.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, | 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, |
| 6 | # 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 6 | # 2004, 2005, 2006, 2007, 2008, 2009 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/msdos/sed2x.inp b/msdos/sed2x.inp index a2477507bf6..0b915413723 100644 --- a/msdos/sed2x.inp +++ b/msdos/sed2x.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, | 5 | # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, |
| 6 | # 2006, 2007, 2008 Free Software Foundation, Inc. | 6 | # 2006, 2007, 2008, 2009 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/msdos/sed3.inp b/msdos/sed3.inp index 5fd2625c207..6d1418ab3f4 100644 --- a/msdos/sed3.inp +++ b/msdos/sed3.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 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, 2008 Free Software Foundation, Inc. | 6 | # 2005, 2006, 2007, 2008, 2009 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/msdos/sed3v2.inp b/msdos/sed3v2.inp index 10d61a5a350..1c9f347345b 100644 --- a/msdos/sed3v2.inp +++ b/msdos/sed3v2.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, | 5 | # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, |
| 6 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 6 | # 2005, 2006, 2007, 2008, 2009 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/msdos/sed4.inp b/msdos/sed4.inp index 7dca4697179..283a2417daf 100644 --- a/msdos/sed4.inp +++ b/msdos/sed4.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, | 5 | # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, |
| 6 | # 2006, 2007, 2008 Free Software Foundation, Inc. | 6 | # 2006, 2007, 2008, 2009 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/msdos/sed5x.inp b/msdos/sed5x.inp index b1c003b0d30..6b0783ae23e 100644 --- a/msdos/sed5x.inp +++ b/msdos/sed5x.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, | 5 | # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, |
| 6 | # 2006, 2007, 2008 Free Software Foundation, Inc. | 6 | # 2006, 2007, 2008, 2009 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/msdos/sed6.inp b/msdos/sed6.inp index 1dd01b6dfa9..c7eacca138c 100644 --- a/msdos/sed6.inp +++ b/msdos/sed6.inp | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | # --------------------------------------------------------------------------- | 4 | # --------------------------------------------------------------------------- |
| 5 | # | 5 | # |
| 6 | # Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, | 6 | # Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, |
| 7 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 7 | # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 8 | # | 8 | # |
| 9 | # This file is part of GNU Emacs. | 9 | # This file is part of GNU Emacs. |
| 10 | # | 10 | # |
diff --git a/msdos/sedalloc.inp b/msdos/sedalloc.inp index a6d46cbb03b..e5c50f7ae77 100644 --- a/msdos/sedalloc.inp +++ b/msdos/sedalloc.inp | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # Configuration script for SYSTEM_MALLOC/REL_ALLOC in src/config.h | 2 | # Configuration script for SYSTEM_MALLOC/REL_ALLOC in src/config.h |
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 2008 Free Software Foundation, Inc. | 5 | # Copyright (C) 2008, 2009 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/msdos/sedleim.inp b/msdos/sedleim.inp index 32978aca574..503e9901d09 100644 --- a/msdos/sedleim.inp +++ b/msdos/sedleim.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 5 | # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 6 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 6 | # 2005, 2006, 2007, 2008, 2009 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/msdos/sedlisp.inp b/msdos/sedlisp.inp index 03091a1efc3..eefd3f9bb70 100644 --- a/msdos/sedlisp.inp +++ b/msdos/sedlisp.inp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 5 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 6 | # 2006, 2007, 2008 Free Software Foundation, Inc. | 6 | # 2006, 2007, 2008, 2009 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/nextstep/ChangeLog b/nextstep/ChangeLog index 29f8c8a1871..e23b34dccfb 100644 --- a/nextstep/ChangeLog +++ b/nextstep/ChangeLog | |||
| @@ -121,7 +121,7 @@ | |||
| 121 | ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s" | 121 | ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s" |
| 122 | ;; End: | 122 | ;; End: |
| 123 | 123 | ||
| 124 | Copyright (C) 2008 Free Software Foundation, Inc. | 124 | Copyright (C) 2008, 2009 Free Software Foundation, Inc. |
| 125 | 125 | ||
| 126 | This file is part of GNU Emacs. | 126 | This file is part of GNU Emacs. |
| 127 | 127 | ||
diff --git a/nextstep/INSTALL b/nextstep/INSTALL index 360c57f18ff..564a8f5914f 100644 --- a/nextstep/INSTALL +++ b/nextstep/INSTALL | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2008 Free Software Foundation, Inc. | 1 | Copyright (C) 2008, 2009 Free Software Foundation, Inc. |
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | 4 | ||
diff --git a/nextstep/README b/nextstep/README index ae09d77c363..1cb918c8ebc 100644 --- a/nextstep/README +++ b/nextstep/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2008 Free Software Foundation, Inc. | 1 | Copyright (C) 2008, 2009 Free Software Foundation, Inc. |
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | This directory contains the files needed to build Emacs on | 4 | This directory contains the files needed to build Emacs on |
diff --git a/nt/ChangeLog b/nt/ChangeLog index e7a0a649771..9e919800fa9 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1690,7 +1690,7 @@ | |||
| 1690 | ;; End: | 1690 | ;; End: |
| 1691 | 1691 | ||
| 1692 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, | 1692 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, |
| 1693 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 1693 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 1694 | 1694 | ||
| 1695 | This file is part of GNU Emacs. | 1695 | This file is part of GNU Emacs. |
| 1696 | 1696 | ||
diff --git a/nt/INSTALL b/nt/INSTALL index 81bb9fd52ce..b50a5346288 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | Building and Installing Emacs | 1 | Building and Installing Emacs |
| 2 | on Windows NT/2K/XP and Windows 95/98/ME | 2 | on Windows NT/2K/XP and Windows 95/98/ME |
| 3 | 3 | ||
| 4 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 | 4 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 5 | Free Software Foundation, Inc. | 5 | Free Software Foundation, Inc. |
| 6 | See the end of the file for license conditions. | 6 | See the end of the file for license conditions. |
| 7 | 7 | ||
| @@ -1,7 +1,7 @@ | |||
| 1 | Emacs for Windows NT/2000 and Windows 95/98/ME | 1 | Emacs for Windows NT/2000 and Windows 95/98/ME |
| 2 | 2 | ||
| 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007, 2008 Free Software Foundation, Inc. | 4 | 2007, 2008, 2009 Free Software Foundation, Inc. |
| 5 | See the end of the file for license conditions. | 5 | See the end of the file for license conditions. |
| 6 | 6 | ||
| 7 | This directory contains support for compiling and running GNU Emacs on | 7 | This directory contains support for compiling and running GNU Emacs on |
diff --git a/nt/addpm.c b/nt/addpm.c index c053810baaa..1c8c9e10c8e 100644 --- a/nt/addpm.c +++ b/nt/addpm.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Add entries to the GNU Emacs Program Manager folder. | 1 | /* Add entries to the GNU Emacs Program Manager folder. |
| 2 | Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008 Free Software Foundation, Inc. | 3 | 2008, 2009 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/nt/addsection.c b/nt/addsection.c index 240286fc01e..809dc864976 100644 --- a/nt/addsection.c +++ b/nt/addsection.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Add an uninitialized data section to an executable. | 1 | /* Add an uninitialized data section to an executable. |
| 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008 Free Software Foundation, Inc. | 3 | 2008, 2009 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/nt/cmdproxy.c b/nt/cmdproxy.c index 62513c060d9..811a7380dcf 100644 --- a/nt/cmdproxy.c +++ b/nt/cmdproxy.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Proxy shell designed for use with Emacs on Windows 95 and NT. | 1 | /* Proxy shell designed for use with Emacs on Windows 95 and NT. |
| 2 | Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008 Free Software Foundation, Inc. | 3 | 2008, 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Accepts subset of Unix sh(1) command-line options, for compatibility | 5 | Accepts subset of Unix sh(1) command-line options, for compatibility |
| 6 | with elisp code written for Unix. When possible, executes external | 6 | with elisp code written for Unix. When possible, executes external |
diff --git a/nt/config.nt b/nt/config.nt index e8f5a5ce9d4..02beecff2ca 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* GNU Emacs site configuration template file. -*- C -*- | 1 | /* GNU Emacs site configuration template file. -*- C -*- |
| 2 | Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, | 2 | Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, |
| 3 | 2007, 2008 Free Software Foundation, Inc. | 3 | 2007, 2008, 2009 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/nt/configure.bat b/nt/configure.bat index 49cbbadabbb..56b8570908f 100755 --- a/nt/configure.bat +++ b/nt/configure.bat | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | rem ---------------------------------------------------------------------- | 2 | rem ---------------------------------------------------------------------- |
| 3 | rem Configuration script for MS Windows 95/98/Me and NT/2000/XP | 3 | rem Configuration script for MS Windows 95/98/Me and NT/2000/XP |
| 4 | rem Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 4 | rem Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 5 | rem 2006, 2007, 2008 Free Software Foundation, Inc. | 5 | rem 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | rem This file is part of GNU Emacs. | 7 | rem This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/nt/ddeclient.c b/nt/ddeclient.c index b43a5bb84af..0645ae54bbb 100644 --- a/nt/ddeclient.c +++ b/nt/ddeclient.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Simple client interface to DDE servers. | 1 | /* Simple client interface to DDE servers. |
| 2 | Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009 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/nt/emacs.rc b/nt/emacs.rc index 7ce13cac64b..a8a6e983512 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc | |||
| @@ -27,7 +27,7 @@ BEGIN | |||
| 27 | VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" | 27 | VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" |
| 28 | VALUE "FileVersion", "23, 0, 60, 0\0" | 28 | VALUE "FileVersion", "23, 0, 60, 0\0" |
| 29 | VALUE "InternalName", "Emacs\0" | 29 | VALUE "InternalName", "Emacs\0" |
| 30 | VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008\0" | 30 | VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009\0" |
| 31 | VALUE "OriginalFilename", "emacs.exe" | 31 | VALUE "OriginalFilename", "emacs.exe" |
| 32 | VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" | 32 | VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" |
| 33 | VALUE "ProductVersion", "23, 0, 60, 0\0" | 33 | VALUE "ProductVersion", "23, 0, 60, 0\0" |
diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc index 126ed83342a..811378e2965 100644 --- a/nt/emacsclient.rc +++ b/nt/emacsclient.rc | |||
| @@ -25,7 +25,7 @@ BEGIN | |||
| 25 | VALUE "FileDescription", "GNU EmacsClient for Windows NT/95/98/2000/ME/XP\0" | 25 | VALUE "FileDescription", "GNU EmacsClient for Windows NT/95/98/2000/ME/XP\0" |
| 26 | VALUE "FileVersion", "23, 0, 60, 0\0" | 26 | VALUE "FileVersion", "23, 0, 60, 0\0" |
| 27 | VALUE "InternalName", "EmacsClient\0" | 27 | VALUE "InternalName", "EmacsClient\0" |
| 28 | VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008\0" | 28 | VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009\0" |
| 29 | VALUE "OriginalFilename", "emacsclientw.exe" | 29 | VALUE "OriginalFilename", "emacsclientw.exe" |
| 30 | VALUE "ProductName", "EmacsClient: Client for the extensible self-documenting text editor\0" | 30 | VALUE "ProductName", "EmacsClient: Client for the extensible self-documenting text editor\0" |
| 31 | VALUE "ProductVersion", "23, 0, 60, 0\0" | 31 | VALUE "ProductVersion", "23, 0, 60, 0\0" |
diff --git a/nt/envadd.bat b/nt/envadd.bat index ae17b140442..f94a05017c7 100644 --- a/nt/envadd.bat +++ b/nt/envadd.bat | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | rem Hack to change/add environment variables in the makefiles for the | 1 | rem Hack to change/add environment variables in the makefiles for the |
| 2 | rem Windows platform. | 2 | rem Windows platform. |
| 3 | 3 | ||
| 4 | rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 | 4 | rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 5 | rem Free Software Foundation, Inc. | 5 | rem Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | rem This file is part of GNU Emacs. | 7 | rem This file is part of GNU Emacs. |
diff --git a/nt/gmake.defs b/nt/gmake.defs index 4959aa947ee..0acbe7c9ad6 100644 --- a/nt/gmake.defs +++ b/nt/gmake.defs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # -*- Makefile -*- definition file for building GNU Emacs on Windows NT. | 1 | # -*- Makefile -*- definition file for building GNU Emacs on Windows NT. |
| 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | # 2008 Free Software Foundation, Inc. | 3 | # 2008, 2009 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/nt/icons/README b/nt/icons/README index 94cb065f9a4..0d8d90ffefb 100644 --- a/nt/icons/README +++ b/nt/icons/README | |||
| @@ -2,13 +2,13 @@ COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES | |||
| 2 | 2 | ||
| 3 | File: emacs.ico | 3 | File: emacs.ico |
| 4 | Author: Kentaro Ohkouchi <nanasess@fsm.ne.jp> | 4 | Author: Kentaro Ohkouchi <nanasess@fsm.ne.jp> |
| 5 | Copyright (C) 2008 Free Software Foundation, Inc. | 5 | Copyright (C) 2008, 2009 Free Software Foundation, Inc. |
| 6 | License: GNU General Public License version 3 or later | 6 | License: GNU General Public License version 3 or later |
| 7 | 7 | ||
| 8 | 8 | ||
| 9 | File: emacs22.ico | 9 | File: emacs22.ico |
| 10 | Author: Andrew Zhilin | 10 | Author: Andrew Zhilin |
| 11 | Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 11 | Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 12 | License: GNU General Public License version 3 or later (see COPYING) | 12 | License: GNU General Public License version 3 or later (see COPYING) |
| 13 | 13 | ||
| 14 | 14 | ||
| @@ -17,7 +17,7 @@ Files: gnu2a32.ico gnu2a32t.ico gnu2b48.ico gnu2b48t.ico | |||
| 17 | gnu5w32.ico gnu5w32t.ico gnu6w48.ico gnu6w48t.ico | 17 | gnu5w32.ico gnu5w32t.ico gnu6w48.ico gnu6w48t.ico |
| 18 | gnu7.ico gnu8.ico gnu9.ico | 18 | gnu7.ico gnu8.ico gnu9.ico |
| 19 | Author: Rob Davenport <rgd at bigfoot.com> | 19 | Author: Rob Davenport <rgd at bigfoot.com> |
| 20 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 | 20 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 21 | Free Software Foundation, Inc. | 21 | Free Software Foundation, Inc. |
| 22 | License: GNU General Public License version 3 or later (see COPYING) | 22 | License: GNU General Public License version 3 or later (see COPYING) |
| 23 | 23 | ||
diff --git a/nt/inc/grp.h b/nt/inc/grp.h index 0c01251dcaa..d4988f62a7a 100755 --- a/nt/inc/grp.h +++ b/nt/inc/grp.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Replacement grp.h file for building GNU Emacs on Windows. | 1 | /* Replacement grp.h file for building GNU Emacs on Windows. |
| 2 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 | 2 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/nt/inc/langinfo.h b/nt/inc/langinfo.h index a840867687f..edf9c29f320 100644 --- a/nt/inc/langinfo.h +++ b/nt/inc/langinfo.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Replacement langinfo.h file for building GNU Emacs on Windows. | 1 | /* Replacement langinfo.h file for building GNU Emacs on Windows. |
| 2 | Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. | 2 | Copyright (C) 2006, 2007, 2008, 2009 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/nt/inc/nl_types.h b/nt/inc/nl_types.h index 8004c765bc4..a663db95e63 100644 --- a/nt/inc/nl_types.h +++ b/nt/inc/nl_types.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Replacement nl_types.h file for building GNU Emacs on Windows. | 1 | /* Replacement nl_types.h file for building GNU Emacs on Windows. |
| 2 | Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. | 2 | Copyright (C) 2006, 2007, 2008, 2009 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/nt/inc/sys/socket.h b/nt/inc/sys/socket.h index a8c857f1962..153ad17450a 100644 --- a/nt/inc/sys/socket.h +++ b/nt/inc/sys/socket.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 1 | /* Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 2 | 2008 Free Software Foundation, Inc. | 2 | 2008, 2009 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/nt/inc/sys/stat.h b/nt/inc/sys/stat.h index d999760610a..a7c4c02ee06 100644 --- a/nt/inc/sys/stat.h +++ b/nt/inc/sys/stat.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* sys/stat.h supplied with MSVCRT uses too narrow data types for | 1 | /* sys/stat.h supplied with MSVCRT uses too narrow data types for |
| 2 | inode and user/group id, so we replace them with our own. | 2 | inode and user/group id, so we replace them with our own. |
| 3 | 3 | ||
| 4 | Copyright (C) 2008 Free Software Foundation, Inc. | 4 | Copyright (C) 2008, 2009 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/nt/makefile.w32-in b/nt/makefile.w32-in index 026b8ab5803..be6a9ffca7b 100644 --- a/nt/makefile.w32-in +++ b/nt/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, | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | # 2008 Free Software Foundation, Inc. | 3 | # 2008, 2009 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # Top level makefile for building GNU Emacs on Windows NT | 5 | # Top level makefile for building GNU Emacs on Windows NT |
| 6 | # | 6 | # |
diff --git a/nt/multi-install-info.bat b/nt/multi-install-info.bat index f84322c5416..bf4f37541fe 100644 --- a/nt/multi-install-info.bat +++ b/nt/multi-install-info.bat | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | rem Hack to run install-info with multiple info files on the command | 3 | rem Hack to run install-info with multiple info files on the command |
| 4 | rem line on the Windows platform. | 4 | rem line on the Windows platform. |
| 5 | 5 | ||
| 6 | rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 | 6 | rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 7 | rem Free Software Foundation, Inc. | 7 | rem Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | rem This file is part of GNU Emacs. | 9 | rem This file is part of GNU Emacs. |
diff --git a/nt/nmake.defs b/nt/nmake.defs index 130344585eb..8ae9c9f21e6 100644 --- a/nt/nmake.defs +++ b/nt/nmake.defs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # -*- Makefile -*- definition file for building GNU Emacs on Windows NT. | 1 | # -*- Makefile -*- definition file for building GNU Emacs on Windows NT. |
| 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | # 2008 Free Software Foundation, Inc. | 3 | # 2008, 2009 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/nt/paths.h b/nt/paths.h index 6662c6c4d3d..59147c739f4 100644 --- a/nt/paths.h +++ b/nt/paths.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Copyright (C) 1993, 1995, 1997, 1999, 2001, 2002, 2003, 2004, | 1 | /* Copyright (C) 1993, 1995, 1997, 1999, 2001, 2002, 2003, 2004, |
| 2 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 2 | 2005, 2006, 2007, 2008, 2009 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/nt/preprep.c b/nt/preprep.c index 9565a3fa24c..1706a9bed5b 100644 --- a/nt/preprep.c +++ b/nt/preprep.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Pro-process emacs.exe for profiling by MSVC. | 1 | /* Pro-process emacs.exe for profiling by MSVC. |
| 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008 Free Software Foundation, Inc. | 3 | 2008, 2009 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/nt/runemacs.c b/nt/runemacs.c index 440fd8d95b3..55a520f7bc7 100644 --- a/nt/runemacs.c +++ b/nt/runemacs.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 | 1 | /* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |