diff options
author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-02 00:09:44 +0000 |
---|---|---|
committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-02 00:09:44 +0000 |
commit | 4d64599efbc59ddbb23c1c0ad45be8fad2718b92 (patch) | |
tree | 83f7b23f5b629da71133039d700a7d2136681b81 /libstdc++-v3/doc/xml/manual/appendix_contributing.xml | |
parent | 13c27ebc6b46152bc1fe80a8903477822a9164e3 (diff) | |
download | ppe42-gcc-4d64599efbc59ddbb23c1c0ad45be8fad2718b92.tar.gz ppe42-gcc-4d64599efbc59ddbb23c1c0ad45be8fad2718b92.zip |
* doc/xml/manual/appendix_contributing.xml: Remove broken link and
defer to general documentation on contributing to GCC.
* doc/html/*: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197334 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/doc/xml/manual/appendix_contributing.xml')
-rw-r--r-- | libstdc++-v3/doc/xml/manual/appendix_contributing.xml | 31 |
1 files changed, 8 insertions, 23 deletions
diff --git a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml index ab690930295..f5dc67fda11 100644 --- a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml +++ b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml @@ -18,9 +18,12 @@ <para> - The GNU C++ Library follows an open development model. Active - contributors are assigned maintainer-ship responsibility, and given - write access to the source repository. First time contributors + The GNU C++ Library is part of GCC and follows the same development model, + so the general rules for + <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/contribute.html">contributing + to GCC</link> apply. Active + contributors are assigned maintainership responsibility, and given + write access to the source repository. First-time contributors should follow this procedure: </para> @@ -44,7 +47,7 @@ organization is <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.ansi.org">ANSI</link>. (And if you've already registered with them you can - <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://webstore.ansi.org/RecordDetail.aspx?sku=INCITS%2fISO%2fIEC+14882-2003">buy the standard on-line</link>.) + <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://webstore.ansi.org/RecordDetail.aspx?sku=INCITS%2fISO%2fIEC+14882-2012">buy the standard on-line</link>.) </para> </listitem> @@ -58,15 +61,6 @@ <listitem> <para> - The newsgroup dedicated to standardization issues is - comp.std.c++: the - <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.comeaucomputing.com/csc/faq.html">FAQ</link> - for this group is quite useful. - </para> - </listitem> - - <listitem> - <para> Peruse the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.gnu.org/prep/standards/">GNU Coding Standards</link>, and chuckle when you hit the part @@ -95,10 +89,7 @@ <section xml:id="list.copyright"><info><title>Assignment</title></info> <para> - Small changes can be accepted without a copyright assignment form on - file. New code and additions to the library need completed copyright - assignment form on file at the FSF. Note: your employer may be required - to fill out appropriate disclaimer forms as well. + See the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/contribute.html#legal">legal prerequisites</link> for all GCC contributions. </para> <para> @@ -119,12 +110,6 @@ </para> <para> - For more information about getting a copyright assignment, please see - <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.gnu.org/prep/maintain/html_node/Legal-Matters.html">Legal - Matters</link>. - </para> - - <para> Please contact Benjamin Kosnik at <email>bkoz+assign@redhat.com</email> if you are confused about the assignment or have general licensing questions. When |