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.
-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.
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.