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


gnu-hello       
Info
Commit...:bf96fdb2ca2778a0fb8964ad5c65b1263c27b12e
Author...:karl <>
Committer:karl <>
Date.....:Sat Jul 15 23:12:59 2006 +0000
Parents..:78dbcc70e342f66a41f05f16d8c97caff1e4036c

Message
[project @ 2006-07-15 23:12:59 by karl]
update copyright to 2006

Changes
diff --git a/src/ChangeLog b/src/ChangeLog
line changes: +4/-0
index 2c64cb5..bcd8bb8
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-15  Karl Berry  <karl@gnu.org>
+
+	* hello.c (main): update copyright to 2006.
+
 2006-05-03  Karl Berry  <karl@gnu.org>
 
 	* Makefile.am (noinst_HEADERS): remove, gettext.h comes from gnulib.

diff --git a/src/hello.c b/src/hello.c
line changes: +1/-1
index 042dfa4..20233a4
--- a/src/hello.c
+++ b/src/hello.c
@@ -186,7 +186,7 @@ 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"),
-              "2005", PACKAGE);
+              "2006", PACKAGE);
       exit (0);
     }
   else if (z)

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