From f66e3170d3ab484e5384c7f0ac2b66982c3727eb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 25 Jul 2007 12:13:58 +0000 Subject: [PATCH] autoupdate --- build-aux/config.guess | 2 +- doc/maintain.texi | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build-aux/config.guess b/build-aux/config.guess index 2e875813f..278f9e9e0 100755 --- a/build-aux/config.guess +++ b/build-aux/config.guess @@ -793,7 +793,7 @@ EOF exit ;; *:Interix*:[3456]*) case ${UNAME_MACHINE} in - x86) + x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; EM64T | authenticamd) diff --git a/doc/maintain.texi b/doc/maintain.texi index 3e7a3f71b..713bca8c1 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 . +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 . +along with this program. If not, see @url{http://www.gnu.org/licenses/}. @end quotation -- 2.11.0