diff options
author | Glenn Morris <rgm@gnu.org> | 2008-01-23 05:49:24 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-01-23 05:49:24 +0000 |
commit | 1d51ea25e33cfdc19eb3c4e96ae5ecc6eb628cc3 (patch) | |
tree | 8d7b902929d52c39b8992d68c410689e48cf80fc | |
parent | a025cb2f916b40dd553c68e602ee5776718563ab (diff) | |
download | emacs-1d51ea25e33cfdc19eb3c4e96ae5ecc6eb628cc3.tar.gz emacs-1d51ea25e33cfdc19eb3c4e96ae5ecc6eb628cc3.tar.bz2 emacs-1d51ea25e33cfdc19eb3c4e96ae5ecc6eb628cc3.zip |
Add 2008 to copyright years.
-rw-r--r-- | doc/emacs/Makefile.in | 2 | ||||
-rw-r--r-- | doc/emacs/makefile.w32-in | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/emacs/Makefile.in b/doc/emacs/Makefile.in index f84c0866469..4527c3c767f 100644 --- a/doc/emacs/Makefile.in +++ b/doc/emacs/Makefile.in @@ -1,7 +1,7 @@ #### Makefile for the Emacs Manual # Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -# 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +# 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff --git a/doc/emacs/makefile.w32-in b/doc/emacs/makefile.w32-in index d34ab66de4b..99b9e173f65 100644 --- a/doc/emacs/makefile.w32-in +++ b/doc/emacs/makefile.w32-in @@ -1,6 +1,7 @@ #### -*- Makefile -*- for the Emacs Manual -# Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 +# Free Software Foundation, Inc. # This file is part of GNU Emacs. |