summaryrefslogtreecommitdiff
path: root/src/emacs.c
diff options
context:
space:
mode:
authorRomain Francoise <romain@orebokech.com>2006-01-03 08:40:26 +0000
committerRomain Francoise <romain@orebokech.com>2006-01-03 08:40:26 +0000
commitdcc9b98d2836bc48da00cc4169567cd66d6d8347 (patch)
tree09996a74dc2c64c247402de54b699508e7b1c5ba /src/emacs.c
parent1a271e14d73298ecc665993ac7d0087ab2a66f92 (diff)
downloademacs-dcc9b98d2836bc48da00cc4169567cd66d6d8347.tar.gz
(main): Update copyright year.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 71b12d5a407..846bfc7e453 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1,6 +1,6 @@
/* 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 Free Software Foundation, Inc.
+ 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -899,7 +899,7 @@ main (argc, argv
else
{
printf ("GNU Emacs %s\n", SDATA (tem));
- printf ("Copyright (C) 2005 Free Software Foundation, Inc.\n");
+ printf ("Copyright (C) 2006 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");