From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Hommey Subject: Re: GSoC 2010 Date: Fri, 12 Feb 2010 11:07:58 +0100 Message-ID: <20100212100758.GA23461@glandium.org> References: <20100212080620.GA31719@dcvr.yhbt.net> <20100212091635.GA22942@glandium.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Johannes Schindelin , Eric Wong , Daniel Barkalow , Jeff King , "Shawn O. Pearce" , Git List To: Sverre Rabbelier X-From: git-owner@vger.kernel.org Fri Feb 12 11:08:17 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NfsRd-0002iN-5g for gcvg-git-2@lo.gmane.org; Fri, 12 Feb 2010 11:08:17 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753302Ab0BLKIL (ORCPT ); Fri, 12 Feb 2010 05:08:11 -0500 Received: from vuizook.err.no ([85.19.221.46]:40573 "EHLO vuizook.err.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753120Ab0BLKIK (ORCPT ); Fri, 12 Feb 2010 05:08:10 -0500 Received: from cha92-13-88-165-248-19.fbx.proxad.net ([88.165.248.19] helo=jigen) by vuizook.err.no with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1NfsRL-00070Z-1R; Fri, 12 Feb 2010 11:08:01 +0100 Received: from mh by jigen with local (Exim 4.71) (envelope-from ) id 1NfsRK-00066w-1d; Fri, 12 Feb 2010 11:07:58 +0100 Content-Disposition: inline In-Reply-To: X-GPG-Fingerprint: A479 A824 265C B2A5 FC54 8D1E DE4B DA2C 54FD 2A58 User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Status: (score 0.1): No, score=0.1 required=5.0 tests=RDNS_DYNAMIC autolearn=disabled version=3.2.4 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Fri, Feb 12, 2010 at 10:32:44AM +0100, Sverre Rabbelier wrote: > Heya, > > On Fri, Feb 12, 2010 at 10:35, Johannes Schindelin > wrote: > > On Fri, 12 Feb 2010, Mike Hommey wrote: > >> It is already mentioned on the wiki that this would probably be a > >> problem, license-wise. (the svn library is Apache license, which is > >> incompatible with GPLv2) > > Yeah, guess who put that there ;). > > > So git-remote-svn would have to be under an Apache-compatible license, so > > what? It is not as if git-remote-svn was a derivative work of Git, just > > because it abides by a very simple command-line interface that happens to > > be defined in Git, but would work anywhere else, too. > > Excellent point, I think we could safely argue that if we only expose > 'import' and 'export' (so adhere to the fast-import/fast-export format > that is already widely used), that it is indeed not a derative work. It is not so clear when you begin to use facilities such as strbuf, etc. Maybe dual-licensing these parts would be enough, though, but that still means doing some homework (getting approval from all contributors) Mike