comparison src/emacs.c @ 66203:b5d371a00ee3

(main): Update copyright year.
author Romain Francoise <romain@orebokech.com>
date Wed, 19 Oct 2005 16:53:31 +0000
parents 3733ed3530ec
children 1fd0f45a7a2b 732c5740ca8f 0ca0d9181b5e
comparison
equal deleted inserted replaced
66202:04eb729be330 66203:b5d371a00ee3
894 exit (1); 894 exit (1);
895 } 895 }
896 else 896 else
897 { 897 {
898 printf ("GNU Emacs %s\n", SDATA (tem)); 898 printf ("GNU Emacs %s\n", SDATA (tem));
899 printf ("Copyright (C) 2004 Free Software Foundation, Inc.\n"); 899 printf ("Copyright (C) 2005 Free Software Foundation, Inc.\n");
900 printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n"); 900 printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n");
901 printf ("You may redistribute copies of Emacs\n"); 901 printf ("You may redistribute copies of Emacs\n");
902 printf ("under the terms of the GNU General Public License.\n"); 902 printf ("under the terms of the GNU General Public License.\n");
903 printf ("For more information about these matters, "); 903 printf ("For more information about these matters, ");
904 printf ("see the file named COPYING.\n"); 904 printf ("see the file named COPYING.\n");