bug-gnupress
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnupress] Small fixes and respace the licenses


From: James A Morrison
Subject: [Bug-gnupress] Small fixes and respace the licenses
Date: Thu, 17 Apr 2003 01:59:32 -0400

Hey, 

 I Needed to slightly alter the spacing on the licenses to make them
fit.  This patch is mostly simon's work.  I made the minor change in
standards.texi, if it's wrong, flame me.  This patch will be going to
gcc-patches with the diff against gcc.texi removed.

Jim

Index: bugreport.texi
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/doc/bugreport.texi,v
retrieving revision 1.2.22.1
diff -u -r1.2.22.1 bugreport.texi
--- bugreport.texi      24 Jan 2003 15:52:51 -0000      1.2.22.1
+++ bugreport.texi      17 Apr 2003 02:32:47 -0000
@@ -103,6 +103,7 @@
 @section Where to Report Bugs
 @cindex bug report mailing lists
 @kindex gcc-bugs@@gcc.gnu.org or bug-gcc@@gnu.org
+
 Send bug reports for the GNU Compiler Collection to
 @email{gcc-bugs@@gcc.gnu.org}.  In accordance with the GNU-wide
 convention, in which bug reports for tool ``foo'' are sent
Index: gcc.texi
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/doc/gcc.texi,v
retrieving revision 1.55.8.4
diff -u -r1.55.8.4 gcc.texi
--- gcc.texi    4 Feb 2003 01:55:36 -0000       1.55.8.4
+++ gcc.texi    17 Apr 2003 02:32:49 -0000
@@ -1,4 +1,6 @@
 \input texinfo  @c -*-texinfo-*-
address@hidden palatino
address@hidden gnupress
 @c %**start of header
 @setfilename gcc.info
 @c INTERNALS is used by md.texi to determine whether to include the
Index: standards.texi
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/doc/standards.texi,v
retrieving revision 1.9.8.2
diff -u -r1.9.8.2 standards.texi
--- standards.texi      24 Jan 2003 15:52:55 -0000      1.9.8.2
+++ standards.texi      17 Apr 2003 02:33:09 -0000
@@ -175,7 +175,7 @@
 @end itemize
 
 @cindex treelang
-There is no standard for treelang, which is a sample language front end
+There is no standard for treelang, it is a sample language front end
 for GCC. Its only purpose is as a sample for people wishing to write a
 new language for GCC. The language is documented in
 @file{gcc/treelang/treelang.texi} which can be turned into info or
Index: include/fdl.texi
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/doc/include/fdl.texi,v
retrieving revision 1.4.36.1
diff -u -r1.4.36.1 fdl.texi
--- include/fdl.texi    4 Feb 2003 01:55:38 -0000       1.4.36.1
+++ include/fdl.texi    17 Apr 2003 02:33:10 -0000
@@ -446,13 +446,13 @@
 
 @smallexample
 @group
-  Copyright (C)  @var{year}  @var{your name}.
-  Permission is granted to copy, distribute and/or modify this document
-  under the terms of the GNU Free Documentation License, Version 1.2
-  or any later version published by the Free Software Foundation;
-  with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
-  A copy of the license is included in the section entitled ``GNU
-  Free Documentation License''.
+Copyright (C)  @var{year}  @var{your name}.
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU Free Documentation License, Version 1.2
+or any later version published by the Free Software Foundation;
+with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+A copy of the license is included in the section entitled ``GNU
+Free Documentation License''.
 @end group
 @end smallexample
 
@@ -461,9 +461,9 @@
 
 @smallexample
 @group
-    with the Invariant Sections being @var{list their titles}, with
-    the Front-Cover Texts being @var{list}, and with the Back-Cover Texts
-    being @var{list}.
+  with the Invariant Sections being @var{list their titles}, with
+  the Front-Cover Texts being @var{list}, and with the Back-Cover Texts
+  being @var{list}.
 @end group
 @end smallexample
 
Index: include/gpl.texi
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/doc/include/gpl.texi,v
retrieving revision 1.3
diff -u -r1.3 gpl.texi
--- include/gpl.texi    14 Nov 2001 00:47:42 -0000      1.3
+++ include/gpl.texi    17 Apr 2003 02:33:11 -0000
@@ -7,7 +7,7 @@
 @c man end
 @c man begin COPYRIGHT
 Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
 
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.
@@ -20,7 +20,7 @@
 
 @display
 Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
 
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.
@@ -339,6 +339,10 @@
 @end ifnottex
 
 @page
address@hidden
address@hidden This forces the following section to fit on one page.
address@hidden@address@hidden by @baselineskip
address@hidden iftex
 @unnumberedsec How to Apply These Terms to Your New Programs
 
   If you develop a new program, and you want it to be of the greatest
@@ -365,9 +369,8 @@
 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, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+along with this program; if not, write to the Free Software Foundation,
+Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 @end smallexample
 
 Also add information on how to contact you by electronic and paper mail.
@@ -406,4 +409,8 @@
 consider it more useful to permit linking proprietary applications with the
 library.  If this is what you want to do, use the GNU Library General
 Public License instead of this License.
address@hidden
address@hidden Restore the size of a page.
address@hidden@address@hidden by address@hidden
address@hidden iftex
 @c man end




reply via email to

[Prev in Thread] Current Thread [Next in Thread]