git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Re: Reftable format implementation in C and Go
       [not found] <CAFQ2z_Pe1Pdjy22VmCMzf4Gvx3wte1eQRn_PjSisJbr9_y7bbg@mail.gmail.com>
@ 2019-11-20 11:48 ` Johannes Schindelin
       [not found]   ` <CAFQ2z_PiuFe=ZKNaZG3=2AqjcNRb-k5-CYSXeN6MQ0r5sv4S=g@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Johannes Schindelin @ 2019-11-20 11:48 UTC (permalink / raw)
  To: Han-Wen Nienhuys; +Cc: git, Christian Couder

[-- Attachment #1: Type: text/plain, Size: 1174 bytes --]

Hi Han-Wen,

On Tue, 19 Nov 2019, Han-Wen Nienhuys wrote:

> I spent the last few weeks cobbling together an implementation of the
> reftable format in C and in Go. I thought this would be cool to add to
> git-core, but I doubt whether I will have enough time to see such an effort
> through. Maybe some of you would want to  try integrating it into the
> Git-core code base?  Example code is here:
>
>   https://github.com/google/reftable/blob/master/c/api.h#L153

Awesome!

Would you mind, however, to relicense the code under a license compatible
with GPLv2? Currently your code is under the Apache License (which I heard
somewhere is probably incompatible with the GPLv2 used by the Git
project):
https://github.com/google/reftable/blob/6cd8dbb4106d18627f442d3148de71d7db43d4b6/c/api.h#L1-L13

Thanks,
Dscho

>
> cheers!
> --
> Han-Wen Nienhuys - Google Munich
> *I work 80%. Don't expect answers from me on Fridays.*
> --
>
> Google Germany GmbH, Erika-Mann-Strasse 33, 80636 Munich
>
> Registergericht und -nummer: Hamburg, HRB 86891
>
> Sitz der Gesellschaft: Hamburg
>
> Geschäftsführer: Paul Manicle, Halimah DeLaine Prado
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Reftable format implementation in C and Go
       [not found]   ` <CAFQ2z_PiuFe=ZKNaZG3=2AqjcNRb-k5-CYSXeN6MQ0r5sv4S=g@mail.gmail.com>
@ 2019-11-20 14:22     ` Han-Wen Nienhuys
  2019-11-20 14:34       ` Pratyush Yadav
  0 siblings, 1 reply; 3+ messages in thread
From: Han-Wen Nienhuys @ 2019-11-20 14:22 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: git, Christian Couder

On Wed, Nov 20, 2019 at 6:19 AM Han-Wen Nienhuys <hanwen@google.com> wrote:
>> Would you mind, however, to relicense the code under a license compatible
>> with GPLv2? Currently your code is under the Apache License (which I heard
>> somewhere is probably incompatible with the GPLv2 used by the Git
>> project):
>> https://github.com/google/reftable/blob/6cd8dbb4106d18627f442d3148de71d7db43d4b6/c/api.h#L1-L13
>>

according to our open source lawyers, Apache is actually compatible
with GPLv2, but I think we could dual-license the code.


-- 
Han-Wen Nienhuys - Google Munich
I work 80%. Don't expect answers from me on Fridays.
--
Google Germany GmbH, Erika-Mann-Strasse 33, 80636 Munich
Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Geschäftsführer: Paul Manicle, Halimah DeLaine Prado

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Reftable format implementation in C and Go
  2019-11-20 14:22     ` Han-Wen Nienhuys
@ 2019-11-20 14:34       ` Pratyush Yadav
  0 siblings, 0 replies; 3+ messages in thread
From: Pratyush Yadav @ 2019-11-20 14:34 UTC (permalink / raw)
  To: Han-Wen Nienhuys; +Cc: Johannes Schindelin, git, Christian Couder

On 20/11/19 06:22AM, Han-Wen Nienhuys wrote:
> On Wed, Nov 20, 2019 at 6:19 AM Han-Wen Nienhuys <hanwen@google.com> wrote:
> >> Would you mind, however, to relicense the code under a license compatible
> >> with GPLv2? Currently your code is under the Apache License (which I heard
> >> somewhere is probably incompatible with the GPLv2 used by the Git
> >> project):
> >> https://github.com/google/reftable/blob/6cd8dbb4106d18627f442d3148de71d7db43d4b6/c/api.h#L1-L13
> >>
> 
> according to our open source lawyers, Apache is actually compatible
> with GPLv2, but I think we could dual-license the code.

The GNU website [0] says:

  Apache License, Version 2.0

    This is a free software license, compatible with version 3 of the GNU GPL.

    Please note that this license is not compatible with GPL version 2, 
    because it has some requirements that are not in that GPL version. 
    These include certain patent termination and indemnification 
    provisions. The patent termination provision is a good thing, which 
    is why we recommend the Apache 2.0 license for substantial programs 
    over other lax permissive licenses.

[0] https://www.gnu.org/licenses/license-list.html#apache2

-- 
Regards,
Pratyush Yadav

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-20 14:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAFQ2z_Pe1Pdjy22VmCMzf4Gvx3wte1eQRn_PjSisJbr9_y7bbg@mail.gmail.com>
2019-11-20 11:48 ` Reftable format implementation in C and Go Johannes Schindelin
     [not found]   ` <CAFQ2z_PiuFe=ZKNaZG3=2AqjcNRb-k5-CYSXeN6MQ0r5sv4S=g@mail.gmail.com>
2019-11-20 14:22     ` Han-Wen Nienhuys
2019-11-20 14:34       ` Pratyush Yadav

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).