From 9bebe741d269d10282308e0354eb624febeef54e Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 7 Nov 2009 23:42:58 -0800 Subject: [PATCH] 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 --- doc/gccgo_contribute.html | 7 ++----- doc/gccgo_install.html | 6 +++--- 2 files changed, 5 insertions(+), 8 deletions(-) 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.