diff --git a/doc/gccgo_contribute.html b/doc/gccgo_contribute.html index 5b6dba00329..844f676d805 100644 --- a/doc/gccgo_contribute.html +++ b/doc/gccgo_contribute.html @@ -14,11 +14,8 @@ gccgo.

Legal Prerequisites

-The gccgo frontend is part of the GCC compiler, and it -follows the GCC -contribution rules. In particular, for substantial -patches—more than 10 lines—you must have a copyright -assignment with the Free Software Foundation. +You must follow the Go copyright +rules.

Code

diff --git a/doc/gccgo_install.html b/doc/gccgo_install.html index b9ca4c62309..27d93e8bc78 100644 --- a/doc/gccgo_install.html +++ b/doc/gccgo_install.html @@ -3,9 +3,9 @@

This document explains how to use gccgo, a compiler for the Go language. The gccgo compiler is a new frontend -for gcc, the widely used GNU compiler. -Like gcc itself, gccgo is free software -distributed under +for gcc, the widely used GNU compiler. Although the +frontend itself is under a BSD-style license, gccgo is +normally used as part of gcc and is then covered by the GNU General Public License.