From patchwork Fri Dec 3 20:41:45 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Ian Lance Taylor X-Patchwork-Id: 74212 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 15B93B708B for ; Sat, 4 Dec 2010 07:42:00 +1100 (EST) Received: (qmail 14561 invoked by alias); 3 Dec 2010 20:41:58 -0000 Received: (qmail 14546 invoked by uid 22791); 3 Dec 2010 20:41:57 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, SPF_HELO_PASS, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 03 Dec 2010 20:41:52 +0000 Received: from hpaq11.eem.corp.google.com (hpaq11.eem.corp.google.com [172.25.149.11]) by smtp-out.google.com with ESMTP id oB3KfnUr005845 for ; Fri, 3 Dec 2010 12:41:50 -0800 Received: from pwj9 (pwj9.prod.google.com [10.241.219.73]) by hpaq11.eem.corp.google.com with ESMTP id oB3KfVbQ014271 for ; Fri, 3 Dec 2010 12:41:48 -0800 Received: by pwj9 with SMTP id 9so1781846pwj.21 for ; Fri, 03 Dec 2010 12:41:48 -0800 (PST) Received: by 10.142.49.10 with SMTP id w10mr2546275wfw.116.1291408907844; Fri, 03 Dec 2010 12:41:47 -0800 (PST) Received: from coign.google.com (dhcp-172-22-123-203.mtv.corp.google.com [172.22.123.203]) by mx.google.com with ESMTPS id x35sm2704505wfd.13.2010.12.03.12.41.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Dec 2010 12:41:46 -0800 (PST) From: Ian Lance Taylor To: Alexandre Oliva Cc: gcc-patches@gcc.gnu.org Subject: Re: Clarify Go copyright license agreement References: Date: Fri, 03 Dec 2010 12:41:45 -0800 In-Reply-To: (Alexandre Oliva's message of "Fri, 03 Dec 2010 18:30:44 -0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Alexandre Oliva writes: > On Dec 3, 2010, Ian Lance Taylor wrote: > >> It currently requires a copyright license agreement. > > IIRC the agreement is a patent license as well, so describing it as a > copyright license agreement isn't accurate either. I think just > “license agreement” would be fine. Thanks. I committed the following. Ian diff -r 21dfe2499e5d go/README --- a/go/README Fri Dec 03 12:36:11 2010 -0800 +++ b/go/README Fri Dec 03 12:40:10 2010 -0800 @@ -40,7 +40,7 @@ The master copy of these files is hosted at http://code.google.com/p/gofrontend . Changes to these files require -signing a Google copyright license agreement. If you are the +signing a Google contributor license agreement. If you are the copyright holder, you will need to agree to the individual contributor license agreement at http://code.google.com/legal/individual-cla-v1.0.html. This agreement diff -r 21dfe2499e5d libgo/README --- a/libgo/README Fri Dec 03 12:36:11 2010 -0800 +++ b/libgo/README Fri Dec 03 12:40:10 2010 -0800 @@ -30,7 +30,7 @@ The master copy of these files is hosted at http://code.google.com/p/gofrontend . Changes to these files require -signing a Google copyright license agreement. If you are the +signing a Google contributor license agreement. If you are the copyright holder, you will need to agree to the individual contributor license agreement at http://code.google.com/legal/individual-cla-v1.0.html. This agreement