aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-01-08 03:47:42 +0000
committerGlenn Morris2009-01-08 03:47:42 +0000
commitdfe07b9de6f43fbf66e676686661403872427f74 (patch)
tree1cf2fcdc12f838a16e0ebe15080b3b4ba6bc79e3
parentf5d0ac07d63bfce83dcf45045b4541fe7a1bca7c (diff)
downloademacs-dfe07b9de6f43fbf66e676686661403872427f74.tar.gz
emacs-dfe07b9de6f43fbf66e676686661403872427f74.zip
Add 2009 to copyright years.
-rw-r--r--ChangeLog2
-rw-r--r--INSTALL.CVS2
-rw-r--r--Makefile.in2
-rw-r--r--README2
-rw-r--r--config.bat2
-rw-r--r--configure.in4
-rwxr-xr-xmake-dist2
-rwxr-xr-xupdate-subdirs2
8 files changed, 9 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index d467801fa1a..36f6e8332a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 @@
1Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 1Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
2 Free Software Foundation, Inc. 2 Free Software Foundation, Inc.
3See the end of the file for license conditions. 3See 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.
diff --git a/README b/README
index 3da1ec298a4..71cdf89e88f 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
2 Free Software Foundation, Inc. 2 Free Software Foundation, Inc.
3See the end of the file for license conditions. 3See 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 @@
2rem ---------------------------------------------------------------------- 2rem ----------------------------------------------------------------------
3rem Configuration script for MSDOS 3rem Configuration script for MSDOS
4rem Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003 4rem Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003
5rem 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 5rem 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
6 6
7rem This file is part of GNU Emacs. 7rem 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
4dnl in the directory containing this script. 4dnl in the directory containing this script.
5dnl 5dnl
6dnl Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003, 6dnl Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003,
7dnl 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 7dnl 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
8dnl 8dnl
9dnl This file is part of GNU Emacs. 9dnl This file is part of GNU Emacs.
10dnl 10dnl
@@ -2565,7 +2565,7 @@ fi
2565 2565
2566AH_TOP([/* GNU Emacs site configuration template file. 2566AH_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
2570This file is part of GNU Emacs. 2570This file is part of GNU Emacs.
2571 2571
diff --git a/make-dist b/make-dist
index 06471f98a4a..02c2c469402 100755
--- a/make-dist
+++ b/make-dist
@@ -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