diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/emacs.c b/src/emacs.c index 33cd8d57da5..95168a39a86 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Fully extensible Emacs, running on Unix, intended for GNU. | 1 | /* Fully extensible Emacs, running on Unix, intended for GNU. |
| 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1998, 1999, | 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1998, 1999, |
| 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
| @@ -866,7 +867,7 @@ main (argc, argv | |||
| 866 | else | 867 | else |
| 867 | { | 868 | { |
| 868 | printf ("GNU Emacs %s\n", SDATA (tem)); | 869 | printf ("GNU Emacs %s\n", SDATA (tem)); |
| 869 | printf ("Copyright (C) 2007 Free Software Foundation, Inc.\n"); | 870 | printf ("Copyright (C) 2008 Free Software Foundation, Inc.\n"); |
| 870 | printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n"); | 871 | printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n"); |
| 871 | printf ("You may redistribute copies of Emacs\n"); | 872 | printf ("You may redistribute copies of Emacs\n"); |
| 872 | printf ("under the terms of the GNU General Public License.\n"); | 873 | printf ("under the terms of the GNU General Public License.\n"); |