diff options
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/gendocs.sh | 6 | ||||
-rw-r--r-- | doc/gendocs_template | 6 | ||||
-rw-r--r-- | doc/mdk_copying.texi | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/gendocs.sh b/doc/gendocs.sh index e0e5bdb..285e3af 100755 --- a/doc/gendocs.sh +++ b/doc/gendocs.sh @@ -1,7 +1,7 @@ #!/bin/sh # gendocs.sh -- generate a GNU manual in many formats. This script is # mentioned in maintain.texi. See the help message below for usage details. -# $Id: gendocs.sh,v 1.2 2004/08/02 10:42:04 jao Exp $ +# $Id: gendocs.sh,v 1.3 2005/09/20 19:43:14 jao Exp $ # # Copyright (C) 2003, 2004 Free Software Foundation, Inc. # @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, you can either send email to this # program's maintainer or write to: The Free Software Foundation, -# Inc.; 59 Temple Place, Suite 330; Boston, MA 02111-1307, USA. +# Inc.; 51 Franklin Street, Fifth Floor; Boston, MA 02110-1301, USA. # # Original author: Mohit Agarwal. # Send bug reports and any other correspondence to bug-texinfo@gnu.org. @@ -39,7 +39,7 @@ templateurl="http://savannah.gnu.org/cgi-bin/viewcvs/texinfo/texinfo/util/gendoc : ${GENDOCS_TEMPLATE_DIR="."} unset CDPATH -rcs_revision='$Revision: 1.2 $' +rcs_revision='$Revision: 1.3 $' rcs_version=`set - $rcs_revision; echo $2` program=`echo $0 | sed -e 's!.*/!!'` version="gendocs.sh $rcs_version diff --git a/doc/gendocs_template b/doc/gendocs_template index 1c8ac5d..0d0cbc1 100644 --- a/doc/gendocs_template +++ b/doc/gendocs_template @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<!-- $Id: gendocs_template,v 1.2 2004/08/02 10:42:04 jao Exp $ --> +<!-- $Id: gendocs_template,v 1.3 2005/09/20 19:43:14 jao Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> @@ -83,7 +83,7 @@ Please send broken links and other corrections (or suggestions) to <p> Copyright (C) 2004 Free Software Foundation, Inc., -59 Temple Place - Suite 330, Boston, MA 02111, USA +51 Franklin Street, Fifth Floor, Boston, MA 02111, USA <br /> Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. @@ -92,7 +92,7 @@ permitted in any medium, provided this notice is preserved. <p> Updated: <!-- timestamp start --> -$Date: 2004/08/02 10:42:04 $ $Author: jao $ +$Date: 2005/09/20 19:43:14 $ $Author: jao $ <!-- timestamp end --> </p> </div> diff --git a/doc/mdk_copying.texi b/doc/mdk_copying.texi index 646173d..0557f03 100644 --- a/doc/mdk_copying.texi +++ b/doc/mdk_copying.texi @@ -420,7 +420,7 @@ Public License instead of this License. @display Copyright @copyright{} 2000 Free Software Foundation, Inc. -59 Temple Place, Suite 330, Boston, MA 02111-1307, USA +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. |