diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-30 22:46:01 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-30 22:46:01 +0000 |
commit | 794858643c14c0c33c3f35ea1a67ff2df686f4ad (patch) | |
tree | 52963658be3349969e94d39564b26e413f4acc7f /libstdc++-v3/porting.texi | |
parent | 7c24d881fe0516dd94a50d64f640ed7c36ec3728 (diff) | |
download | gcc-794858643c14c0c33c3f35ea1a67ff2df686f4ad.tar.gz |
* fdl.texi: New file.
* c-tree.texi: Use the GFDL.
* gcc.texi: Likewise.
* porting.texi: Use the GFDL.
* objc-features.texi: Use the GFDL.
* gxxint.texi: Remove.
* Make-lang.in: Remove all traces of gxxint.texi.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41700 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/porting.texi')
-rw-r--r-- | libstdc++-v3/porting.texi | 41 |
1 files changed, 27 insertions, 14 deletions
diff --git a/libstdc++-v3/porting.texi b/libstdc++-v3/porting.texi index 166876c3315..7d421713dc2 100644 --- a/libstdc++-v3/porting.texi +++ b/libstdc++-v3/porting.texi @@ -1,15 +1,3 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% File: porting.texi -% Author: Mark Mitchell -% Date: 11/21/2000 -% -% Contents: -% -% Copyright (c) 2000 by Free Software Foundation, Inc. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - \input texinfo @c --------------------------------------------------------------------- @@ -24,7 +12,7 @@ This file explains how to port libstdc++-v3 (the GNU C++ library) to a new target. -Copyright (c) 2000 Free Software Foundation, Inc. +Copyright (c) 2000, 2001 Free Software Foundation, Inc. @end ifinfo @c --------------------------------------------------------------------- @@ -36,7 +24,25 @@ Copyright (c) 2000 Free Software Foundation, Inc. @author Mark Mitchell @page @vskip 0pt plus 1filll -Copyright @copyright{} 2000 Free Software Foundation, Inc. +Copyright @copyright{} 2000, 2001 Free Software Foundation, Inc. + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.1 or +any later version published by the Free Software Foundation; with the +Invariant Sections being ``GNU General Public License'', the Front-Cover +texts being (a) (see below), and with the Back-Cover Texts being (b) +(see below). A copy of the license is included in the section entitled +``GNU Free Documentation License''. + +(a) The FSF's Front-Cover Text is: + + A GNU Manual + +(b) The FSF's Back-Cover Text is: + + You have freedom to copy and modify this GNU Manual, like GNU + software. Copies published by the Free Software Foundation raise + funds for GNU development. @end titlepage @c --------------------------------------------------------------------- @@ -69,6 +75,7 @@ Here are the primary steps required to port the library: * Character types:: Implementing character classification. * Thread safety:: Implementing atomic operations. * Libtool:: Using libtool. +* GNU Free Documentation License:: How you can copy and share this manual. @end menu @c --------------------------------------------------------------------- @@ -448,6 +455,12 @@ that sets @code{archive_cmds}. Here, adjust the setting for your operating system. @c --------------------------------------------------------------------- +@c GFDL +@c --------------------------------------------------------------------- + +@include fdl.texi + +@c --------------------------------------------------------------------- @c Epilogue @c --------------------------------------------------------------------- |