OSDN Git Service

fe9055c8bb1dfe029ab05a3dd32018a109a10743
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / doc / html / manual / bk01pt01ch01s02.html
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>License</title><meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /><meta name="keywords" content="&#10;      ISO C++&#10;    , &#10;      library&#10;    " /><link rel="start" href="../spine.html" title="The GNU C++ Library Documentation" /><link rel="up" href="bk01pt01ch01.html" title="Chapter 1. Status" /><link rel="prev" href="bk01pt01ch01.html" title="Chapter 1. Status" /><link rel="next" href="bk01pt01ch01s03.html" title="Bugs" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">License</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="bk01pt01ch01.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Status</th><td width="20%" align="right"> <a accesskey="n" href="bk01pt01ch01s03.html">Next</a></td></tr></table><hr /></div><div class="sect1" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="manual.intro.status.license"></a>License</h2></div></div></div><p>
4     There are two licenses affecting GNU libstdc++: one for the code,
5     and one for the documentation.  
6     </p><p>
7       There is a license section in the FAQ regarding common <a class="link" href="../faq.html#faq.license" title="License">questions</a>. If you have more
8       questions, ask the FSF or the <a class="ulink" href="http://gcc.gnu.org/lists.html" target="_top">gcc mailing list</a>.
9     </p><div class="sect2" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="manual.intro.status.license.gpl"></a>The Code: GPL</h3></div></div></div><p>
10       The source code is distributed under the <a class="link" href="bk01apd.html" title="Appendix D. GNU General Public License">GNU General Public License version 2</a>,
11       with the so-called “<span class="quote">Runtime Exception</span>”
12       as follows (or see any header or implementation file):
13     </p><div class="literallayout"><p><br />
14       As a special exception, you may use this file as part of a free software<br />
15       library without restriction.  Specifically, if other files instantiate<br />
16       templates or use macros or inline functions from this file, or you compile<br />
17       this file and link it with other files to produce an executable, this<br />
18       file does not by itself cause the resulting executable to be covered by<br />
19       the GNU General Public License.  This exception does not however<br />
20       invalidate any other reasons why the executable file might be covered by<br />
21       the GNU General Public License.<br />
22     </p></div><p>
23       Hopefully that text is self-explanatory.  If it isn't, you need to speak
24       to your lawyer, or the Free Software Foundation.
25     </p></div><div class="sect2" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="manual.intro.status.license.fdl"></a>The Documentation: GPL, FDL</h3></div></div></div><p>
26       The documentation shipped with the library and made available over
27       the web, excluding the pages generated from source comments, are
28       copyrighted by the Free Software Foundation, and placed under the
29       <a class="link" href="bk01ape.html" title="Appendix E. GNU Free Documentation License"> GNU Free Documentation
30       License version 1.2</a>.  There are no Front-Cover Texts, no
31       Back-Cover Texts, and no Invariant Sections.
32     </p><p> 
33       For documentation generated by doxygen or other automated tools
34       via processing source code comments and markup, the original source
35       code license applies to the generated files. Thus, the doxygen
36       documents are licensed <a class="link" href="bk01apd.html" title="Appendix D. GNU General Public License">GPL</a>.
37     </p><p>
38       If you plan on making copies of the documentation, please let us know.
39       We can probably offer suggestions.
40     </p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="bk01pt01ch01.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="bk01pt01ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="bk01pt01ch01s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 1. Status </td><td width="20%" align="center"><a accesskey="h" href="../spine.html">Home</a></td><td width="40%" align="right" valign="top"> Bugs</td></tr></table></div></body></html>