aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 3fbf20c5031..7f311dbe3b0 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -848,7 +848,7 @@ main (argc, argv
848 else 848 else
849 { 849 {
850 printf ("GNU Emacs %s\n", SDATA (tem)); 850 printf ("GNU Emacs %s\n", SDATA (tem));
851 printf ("Copyright (C) 2002 Free Software Foundation, Inc.\n"); 851 printf ("Copyright (C) 2004 Free Software Foundation, Inc.\n");
852 printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n"); 852 printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n");
853 printf ("You may redistribute copies of Emacs\n"); 853 printf ("You may redistribute copies of Emacs\n");
854 printf ("under the terms of the GNU General Public License.\n"); 854 printf ("under the terms of the GNU General Public License.\n");