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


gnu-hello       
Info
Commit...:b2ea35e841762f907dc3c02bcd897460cf2856a5
Author...:karl <>
Committer:karl <>
Date.....:Tue Jun 26 16:04:37 2007 +0000
Parents..:083e81c5b5cd2c248ea5200cb3ce44b32a3e4c0f

Message
[project @ 2007-06-26 16:04:37 by karl]
update notices for GPLv3

Changes
diff --git a/ChangeLog b/ChangeLog
line changes: +5/-0
index 0475551..9839924
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-26  Karl Berry  <karl@gnu.org>
+
+	* configure.ac: Version 2.3.
+	
+
 2006-11-23  Karl Berry  <karl@gnu.org>
 
 	* Version 2.2.

diff --git a/Makefile.am b/Makefile.am
line changes: +2/-2
index cc8db91..305a94a
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,11 +2,11 @@
 # and all subdirectories).
 #
 # Makefile for the top-level directory of GNU hello.
-# Copyright (C) 1997, 1998, 2005, 2006 Free Software Foundation, Inc.
+# Copyright (C) 1997, 1998, 2005, 2006, 2007 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
 # any later version.
 #
 # This program is distributed in the hope that it will be useful,

diff --git a/NEWS b/NEWS
line changes: +5/-1
index a1315f7..7c4de92
--- a/NEWS
+++ b/NEWS
@@ -2,12 +2,16 @@ This NEWS file records noteworthy changes, very tersely.
 See the manual for detailed information.
 
   Copyright (C) 1992, 1993, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
-  2002, 2003, 2005, 2006 Free Software Foundation, Inc.
+  2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc.
 
   Copying and distribution of this file, with or without modification,
   are permitted in any medium without royalty provided the copyright
   notice and this notice are preserved.
 
+Version 2.3 (29 June 2007)
+* GPL version 3.
+
+
 Version 2.2 (23 November 2006)
 * Remove creeping non-feature of reading mail; simplify code accordingly.
 * Many improvements to the tests to make them more useful examples.

diff --git a/configure.ac b/configure.ac
line changes: +1/-1
index 361407a..2c847c4
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ dnl This program is distributed in the hope that it will be useful, but
 dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
-AC_INIT([GNU Hello], [2.2], [bug-hello@gnu.org])
+AC_INIT([GNU Hello], [2.3], [bug-hello@gnu.org])
 
 dnl Must come before AM_INIT_AUTOMAKE.
 AC_CONFIG_AUX_DIR([build-aux])

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
line changes: +2/-2
index 53fd77f..68b52c8
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -1,11 +1,11 @@
 ## Process this file with automake to produce Makefile.in.
 ## Makefile.am for hello/contrib.
 ##
-## Copyright (C) 1999, 2005, 2006 Free Software Foundation, Inc.
+## Copyright (C) 1999, 2005, 2006, 2007 Free Software Foundation, Inc.
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2, or (at your option)
+## the Free Software Foundation; either version 3, or (at your option)
 ## any later version.
 ##
 ## This program is distributed in the hope that it will be useful,

diff --git a/doc/Makefile.am b/doc/Makefile.am
line changes: +2/-2
index 64ae316..2031f61
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,11 +1,11 @@
 ## Process this file with automake to produce Makefile.in.
 ## Makefile.am for hello/doc.
 ##
-## Copyright (C) 1996, 1997, 2005 Free Software Foundation, Inc.
+## Copyright (C) 1996, 1997, 2005, 2007 Free Software Foundation, Inc.
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2, or (at your option)
+## the Free Software Foundation; either version 3, or (at your option)
 ## any later version.
 ##
 ## This program is distributed in the hope that it will be useful,

diff --git a/man/Makefile.am b/man/Makefile.am
line changes: +2/-2
index 6e85103..48a49f6
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,11 +1,11 @@
 # Process this file with automake to produce Makefile.in
 # Makefile.am for hello/man.
 #
-# Copyright (C) 1996, 1997, 2005, 2006 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 2005, 2006, 2007 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
 # any later version.
 #
 # This program is distributed in the hope that it will be useful,

diff --git a/src/Makefile.am b/src/Makefile.am
line changes: +3/-2
index 4031e18..f25c955
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,11 +1,12 @@
 ## Process this file with automake to produce Makefile.in.
 ## Makefile.am for hello/src.
 ##
-## Copyright (C) 1996, 1997, 2001, 2005, 2006 Free Software Foundation, Inc.
+## Copyright (C) 1996, 1997, 2001, 2005, 2006, 2007 Free Software
+## Foundation, Inc.
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2, or (at your option)
+## the Free Software Foundation; either version 3, or (at your option)
 ## any later version.
 ##
 ## This program is distributed in the hope that it will be useful,

diff --git a/src/hello.c b/src/hello.c
line changes: +2/-2
index 346fd5b..71b3e4a
--- a/src/hello.c
+++ b/src/hello.c
@@ -1,11 +1,11 @@
 /* hello.c -- print a greeting message and exit.
 
    Copyright (C) 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-   2005, 2006 Free Software Foundation, Inc.
+   2005, 2006, 2007 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
+   the Free Software Foundation; either version 3, or (at your option)
    any later version.
 
    This program is distributed in the hope that it will be useful,

diff --git a/src/system.h b/src/system.h
line changes: +2/-2
index 658916c..9b24187
--- a/src/system.h
+++ b/src/system.h
@@ -1,9 +1,9 @@
 /* system.h: system-dependent declarations; include this first.
-   Copyright (C) 1996, 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 1996, 2005, 2006, 2007 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
+   the Free Software Foundation; either version 3, or (at your option)
    any later version.
 
    This program is distributed in the hope that it will be useful,

diff --git a/tests/Makefile.am b/tests/Makefile.am
line changes: +2/-2
index e4137fc..4e6d6ba
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,11 +1,11 @@
 # Process this file with automake to produce Makefile.in.
 # Makefile for hello/tests.
 #
-# Copyright (C) 1996, 2005, 2006 Free Software Foundation, Inc.
+# Copyright (C) 1996, 2005, 2006, 2007 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
 # any later version.
 #
 # This program is distributed in the hope that it will be useful,

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