summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-22 04:58:35 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-22 04:58:35 +0000
commit18d5cd63bc0d662e0cd5b9052e161e727095d3a6 (patch)
tree36d75de26637cdc8e05ffd4f0fb1e9eed456c5cf
parent59e5cf4d344972833f455ac43079ccc78efb6b95 (diff)
downloademacs-18d5cd63bc0d662e0cd5b9052e161e727095d3a6.tar.gz
(main): Add copyright etc. to --version output.
-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)
else
{
printf ("GNU Emacs %s\n", XSTRING (tem)->data);
+ printf ("Copyright (C) 1996 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");
+ printf ("For more information about these matters, ");
+ printf ("see the files named COPYING.\n");
exit (0);
}
}