which prints a friendly greeting (and serves as an example GNU package).
Copyright @copyright{} 1992, 1993, 1996, 2002, 2005, 2006, 2007, 2008,
-2009, 2010 Free Software Foundation, Inc.
+2009, 2010, 2011 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
@cindex standards, GNU coding
@cindex standards, GNU maintainer
First, GNU Hello follows the GNU coding standards
-(@pxref{Top,,Preface,standards, GNU Coding Standards}) and GNU
+(@pxref{Top,,Preface,standards,GNU Coding Standards}) and GNU
maintainer standards (@pxref{Top,,Preface,maintain, Information for
GNU Maintainers}). These are the basic documents which all GNU
packages should adhere to.
not embodied in the standards, using other GNU packages and features:
@itemize @bullet
-
@item
@cindex Automake
@cindex Autoconf
@cindex Gnulib
@cindex @command{srclist-update} script
@cindex @file{README-dev} source file
-It uses Gnulib (@pxref{Top,,Gnulib,gnulib,GNU Gnulib}) to enhance
+It uses Gnulib (@pxref{Top,,Introduction,gnulib,GNU Gnulib}) to enhance
portability and avoid duplication of common sources. Both
@code{gnulib-tool} and @code{srclist-update} are used, for purposes of
example. See the @file{README-dev} file in the distribution.
@end itemize
-GNU Hello is implemented in C. GNU Gettext contains ``hello world''
-examples in a variety of other programming languages; see the Gettext
-home page at @url{http://www.gnu.org/software/gettext/}.
+GNU Hello is implemented in C. The GNU Gettext distribution contains
+``hello world'' examples in many other programming languages; see the
+Gettext home page at @url{http://www.gnu.org/software/gettext/}.
@cindex @file{Makefile.am} targets
The top-level @file{Makefile.am} in Hello also contains a few special
@cindex sample output
@cindex examples
-Here are some realistic examples of running GNU Hello.
+Here are some examples of running GNU Hello.
This is the output of the command @samp{hello}:
-@set UPDATED 31 December 2010
-@set UPDATED-MONTH December 2010
-@set EDITION 2.6
-@set VERSION 2.6
+@set UPDATED 22 March 2011
+@set UPDATED-MONTH March 2011
+@set EDITION 2.6.90
+@set VERSION 2.6.90
+2011-03-22 Karl Berry <karl@gnu.org>
+
+ * hello.c (print_version): it's 2011.
+
2010-01-31 Karl Berry <karl@gnu.org>
* hello.c (print_help): add lines for the package home page,
/* hello.c -- print a greeting message and exit.
Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2005,
- 2006, 2007, 2008, 2010 Free Software Foundation, Inc.
+ 2006, 2007, 2008, 2010, 2011 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
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n"),
- "2010");
+ "2011");
}
This website is licensed under AGPL-3.0. Feel free to copy!