[DOCPATCH] 3.3, make the GPL fix nicely into a few pages

James A Morrison ja2morri@student.math.uwaterloo.ca
Thu Apr 17 06:20:00 GMT 2003


Hey,

  This patch is by Simon Law and gets the gpl to fit into one less
page.  Also, bugreport.texi still doesn't have the extra line that he
added a while ago.

James A. Morrison

2003-04-17  Simon Law  <sfllaw@engmail.uwaterloo.ca>

	* bugreport.texi: Fixed paragraph breaking between sections.  
	This is in preparation for TeXinfo's paragraph indentation fixes.

	* include/gpl.texi: Fix double-spacing after "MA" to match
	the one provided by the FSF.

	* include/gpl.texi: Temporarily enlarge a page so that the
	"How to Apply These Terms to Your New Programs" section fits on
	one page.

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: 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
+@iftex
+@c This forces the following section to fit on one page.
+@global@advance@vsize by @baselineskip
+@end 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.
+@iftex
+@c Restore the size of a page.
+@global@advance@vsize by -@baselineskip
+@end iftex
 @c man end



More information about the Gcc-patches mailing list