From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31695 invoked by alias); 25 Apr 2010 17:05:20 -0000 Received: (qmail 31449 invoked by uid 22791); 25 Apr 2010 17:05:18 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SARE_MSGID_LONG45 X-Spam-Check-By: sourceware.org Received: from mail-qy0-f199.google.com (HELO mail-qy0-f199.google.com) (209.85.221.199) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 25 Apr 2010 17:05:11 +0000 Received: by qyk37 with SMTP id 37so8002871qyk.8 for ; Sun, 25 Apr 2010 10:05:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.72.95 with SMTP id l31mr848134qaj.194.1272215109800; Sun, 25 Apr 2010 10:05:09 -0700 (PDT) Received: by 10.224.11.84 with HTTP; Sun, 25 Apr 2010 10:05:09 -0700 (PDT) In-Reply-To: References: <9FD5A5B2-7195-409C-BA23-5DCF2283FC7D@apple.com> <11004251633.AA01720@vlsi1.ultra.nyu.edu> Date: Sun, 25 Apr 2010 17:08:00 -0000 Message-ID: Subject: Re: Why not contribute? (to GCC) From: Steven Bosscher To: Michael Witten Cc: Richard Kenner , clattner@apple.com, gcc@gcc.gnu.org, lopezibanez@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2010-04/txt/msg00720.txt.bz2 On Sun, Apr 25, 2010 at 6:48 PM, Michael Witten wrote: > On Sun, Apr 25, 2010 at 11:33, Richard Kenner > If I submit a patch to the GCC project---necessitating an assignment > of the copyright to the FSF---then can the people of the FSF decide > that they don't want me to distribute my own work in another project > (proprietary or otherwise)? No. This is very explicitly mentioned in the copyright assignment papers. For example, from my own copy (2002): "1.(d) FSF agrees to grant back to Developer, and does hereby grant, non-exclusive, royalty-free and non-cancellable rights to use the Works (i.e., Developer's changes and/or enhancements, not The Program that they enhance), as Developer sees fit." In other words, you can distribute your own work in another project in any way you want. Ciao! Steven