]> git.eshelyaron.com Git - emacs.git/commitdiff
(main): Add copyright etc. to --version output.
authorRichard M. Stallman <rms@gnu.org>
Sun, 22 Sep 1996 04:58:35 +0000 (04:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 22 Sep 1996 04:58:35 +0000 (04:58 +0000)
src/emacs.c

index 4aa3f5d620d002801f8a8245fb36238b1a49cf2a..f5dcaf06c66979969cf16b269c6b361d52dab194 100644 (file)
@@ -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);
        }
     }