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


gnu-hello       
Info
Commit...:3f668c00704c0438491324374844981ffb7cf817
Author...:karl <>
Committer:karl <>
Date.....:Sat Jan 1 01:30:41 2011 +0000
Parents..:b5cb2828555063ac4506c0e518360ef9beb83d88

Message
[project @ 2011-01-01 01:30:41 by karl]
no @insertcopying in Top node, per rms

Changes
diff --git a/doc/ChangeLog b/doc/ChangeLog
line changes: +4/-0
index d101f18..6440ab6
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-31  Karl Berry  <karl@gnu.org>
+
+	* hello.texi (Top): Don't use @insertcopying, per rms.
+
 2010-04-08  Karl Berry  <karl@gnu.org>
 
 	* hello.texi (Top): No need to repeat what the manual is.

diff --git a/doc/hello.texi b/doc/hello.texi
line changes: +2/-1
index 0c56cdd..58fb5f5
--- a/doc/hello.texi
+++ b/doc/hello.texi
@@ -52,7 +52,8 @@ Texts.  A copy of the license is included in the section entitled
 @node Top
 @top GNU Hello
 
-@insertcopying
+This manual is for GNU Hello (version @value{VERSION}, @value{UPDATED}),
+which prints a friendly greeting (and serves as an example GNU package).
 @end ifnottex
 
 @menu

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