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


gnu-hello       
Info
Commit...:69122914272a550e7c5a48e053a12b88ee0a2895
Author...:karl <>
Committer:karl <>
Date.....:Thu Jun 24 00:13:06 2010 +0000
Parents..:cd4d8bc4d6ede0ef6651b690cbc0c2958978fe43

Message
[project @ 2010-06-24 00:13:06 by karl]
remove automake note from subdirs

Changes
diff --git a/Makefile.am b/Makefile.am
line changes: +1/-1
index f7cd0ba..5f3ab35
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@
 # and all subdirectories).
 # Makefile for the top-level directory of GNU hello.
 # 
-# Copyright 1997, 1998, 2005, 2006, 2007, 2008, 2009 Free Software
+# Copyright 1997, 1998, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
 # Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
line changes: +1/-2
index 44a4af9..922e0b5
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -1,7 +1,6 @@
-# Process this file with automake to produce Makefile.in.
 # Makefile.am for hello/contrib.
 #
-# Copyright 1999, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright 1999, 2005, 2006, 2007, 2008, 2010 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

diff --git a/doc/Makefile.am b/doc/Makefile.am
line changes: +1/-2
index 059885c..84bcc58
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,7 +1,6 @@
-# Process this file with automake to produce Makefile.in.
 # Makefile.am for hello/doc.
 #
-# Copyright 1996, 1997, 2005, 2007, 2008 Free Software Foundation, Inc.
+# Copyright 1996, 1997, 2005, 2007, 2008, 2010 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

diff --git a/man/Makefile.am b/man/Makefile.am
line changes: +2/-2
index bcf8199..b59e945
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,7 +1,7 @@
-# Process this file with automake to produce Makefile.in
 # Makefile.am for hello/man.
 #
-# Copyright 1996, 1997, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010
+# 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

diff --git a/src/Makefile.am b/src/Makefile.am
line changes: +0/-1
index 9bc144c..33c71f8
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,3 @@
-# Process this file with automake to produce Makefile.in.
 # Makefile.am for hello/src.
 #
 # Copyright 1996, 1997, 2001, 2005, 2006, 2007, 2008 Free Software

diff --git a/tests/Makefile.am b/tests/Makefile.am
line changes: +1/-2
index 35820dc..4e9f0c1
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,7 +1,6 @@
-# Process this file with automake to produce Makefile.in.
 # Makefile for hello/tests.
 #
-# Copyright 1996, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright 1996, 2005, 2006, 2007, 2008, 2010 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

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