comparison src/emacs.c @ 55742:a5ccd5ee3c52

(main): Update copyright year.
author Richard M. Stallman <rms@gnu.org>
date Sat, 22 May 2004 22:18:30 +0000
parents 1d21085d1d46
children 161424b0c2f5 50b9a96c837c
comparison
equal deleted inserted replaced
55741:6433313b236b 55742:a5ccd5ee3c52
846 exit (1); 846 exit (1);
847 } 847 }
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");
855 printf ("For more information about these matters, "); 855 printf ("For more information about these matters, ");
856 printf ("see the file named COPYING.\n"); 856 printf ("see the file named COPYING.\n");