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


gnu-hello       
Info
Commit...:2a58ebad1f9029d0ae24f86a8e2391fd40232d34
Author...:karl <>
Committer:karl <>
Date.....:Tue Jun 26 16:17:26 2007 +0000
Parents..:37cb42ee22ebecfee323abe7f97a4e6ea2705730

Message
[project @ 2007-06-26 16:17:26 by karl]
--version notice

Changes
diff --git a/src/ChangeLog b/src/ChangeLog
line changes: +4/-0
index 2c79982..ec40608
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-26  Karl Berry  <karl@gnu.org>
+
+	* hello.c (print_version): update notice in --version.
+
 2006-12-11  Karl Berry  <karl@gnu.org>
 
 	* hello.c: /dev/full, not /dev/null. Report from Reinder Verlinde,

diff --git a/src/hello.c b/src/hello.c
line changes: +4/-3
index 71b3e4a..6442e01
--- a/src/hello.c
+++ b/src/hello.c
@@ -186,7 +186,8 @@ print_version (void)
      year comes around.  */
   printf (_("\
 Copyright (C) %s Free Software Foundation, Inc.\n\
-License: GNU GPL v2+ <http://www.gnu.org/licenses/gpl.html>\n\
-This is free software.  There is NO WARRANTY, to the extent permitted by law.\n"),
-              "2006");
+License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
+This is free software: you are free to change and redistribute it.\n\
+There is NO WARRANTY, to the extent permitted by law.\n"),
+              "2007");
 }

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