Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:8c6361064639833ef570c399432de9b9d80f3af3
Author...:karl <>
Committer:karl <>
Date.....:Sun Aug 20 13:56:06 2006 +0000
Parents..:be04a5ff3c20e211efb7e18c70101ca3dedba03d

Message
[project @ 2006-08-20 13:56:06 by karl]
try new --version output

Changes
diff --git a/src/ChangeLog b/src/ChangeLog
line changes: +4/-0
index 3c8ed07..ace29c0
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-20  Karl Berry  <karl@gnu.org>
+
+	* hello.c (main): try a new style for the --version output.
+
 2006-07-16  Karl Berry  <karl@gnu.org>
 
 	* system.h: #include "closeout.h".

diff --git a/src/hello.c b/src/hello.c
line changes: +2/-4
index 13145b4..117da2d
--- a/src/hello.c
+++ b/src/hello.c
@@ -139,10 +139,8 @@ Report bugs to <%s>.\n"), PACKAGE_BUGREPORT);
       puts ("");
       printf (_("\
 Copyright (C) %s Free Software Foundation, Inc.\n\
-There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
-PARTICULAR PURPOSE.  You may redistribute copies of GNU %s\n\
-under the terms of the GNU General Public License.\n\
-For more information about these matters, see the file named COPYING.\n"),
+License: GNU GPL v2+ (see http://www.gnu.org/licenses/license-list.html)\n\
+This is free software.  There is NO WARRANTY, to the extent permitted by law.\n"),
               "2006", PACKAGE);
       exit (0);
     }

This website is licensed under AGPL-3.0. Feel free to copy!