summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-07-25 12:13:58 +0000
committerKarl Berry <karl@freefriends.org>2007-07-25 12:13:58 +0000
commitf66e3170d3ab484e5384c7f0ac2b66982c3727eb (patch)
tree54a6c0332e555680702a619f96c368ff3dfd8b09 /doc
parentdd5848b18dd95feb771055453a473a73a6eb7cfb (diff)
downloadgnulib-f66e3170d3ab484e5384c7f0ac2b66982c3727eb.tar.gz
autoupdate
Diffstat (limited to 'doc')
-rw-r--r--doc/maintain.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/maintain.texi b/doc/maintain.texi
index 3e7a3f71b4..713bca8c15 100644
--- a/doc/maintain.texi
+++ b/doc/maintain.texi
@@ -5,7 +5,7 @@
@c For double-sided printing, uncomment:
@c @setchapternewpage odd
@c This date is automagically updated when you save this file:
-@set lastupdate July 9, 2007
+@set lastupdate July 24, 2007
@c %**end of header
@dircategory GNU organization
@@ -636,10 +636,10 @@ configure files and makefiles) should cite the GPL, like this:
@quotation
This file is part of GNU @var{program}.
-GNU @var{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 3, or (at your option)
-any later version.
+GNU @var{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 3 of the
+License, or (at your option) any later version.
GNU @var{program} is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -647,14 +647,14 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
+along with this program. If not, see @url{http://www.gnu.org/licenses/}.
@end quotation
But in a small program which is just a few files, you can use
this instead:
@quotation
-This program is free software; you can redistribute it and/or modify
+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 3 of the License, or
(at your option) any later version.
@@ -665,7 +665,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
+along with this program. If not, see @url{http://www.gnu.org/licenses/}.
@end quotation