diff options
| author | Glenn Morris | 2009-01-08 03:47:42 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-08 03:47:42 +0000 |
| commit | dfe07b9de6f43fbf66e676686661403872427f74 (patch) | |
| tree | 1cf2fcdc12f838a16e0ebe15080b3b4ba6bc79e3 | |
| parent | f5d0ac07d63bfce83dcf45045b4541fe7a1bca7c (diff) | |
| download | emacs-dfe07b9de6f43fbf66e676686661403872427f74.tar.gz emacs-dfe07b9de6f43fbf66e676686661403872427f74.zip | |
Add 2009 to copyright years.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | INSTALL.CVS | 2 | ||||
| -rw-r--r-- | Makefile.in | 2 | ||||
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | config.bat | 2 | ||||
| -rw-r--r-- | configure.in | 4 | ||||
| -rwxr-xr-x | make-dist | 2 | ||||
| -rwxr-xr-x | update-subdirs | 2 |
8 files changed, 9 insertions, 9 deletions
| @@ -7519,7 +7519,7 @@ | |||
| 7519 | ;; End: | 7519 | ;; End: |
| 7520 | 7520 | ||
| 7521 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, | 7521 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, |
| 7522 | 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 7522 | 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 7523 | 7523 | ||
| 7524 | This file is part of GNU Emacs. | 7524 | This file is part of GNU Emacs. |
| 7525 | 7525 | ||
diff --git a/INSTALL.CVS b/INSTALL.CVS index a9485e2ea99..9960e1ac34e 100644 --- a/INSTALL.CVS +++ b/INSTALL.CVS | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 | 1 | Copyright (C) 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 | ||
diff --git a/Makefile.in b/Makefile.in index 8425867ef29..4439e85bb11 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # DIST: that first. | 3 | # DIST: that first. |
| 4 | 4 | ||
| 5 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, | 5 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
| 6 | # 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 | 6 | # 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 7 | # Free Software Foundation, Inc. | 7 | # Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | # This file is part of GNU Emacs. | 9 | # This file is part of GNU Emacs. |
| @@ -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 | ||
diff --git a/config.bat b/config.bat index 3281da4de5f..c63756f3ff8 100644 --- a/config.bat +++ b/config.bat | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | rem ---------------------------------------------------------------------- | 2 | rem ---------------------------------------------------------------------- |
| 3 | rem Configuration script for MSDOS | 3 | rem Configuration script for MSDOS |
| 4 | rem Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003 | 4 | rem Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003 |
| 5 | rem 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 5 | rem 2004, 2005, 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/configure.in b/configure.in index ccd3ac33c0a..1b22e7633cf 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -4,7 +4,7 @@ dnl autoconf | |||
| 4 | dnl in the directory containing this script. | 4 | dnl in the directory containing this script. |
| 5 | dnl | 5 | dnl |
| 6 | dnl Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003, | 6 | dnl Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003, |
| 7 | dnl 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 7 | dnl 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 8 | dnl | 8 | dnl |
| 9 | dnl This file is part of GNU Emacs. | 9 | dnl This file is part of GNU Emacs. |
| 10 | dnl | 10 | dnl |
| @@ -2565,7 +2565,7 @@ fi | |||
| 2565 | 2565 | ||
| 2566 | AH_TOP([/* GNU Emacs site configuration template file. | 2566 | AH_TOP([/* GNU Emacs site configuration template file. |
| 2567 | Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005, | 2567 | Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005, |
| 2568 | 2006, 2007, 2008 Free Software Foundation, Inc. | 2568 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 2569 | 2569 | ||
| 2570 | This file is part of GNU Emacs. | 2570 | This file is part of GNU Emacs. |
| 2571 | 2571 | ||
| @@ -7,7 +7,7 @@ | |||
| 7 | #### you should make sure that this script will include it. | 7 | #### you should make sure that this script will include it. |
| 8 | 8 | ||
| 9 | # Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, | 9 | # Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, |
| 10 | # 2006, 2007, 2008 Free Software Foundation, Inc. | 10 | # 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 11 | 11 | ||
| 12 | # This file is part of GNU Emacs. | 12 | # This file is part of GNU Emacs. |
| 13 | # | 13 | # |
diff --git a/update-subdirs b/update-subdirs index 336b6735abf..0805912902c 100755 --- a/update-subdirs +++ b/update-subdirs | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # Write into $1/subdirs.el a list of subdirs of directory $1. | 2 | # Write into $1/subdirs.el a list of subdirs of directory $1. |
| 3 | 3 | ||
| 4 | # Copyright (C) 1994, 1995, 1997, 1999, 2001, 2002, 2003, 2004, 2005, | 4 | # Copyright (C) 1994, 1995, 1997, 1999, 2001, 2002, 2003, 2004, 2005, |
| 5 | # 2006, 2007, 2008 Free Software Foundation, Inc. | 5 | # 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 | ||