changeset 9124:770eea366530

autoupdate
author Karl Berry <karl@freefriends.org>
date Wed, 25 Jul 2007 12:13:58 +0000
parents 72496d26ba38
children 07a7325ce912
files build-aux/config.guess doc/maintain.texi
diffstat 2 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/config.guess	Wed Jul 25 08:11:26 2007 +0000
+++ b/build-aux/config.guess	Wed Jul 25 12:13:58 2007 +0000
@@ -793,7 +793,7 @@
 	exit ;;
     *:Interix*:[3456]*)
     	case ${UNAME_MACHINE} in
-	    x86) 
+	    x86)
 		echo i586-pc-interix${UNAME_RELEASE}
 		exit ;;
 	    EM64T | authenticamd)
--- a/doc/maintain.texi	Wed Jul 25 08:11:26 2007 +0000
+++ b/doc/maintain.texi	Wed Jul 25 12:13:58 2007 +0000
@@ -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 @@
 @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 @@
 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 @@
 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