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


gnu-hello       
Info
Commit...:82c28b8d392739b9169ceca8d6edf5a0ed26d373
Author...:karl <>
Committer:karl <>
Date.....:Sat Jul 9 23:03:40 2005 +0000
Parents..:daef6cc9c23061c21096246e7083ca264b3b6c0e

Message
[project @ 2005-07-09 23:03:40 by karl]
runtime copyright just current year

Changes
diff --git a/src/hello.c b/src/hello.c
line changes: +1/-1
index cec4a1b..15e1df5
--- a/src/hello.c
+++ b/src/hello.c
@@ -207,7 +207,7 @@ There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
 PARTICULAR PURPOSE.  You may redistribute copies of GNU %s under the terms\n\
 of the GNU General Public License.\n\
 For more information about these matters, see the file named COPYING.\n"),
-              "1992, 1993, 1997-2001", PACKAGE);
+              "2005", PACKAGE);
       exit (0);
     }
   if (m && t)

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