diff options
| author | Richard M. Stallman | 2004-05-22 22:18:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-05-22 22:18:30 +0000 |
| commit | 73ccc854348dd1c9e905aa3d8b98356a05c73660 (patch) | |
| tree | 53481ddc092a27e03ee0f0b7b01b32b9732b8af7 /src | |
| parent | abd5b7f2f035085b56f31baa02796701c53d0401 (diff) | |
| download | emacs-73ccc854348dd1c9e905aa3d8b98356a05c73660.tar.gz emacs-73ccc854348dd1c9e905aa3d8b98356a05c73660.zip | |
(main): Update copyright year.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
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"); |