autoupdate
authorKarl Berry <karl@freefriends.org>
Wed, 25 Jul 2007 12:13:58 +0000 (12:13 +0000)
committerKarl Berry <karl@freefriends.org>
Wed, 25 Jul 2007 12:13:58 +0000 (12:13 +0000)
build-aux/config.guess
doc/maintain.texi

index 2e87581..278f9e9 100755 (executable)
@@ -793,7 +793,7 @@ EOF
        exit ;;
     *:Interix*:[3456]*)
        case ${UNAME_MACHINE} in
-           x86) 
+           x86)
                echo i586-pc-interix${UNAME_RELEASE}
                exit ;;
            EM64T | authenticamd)
index 3e7a3f7..713bca8 100644 (file)
@@ -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