[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Changes to m4/src/m4.c [branch-1_4]
From: |
Gary V . Vaughan |
Subject: |
Changes to m4/src/m4.c [branch-1_4] |
Date: |
Thu, 03 Feb 2005 12:09:13 -0500 |
Index: m4/src/m4.c
diff -u m4/src/m4.c:1.1.1.1.2.4 m4/src/m4.c:1.1.1.1.2.5
--- m4/src/m4.c:1.1.1.1.2.4 Thu Feb 3 16:43:12 2005
+++ m4/src/m4.c Thu Feb 3 17:09:11 2005
@@ -390,6 +390,13 @@
if (show_version)
{
printf ("%s\n", PACKAGE_STRING);
+ printf ("Written by Rene' Seindal.\n\
+\n\
+Copyright (C) 2005 Free Software Foundation, Inc.\n\
+This is free software; see the source for copying conditions. There is NO\n\
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
+");
+
exit (EXIT_SUCCESS);
}
- Changes to m4/src/m4.c [branch-1_4],
Gary V . Vaughan <=