aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2001-04-30 22:46:01 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2001-04-30 22:46:01 +0000
commitc3aac51278b48f1571a2ff73b567ff108741c588 (patch)
tree52963658be3349969e94d39564b26e413f4acc7f /libstdc++-v3
parent5fd893d507445801b27c0ebb36b4b802b4df86af (diff)
downloadgcc-c3aac51278b48f1571a2ff73b567ff108741c588.zip
gcc-c3aac51278b48f1571a2ff73b567ff108741c588.tar.gz
gcc-c3aac51278b48f1571a2ff73b567ff108741c588.tar.bz2
fdl.texi: New file.
* 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. From-SVN: r41700
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/porting.texi41
2 files changed, 31 insertions, 14 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index acbaaff..b0646a9 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-30 Mark Mitchell <mark@codesourcery.com>
+
+ * porting.texi: Use the GFDL.
+
2001-04-30 Benjamin Kosnik <bkoz@redhat.com>
libstdc++/2627
diff --git a/libstdc++-v3/porting.texi b/libstdc++-v3/porting.texi
index 166876c..7d42171 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 ---------------------------------------------------------------------