(main): Update copyright year.
This commit is contained in:
parent
4754e17927
commit
d7b94c98ba
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-10-19 Romain Francoise <romain@orebokech.com>
|
||||
|
||||
* emacs.c (main): Update copyright year.
|
||||
|
||||
2005-10-18 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* image.c (Vmax_image_size): New variable.
|
||||
|
@ -7170,8 +7174,6 @@
|
|||
|
||||
* casefiddle.c (casify_object): Return OBJ unchanged if not real char.
|
||||
|
||||
* emacs.c (main): Update copyright year.
|
||||
|
||||
* fileio.c (Fread_file_name): Expand DIR if not absolute.
|
||||
|
||||
* insdel.c (del_range_2, replace_range): Don't write an anchor
|
||||
|
|
|
@ -896,7 +896,7 @@ main (argc, argv
|
|||
else
|
||||
{
|
||||
printf ("GNU Emacs %s\n", SDATA (tem));
|
||||
printf ("Copyright (C) 2004 Free Software Foundation, Inc.\n");
|
||||
printf ("Copyright (C) 2005 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");
|
||||
|
|
Loading…
Add table
Reference in a new issue