aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 4aa3f5d620d..f5dcaf06c66 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -456,6 +456,12 @@ main (argc, argv, envp)
456 else 456 else
457 { 457 {
458 printf ("GNU Emacs %s\n", XSTRING (tem)->data); 458 printf ("GNU Emacs %s\n", XSTRING (tem)->data);
459 printf ("Copyright (C) 1996 Free Software Foundation, Inc.\n");
460 printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n");
461 printf ("You may redistribute copies of Emacs\n");
462 printf ("under the terms of the GNU General Public License.\n");
463 printf ("For more information about these matters, ");
464 printf ("see the files named COPYING.\n");
459 exit (0); 465 exit (0);
460 } 466 }
461 } 467 }