summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-01-08 04:28:15 +0000
committerGlenn Morris <rgm@gnu.org>2008-01-08 04:28:15 +0000
commitea8c20e07fbf07dba92bfdb9d22354e3d8fcb91b (patch)
treecd583e51fbc84b64331967653b29173ce04bc8a0 /src
parent081f220309d17e28a85615550e6127f56ce96e09 (diff)
downloademacs-ea8c20e07fbf07dba92bfdb9d22354e3d8fcb91b.tar.gz
(main): Set copyright year to 2008.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 33cd8d57da5..95168a39a86 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1,6 +1,7 @@
/* Fully extensible Emacs, running on Unix, intended for GNU.
Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1998, 1999,
- 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+ 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+ Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -866,7 +867,7 @@ main (argc, argv
else
{
printf ("GNU Emacs %s\n", SDATA (tem));
- printf ("Copyright (C) 2007 Free Software Foundation, Inc.\n");
+ printf ("Copyright (C) 2008 Free Software Foundation, Inc.\n");
printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n");
printf ("You may redistribute copies of Emacs\n");
printf ("under the terms of the GNU General Public License.\n");