mirror of
https://github.com/golang/go
synced 2024-11-21 14:24:44 -07:00
Adjust gccgo license references.
gccgo will be distributed under the same license as the rest of the Go code. R=r, rsc http://go/go-review/1024019
This commit is contained in:
parent
4fe4192ac9
commit
9bebe741d2
@ -14,11 +14,8 @@ gccgo</a>.
|
|||||||
<h2>Legal Prerequisites</h2>
|
<h2>Legal Prerequisites</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The <code>gccgo</code> frontend is part of the GCC compiler, and it
|
You must follow the <a href="contribute.html#copyright">Go copyright
|
||||||
follows the <a href="http://gcc.gnu.org/contribute.html">GCC
|
rules.</a>
|
||||||
contribution rules</a>. In particular, for substantial
|
|
||||||
patches—more than 10 lines—you must have a copyright
|
|
||||||
assignment with the Free Software Foundation.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Code</h2>
|
<h2>Code</h2>
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
<p>
|
<p>
|
||||||
This document explains how to use <code>gccgo</code>, a compiler for
|
This document explains how to use <code>gccgo</code>, a compiler for
|
||||||
the Go language. The <code>gccgo</code> compiler is a new frontend
|
the Go language. The <code>gccgo</code> compiler is a new frontend
|
||||||
for <code>gcc</code>, the widely used GNU compiler.
|
for <code>gcc</code>, the widely used GNU compiler. Although the
|
||||||
Like <code>gcc</code> itself, <code>gccgo</code> is free software
|
frontend itself is under a BSD-style license, <code>gccgo</code> is
|
||||||
distributed under
|
normally used as part of <code>gcc</code> and is then covered by
|
||||||
the <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public
|
the <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public
|
||||||
License</a>.
|
License</a>.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user