mailing list of musl libc
 help / color / mirror / code / Atom feed
* Proposed COPYRIGHT file changes to resolve "PD" issue
@ 2016-04-11  4:14 Rich Felker
  2016-04-13 19:57 ` Christopher Lane
  0 siblings, 1 reply; 9+ messages in thread
From: Rich Felker @ 2016-04-11  4:14 UTC (permalink / raw)
  To: musl; +Cc: Christopher Lane

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

After the previous discussions on the list, I spoke with one of
Google's lawyers on the phone. It's taken me a while to follow up
after that because I was away at ELC last week, but I think we have a
good resolution as long as there are no objections.

Where I was coming from was not wanting license crap to be an obstacle
to adoption of musl (after all, that's why I relicensed from LGPL to
MIT in the first place) but also not wanting to scrub my/our belief
that some of these files are non-copyrightable or retroactively claim
ownership of something we can't own.

Where they were coming from was a context of dealing with courts
wrongly (this is my opinion I'm injecting here) deeming interfaces to
be copyrightable, and having to spend ridiculously disproportionate
effort to determine if the license actually gives them permission to
use all the code.

While I don't really agree that they actually have cause for concern
in musl's case, I do agree that the simple fact that the current text
is causing concern means there's something wrong with it. A license
should not make you have to stop and think about whether you can
actually use the software, and certainly shouldn't necessitate 60+
message mailing list threads.

The proposal we reached on the phone call was that I would try
improving the previous patch to no longer make a statement about the
copyrightability of the files in question, but to note that we
expressed such a belief in the past. No new statement that we _do_
hold copyright over these files is made, but the grants of permission
are made unconditionally (i.e. without any conditions like "if these
files are found to be subject to copyright...").

How does this sound? See the attached patch for the specific wording
proposed and let me know if you have constructive ideas for improving
it. On our side, it's really the agreement of the contributors of the
affected code (I have a draft list of them in the patch) that matters,
but I'd welcome input from others too. Also, the patch itself has not
been run by Google's side yet -- I'm doing this all in the open -- so
there still may be further feedback/input from their side.

Rich

[-- Attachment #2: google2.diff --]
[-- Type: text/plain, Size: 2559 bytes --]

diff --git a/COPYRIGHT b/COPYRIGHT
index 7768600..1c3de21 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -115,10 +115,8 @@ licensed under following terms: "Permission to use, copy, modify,
 and/or distribute this code for any purpose with or without fee is
 hereby granted. There is no warranty."
 
-The x86_64 port was written by Nicholas J. Kain. Several files (crt)
-were released into the public domain; others are licensed under the
-standard MIT license terms at the top of this file. See individual
-files for their copyright status.
+The x86_64 port was written by Nicholas J. Kain and is licensed under
+the standard MIT terms.
 
 The mips and microblaze ports were originally written by Richard
 Pennington for use in the ellcc project. The original code was adapted
@@ -140,15 +138,26 @@ can be found in the git version control history of the project. The
 omission of copyright and license comments in each file is in the
 interest of source tree size.
 
-All public header files (include/* and arch/*/bits/*) should be
-treated as Public Domain as they intentionally contain no content
-which can be covered by copyright. Some source modules may fall in
-this category as well. If you believe that a file is so trivial that
-it should be in the Public Domain, please contact the authors and
-request an explicit statement releasing it from copyright.
+In addition, permission is hereby granted for all public header files
+(include/* and arch/*/bits/*) and crt files intended to be linked into
+applications (crt/*, ldso/dlstart.c, and arch/*/crt_arch.h) to omit
+the copyright notice and permission notice otherwise required by the
+license, and to use these files without any requirement of
+attribution. These files include substantial contributions from:
 
-The following files are trivial, believed not to be copyrightable in
-the first place, and hereby explicitly released to the Public Domain:
+[draft, check this list!]
+Bobby Bingham
+Nicholas J. Kain
+Rich Felker
+Richard Pennington
+Stefan Kristiansson
+Szabolcs Nagy
+
+all of whom have explicitly granted such permission.
 
-All public headers: include/*, arch/*/bits/*
-Startup files: crt/*
+This file previously contained text expressing a belief that most of
+the files covered by the above exception were sufficiently trivial not
+to be subject to copyright, resulting in confusion over whether it
+negated the permissions granted in the license. In the spirit of
+permissive licensing, and of not having licensing issues being an
+obstacle to adoption, that text has been removed.

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

* Re: Proposed COPYRIGHT file changes to resolve "PD" issue
  2016-04-11  4:14 Proposed COPYRIGHT file changes to resolve "PD" issue Rich Felker
@ 2016-04-13 19:57 ` Christopher Lane
  2016-04-13 20:35   ` Rich Felker
  0 siblings, 1 reply; 9+ messages in thread
From: Christopher Lane @ 2016-04-13 19:57 UTC (permalink / raw)
  To: Rich Felker; +Cc: musl

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

Rich,

Our lawyers just got back to me: looks good to us.  Thanks so much for all
the time spent on this.

On Sun, Apr 10, 2016 at 9:14 PM, Rich Felker <dalias@libc.org> wrote:

> After the previous discussions on the list, I spoke with one of
> Google's lawyers on the phone. It's taken me a while to follow up
> after that because I was away at ELC last week, but I think we have a
> good resolution as long as there are no objections.
>
> Where I was coming from was not wanting license crap to be an obstacle
> to adoption of musl (after all, that's why I relicensed from LGPL to
> MIT in the first place) but also not wanting to scrub my/our belief
> that some of these files are non-copyrightable or retroactively claim
> ownership of something we can't own.
>
> Where they were coming from was a context of dealing with courts
> wrongly (this is my opinion I'm injecting here) deeming interfaces to
> be copyrightable, and having to spend ridiculously disproportionate
> effort to determine if the license actually gives them permission to
> use all the code.
>
> While I don't really agree that they actually have cause for concern
> in musl's case, I do agree that the simple fact that the current text
> is causing concern means there's something wrong with it. A license
> should not make you have to stop and think about whether you can
> actually use the software, and certainly shouldn't necessitate 60+
> message mailing list threads.
>
> The proposal we reached on the phone call was that I would try
> improving the previous patch to no longer make a statement about the
> copyrightability of the files in question, but to note that we
> expressed such a belief in the past. No new statement that we _do_
> hold copyright over these files is made, but the grants of permission
> are made unconditionally (i.e. without any conditions like "if these
> files are found to be subject to copyright...").
>
> How does this sound? See the attached patch for the specific wording
> proposed and let me know if you have constructive ideas for improving
> it. On our side, it's really the agreement of the contributors of the
> affected code (I have a draft list of them in the patch) that matters,
> but I'd welcome input from others too. Also, the patch itself has not
> been run by Google's side yet -- I'm doing this all in the open -- so
> there still may be further feedback/input from their side.
>
> Rich
>



-- 
kthxbai
:wq

[-- Attachment #2: Type: text/html, Size: 3079 bytes --]

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

* Re: Re: Proposed COPYRIGHT file changes to resolve "PD" issue
  2016-04-13 19:57 ` Christopher Lane
@ 2016-04-13 20:35   ` Rich Felker
  2016-04-14 14:09     ` Sebastian Gottschall
  2016-04-14 17:56     ` George Kulakowski
  0 siblings, 2 replies; 9+ messages in thread
From: Rich Felker @ 2016-04-13 20:35 UTC (permalink / raw)
  To: Christopher Lane; +Cc: musl

On Wed, Apr 13, 2016 at 12:57:06PM -0700, Christopher Lane wrote:
> Rich,
> 
> Our lawyers just got back to me: looks good to us.  Thanks so much for all
> the time spent on this.

At one point you said you would check the list of contributors you
wanted to get clarification from. Does the list I put in the proposed
patch look complete to you? I tried to include port contributors who
wrote significant new stuff for these files but not anyone who just
made minor patches to existing files or just copied existing files
with minimal/no changes from an existing port.

Rich


> On Sun, Apr 10, 2016 at 9:14 PM, Rich Felker <dalias@libc.org> wrote:
> 
> > After the previous discussions on the list, I spoke with one of
> > Google's lawyers on the phone. It's taken me a while to follow up
> > after that because I was away at ELC last week, but I think we have a
> > good resolution as long as there are no objections.
> >
> > Where I was coming from was not wanting license crap to be an obstacle
> > to adoption of musl (after all, that's why I relicensed from LGPL to
> > MIT in the first place) but also not wanting to scrub my/our belief
> > that some of these files are non-copyrightable or retroactively claim
> > ownership of something we can't own.
> >
> > Where they were coming from was a context of dealing with courts
> > wrongly (this is my opinion I'm injecting here) deeming interfaces to
> > be copyrightable, and having to spend ridiculously disproportionate
> > effort to determine if the license actually gives them permission to
> > use all the code.
> >
> > While I don't really agree that they actually have cause for concern
> > in musl's case, I do agree that the simple fact that the current text
> > is causing concern means there's something wrong with it. A license
> > should not make you have to stop and think about whether you can
> > actually use the software, and certainly shouldn't necessitate 60+
> > message mailing list threads.
> >
> > The proposal we reached on the phone call was that I would try
> > improving the previous patch to no longer make a statement about the
> > copyrightability of the files in question, but to note that we
> > expressed such a belief in the past. No new statement that we _do_
> > hold copyright over these files is made, but the grants of permission
> > are made unconditionally (i.e. without any conditions like "if these
> > files are found to be subject to copyright...").
> >
> > How does this sound? See the attached patch for the specific wording
> > proposed and let me know if you have constructive ideas for improving
> > it. On our side, it's really the agreement of the contributors of the
> > affected code (I have a draft list of them in the patch) that matters,
> > but I'd welcome input from others too. Also, the patch itself has not
> > been run by Google's side yet -- I'm doing this all in the open -- so
> > there still may be further feedback/input from their side.
> >
> > Rich
> >
> 
> 
> 
> -- 
> kthxbai
> :wq


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

* Re: Re: Proposed COPYRIGHT file changes to resolve "PD" issue
  2016-04-13 20:35   ` Rich Felker
@ 2016-04-14 14:09     ` Sebastian Gottschall
  2016-04-14 17:56     ` George Kulakowski
  1 sibling, 0 replies; 9+ messages in thread
From: Sebastian Gottschall @ 2016-04-14 14:09 UTC (permalink / raw)
  To: musl

any news?


Am 13.04.2016 um 22:35 schrieb Rich Felker:
> On Wed, Apr 13, 2016 at 12:57:06PM -0700, Christopher Lane wrote:
>> Rich,
>>
>> Our lawyers just got back to me: looks good to us.  Thanks so much for all
>> the time spent on this.
> At one point you said you would check the list of contributors you
> wanted to get clarification from. Does the list I put in the proposed
> patch look complete to you? I tried to include port contributors who
> wrote significant new stuff for these files but not anyone who just
> made minor patches to existing files or just copied existing files
> with minimal/no changes from an existing port.
>
> Rich
>
>
>> On Sun, Apr 10, 2016 at 9:14 PM, Rich Felker <dalias@libc.org> wrote:
>>
>>> After the previous discussions on the list, I spoke with one of
>>> Google's lawyers on the phone. It's taken me a while to follow up
>>> after that because I was away at ELC last week, but I think we have a
>>> good resolution as long as there are no objections.
>>>
>>> Where I was coming from was not wanting license crap to be an obstacle
>>> to adoption of musl (after all, that's why I relicensed from LGPL to
>>> MIT in the first place) but also not wanting to scrub my/our belief
>>> that some of these files are non-copyrightable or retroactively claim
>>> ownership of something we can't own.
>>>
>>> Where they were coming from was a context of dealing with courts
>>> wrongly (this is my opinion I'm injecting here) deeming interfaces to
>>> be copyrightable, and having to spend ridiculously disproportionate
>>> effort to determine if the license actually gives them permission to
>>> use all the code.
>>>
>>> While I don't really agree that they actually have cause for concern
>>> in musl's case, I do agree that the simple fact that the current text
>>> is causing concern means there's something wrong with it. A license
>>> should not make you have to stop and think about whether you can
>>> actually use the software, and certainly shouldn't necessitate 60+
>>> message mailing list threads.
>>>
>>> The proposal we reached on the phone call was that I would try
>>> improving the previous patch to no longer make a statement about the
>>> copyrightability of the files in question, but to note that we
>>> expressed such a belief in the past. No new statement that we _do_
>>> hold copyright over these files is made, but the grants of permission
>>> are made unconditionally (i.e. without any conditions like "if these
>>> files are found to be subject to copyright...").
>>>
>>> How does this sound? See the attached patch for the specific wording
>>> proposed and let me know if you have constructive ideas for improving
>>> it. On our side, it's really the agreement of the contributors of the
>>> affected code (I have a draft list of them in the patch) that matters,
>>> but I'd welcome input from others too. Also, the patch itself has not
>>> been run by Google's side yet -- I'm doing this all in the open -- so
>>> there still may be further feedback/input from their side.
>>>
>>> Rich
>>>
>>
>>
>> -- 
>> kthxbai
>> :wq



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

* Re: Re: Proposed COPYRIGHT file changes to resolve "PD" issue
  2016-04-13 20:35   ` Rich Felker
  2016-04-14 14:09     ` Sebastian Gottschall
@ 2016-04-14 17:56     ` George Kulakowski
  2016-05-28 11:50       ` Alba Pompeo
  1 sibling, 1 reply; 9+ messages in thread
From: George Kulakowski @ 2016-04-14 17:56 UTC (permalink / raw)
  To: musl, Christopher Lane

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

Hi Rich,

rofl0r <retnyg@gmx.net> is the only other contributor we found to have made
any changes to those files.

On Wed, Apr 13, 2016 at 1:35 PM Rich Felker <dalias@libc.org> wrote:

> On Wed, Apr 13, 2016 at 12:57:06PM -0700, Christopher Lane wrote:
> > Rich,
> >
> > Our lawyers just got back to me: looks good to us.  Thanks so much for
> all
> > the time spent on this.
>
> At one point you said you would check the list of contributors you
> wanted to get clarification from. Does the list I put in the proposed
> patch look complete to you? I tried to include port contributors who
> wrote significant new stuff for these files but not anyone who just
> made minor patches to existing files or just copied existing files
> with minimal/no changes from an existing port.
>
> Rich
>
>
> > On Sun, Apr 10, 2016 at 9:14 PM, Rich Felker <dalias@libc.org> wrote:
> >
> > > After the previous discussions on the list, I spoke with one of
> > > Google's lawyers on the phone. It's taken me a while to follow up
> > > after that because I was away at ELC last week, but I think we have a
> > > good resolution as long as there are no objections.
> > >
> > > Where I was coming from was not wanting license crap to be an obstacle
> > > to adoption of musl (after all, that's why I relicensed from LGPL to
> > > MIT in the first place) but also not wanting to scrub my/our belief
> > > that some of these files are non-copyrightable or retroactively claim
> > > ownership of something we can't own.
> > >
> > > Where they were coming from was a context of dealing with courts
> > > wrongly (this is my opinion I'm injecting here) deeming interfaces to
> > > be copyrightable, and having to spend ridiculously disproportionate
> > > effort to determine if the license actually gives them permission to
> > > use all the code.
> > >
> > > While I don't really agree that they actually have cause for concern
> > > in musl's case, I do agree that the simple fact that the current text
> > > is causing concern means there's something wrong with it. A license
> > > should not make you have to stop and think about whether you can
> > > actually use the software, and certainly shouldn't necessitate 60+
> > > message mailing list threads.
> > >
> > > The proposal we reached on the phone call was that I would try
> > > improving the previous patch to no longer make a statement about the
> > > copyrightability of the files in question, but to note that we
> > > expressed such a belief in the past. No new statement that we _do_
> > > hold copyright over these files is made, but the grants of permission
> > > are made unconditionally (i.e. without any conditions like "if these
> > > files are found to be subject to copyright...").
> > >
> > > How does this sound? See the attached patch for the specific wording
> > > proposed and let me know if you have constructive ideas for improving
> > > it. On our side, it's really the agreement of the contributors of the
> > > affected code (I have a draft list of them in the patch) that matters,
> > > but I'd welcome input from others too. Also, the patch itself has not
> > > been run by Google's side yet -- I'm doing this all in the open -- so
> > > there still may be further feedback/input from their side.
> > >
> > > Rich
> > >
> >
> >
> >
> > --
> > kthxbai
> > :wq
>

[-- Attachment #2: Type: text/html, Size: 4244 bytes --]

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

* Re: Re: Proposed COPYRIGHT file changes to resolve "PD" issue
  2016-04-14 17:56     ` George Kulakowski
@ 2016-05-28 11:50       ` Alba Pompeo
  2016-05-28 15:45         ` Christopher Lane
  0 siblings, 1 reply; 9+ messages in thread
From: Alba Pompeo @ 2016-05-28 11:50 UTC (permalink / raw)
  To: musl; +Cc: Christopher Lane

Was a resolution reached?


On Thu, Apr 14, 2016 at 2:56 PM, George Kulakowski
<kulakowski@google.com> wrote:
> Hi Rich,
>
> rofl0r <retnyg@gmx.net> is the only other contributor we found to have made
> any changes to those files.
>
> On Wed, Apr 13, 2016 at 1:35 PM Rich Felker <dalias@libc.org> wrote:
>>
>> On Wed, Apr 13, 2016 at 12:57:06PM -0700, Christopher Lane wrote:
>> > Rich,
>> >
>> > Our lawyers just got back to me: looks good to us.  Thanks so much for
>> > all
>> > the time spent on this.
>>
>> At one point you said you would check the list of contributors you
>> wanted to get clarification from. Does the list I put in the proposed
>> patch look complete to you? I tried to include port contributors who
>> wrote significant new stuff for these files but not anyone who just
>> made minor patches to existing files or just copied existing files
>> with minimal/no changes from an existing port.
>>
>> Rich
>>
>>
>> > On Sun, Apr 10, 2016 at 9:14 PM, Rich Felker <dalias@libc.org> wrote:
>> >
>> > > After the previous discussions on the list, I spoke with one of
>> > > Google's lawyers on the phone. It's taken me a while to follow up
>> > > after that because I was away at ELC last week, but I think we have a
>> > > good resolution as long as there are no objections.
>> > >
>> > > Where I was coming from was not wanting license crap to be an obstacle
>> > > to adoption of musl (after all, that's why I relicensed from LGPL to
>> > > MIT in the first place) but also not wanting to scrub my/our belief
>> > > that some of these files are non-copyrightable or retroactively claim
>> > > ownership of something we can't own.
>> > >
>> > > Where they were coming from was a context of dealing with courts
>> > > wrongly (this is my opinion I'm injecting here) deeming interfaces to
>> > > be copyrightable, and having to spend ridiculously disproportionate
>> > > effort to determine if the license actually gives them permission to
>> > > use all the code.
>> > >
>> > > While I don't really agree that they actually have cause for concern
>> > > in musl's case, I do agree that the simple fact that the current text
>> > > is causing concern means there's something wrong with it. A license
>> > > should not make you have to stop and think about whether you can
>> > > actually use the software, and certainly shouldn't necessitate 60+
>> > > message mailing list threads.
>> > >
>> > > The proposal we reached on the phone call was that I would try
>> > > improving the previous patch to no longer make a statement about the
>> > > copyrightability of the files in question, but to note that we
>> > > expressed such a belief in the past. No new statement that we _do_
>> > > hold copyright over these files is made, but the grants of permission
>> > > are made unconditionally (i.e. without any conditions like "if these
>> > > files are found to be subject to copyright...").
>> > >
>> > > How does this sound? See the attached patch for the specific wording
>> > > proposed and let me know if you have constructive ideas for improving
>> > > it. On our side, it's really the agreement of the contributors of the
>> > > affected code (I have a draft list of them in the patch) that matters,
>> > > but I'd welcome input from others too. Also, the patch itself has not
>> > > been run by Google's side yet -- I'm doing this all in the open -- so
>> > > there still may be further feedback/input from their side.
>> > >
>> > > Rich
>> > >
>> >
>> >
>> >
>> > --
>> > kthxbai
>> > :wq


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

* Re: Re: Proposed COPYRIGHT file changes to resolve "PD" issue
  2016-05-28 11:50       ` Alba Pompeo
@ 2016-05-28 15:45         ` Christopher Lane
  2016-05-28 15:58           ` Alba Pompeo
  0 siblings, 1 reply; 9+ messages in thread
From: Christopher Lane @ 2016-05-28 15:45 UTC (permalink / raw)
  To: Alba Pompeo; +Cc: musl

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

Yes, and the changes were merged.
On May 28, 2016 4:50 AM, "Alba Pompeo" <albapompeo@gmail.com> wrote:

> Was a resolution reached?
>
>
> On Thu, Apr 14, 2016 at 2:56 PM, George Kulakowski
> <kulakowski@google.com> wrote:
> > Hi Rich,
> >
> > rofl0r <retnyg@gmx.net> is the only other contributor we found to have
> made
> > any changes to those files.
> >
> > On Wed, Apr 13, 2016 at 1:35 PM Rich Felker <dalias@libc.org> wrote:
> >>
> >> On Wed, Apr 13, 2016 at 12:57:06PM -0700, Christopher Lane wrote:
> >> > Rich,
> >> >
> >> > Our lawyers just got back to me: looks good to us.  Thanks so much for
> >> > all
> >> > the time spent on this.
> >>
> >> At one point you said you would check the list of contributors you
> >> wanted to get clarification from. Does the list I put in the proposed
> >> patch look complete to you? I tried to include port contributors who
> >> wrote significant new stuff for these files but not anyone who just
> >> made minor patches to existing files or just copied existing files
> >> with minimal/no changes from an existing port.
> >>
> >> Rich
> >>
> >>
> >> > On Sun, Apr 10, 2016 at 9:14 PM, Rich Felker <dalias@libc.org> wrote:
> >> >
> >> > > After the previous discussions on the list, I spoke with one of
> >> > > Google's lawyers on the phone. It's taken me a while to follow up
> >> > > after that because I was away at ELC last week, but I think we have
> a
> >> > > good resolution as long as there are no objections.
> >> > >
> >> > > Where I was coming from was not wanting license crap to be an
> obstacle
> >> > > to adoption of musl (after all, that's why I relicensed from LGPL to
> >> > > MIT in the first place) but also not wanting to scrub my/our belief
> >> > > that some of these files are non-copyrightable or retroactively
> claim
> >> > > ownership of something we can't own.
> >> > >
> >> > > Where they were coming from was a context of dealing with courts
> >> > > wrongly (this is my opinion I'm injecting here) deeming interfaces
> to
> >> > > be copyrightable, and having to spend ridiculously disproportionate
> >> > > effort to determine if the license actually gives them permission to
> >> > > use all the code.
> >> > >
> >> > > While I don't really agree that they actually have cause for concern
> >> > > in musl's case, I do agree that the simple fact that the current
> text
> >> > > is causing concern means there's something wrong with it. A license
> >> > > should not make you have to stop and think about whether you can
> >> > > actually use the software, and certainly shouldn't necessitate 60+
> >> > > message mailing list threads.
> >> > >
> >> > > The proposal we reached on the phone call was that I would try
> >> > > improving the previous patch to no longer make a statement about the
> >> > > copyrightability of the files in question, but to note that we
> >> > > expressed such a belief in the past. No new statement that we _do_
> >> > > hold copyright over these files is made, but the grants of
> permission
> >> > > are made unconditionally (i.e. without any conditions like "if these
> >> > > files are found to be subject to copyright...").
> >> > >
> >> > > How does this sound? See the attached patch for the specific wording
> >> > > proposed and let me know if you have constructive ideas for
> improving
> >> > > it. On our side, it's really the agreement of the contributors of
> the
> >> > > affected code (I have a draft list of them in the patch) that
> matters,
> >> > > but I'd welcome input from others too. Also, the patch itself has
> not
> >> > > been run by Google's side yet -- I'm doing this all in the open --
> so
> >> > > there still may be further feedback/input from their side.
> >> > >
> >> > > Rich
> >> > >
> >> >
> >> >
> >> >
> >> > --
> >> > kthxbai
> >> > :wq
>

[-- Attachment #2: Type: text/html, Size: 5212 bytes --]

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

* Re: Re: Proposed COPYRIGHT file changes to resolve "PD" issue
  2016-05-28 15:45         ` Christopher Lane
@ 2016-05-28 15:58           ` Alba Pompeo
  2016-05-29 18:46             ` Christopher Lane
  0 siblings, 1 reply; 9+ messages in thread
From: Alba Pompeo @ 2016-05-28 15:58 UTC (permalink / raw)
  To: Christopher Lane; +Cc: musl

Nice! Is Google using musl now?

On Sat, May 28, 2016 at 12:45 PM, Christopher Lane <lanechr@gmail.com> wrote:
> Yes, and the changes were merged.
>
> On May 28, 2016 4:50 AM, "Alba Pompeo" <albapompeo@gmail.com> wrote:
>>
>> Was a resolution reached?
>>
>>
>> On Thu, Apr 14, 2016 at 2:56 PM, George Kulakowski
>> <kulakowski@google.com> wrote:
>> > Hi Rich,
>> >
>> > rofl0r <retnyg@gmx.net> is the only other contributor we found to have
>> > made
>> > any changes to those files.
>> >
>> > On Wed, Apr 13, 2016 at 1:35 PM Rich Felker <dalias@libc.org> wrote:
>> >>
>> >> On Wed, Apr 13, 2016 at 12:57:06PM -0700, Christopher Lane wrote:
>> >> > Rich,
>> >> >
>> >> > Our lawyers just got back to me: looks good to us.  Thanks so much
>> >> > for
>> >> > all
>> >> > the time spent on this.
>> >>
>> >> At one point you said you would check the list of contributors you
>> >> wanted to get clarification from. Does the list I put in the proposed
>> >> patch look complete to you? I tried to include port contributors who
>> >> wrote significant new stuff for these files but not anyone who just
>> >> made minor patches to existing files or just copied existing files
>> >> with minimal/no changes from an existing port.
>> >>
>> >> Rich
>> >>
>> >>
>> >> > On Sun, Apr 10, 2016 at 9:14 PM, Rich Felker <dalias@libc.org> wrote:
>> >> >
>> >> > > After the previous discussions on the list, I spoke with one of
>> >> > > Google's lawyers on the phone. It's taken me a while to follow up
>> >> > > after that because I was away at ELC last week, but I think we have
>> >> > > a
>> >> > > good resolution as long as there are no objections.
>> >> > >
>> >> > > Where I was coming from was not wanting license crap to be an
>> >> > > obstacle
>> >> > > to adoption of musl (after all, that's why I relicensed from LGPL
>> >> > > to
>> >> > > MIT in the first place) but also not wanting to scrub my/our belief
>> >> > > that some of these files are non-copyrightable or retroactively
>> >> > > claim
>> >> > > ownership of something we can't own.
>> >> > >
>> >> > > Where they were coming from was a context of dealing with courts
>> >> > > wrongly (this is my opinion I'm injecting here) deeming interfaces
>> >> > > to
>> >> > > be copyrightable, and having to spend ridiculously disproportionate
>> >> > > effort to determine if the license actually gives them permission
>> >> > > to
>> >> > > use all the code.
>> >> > >
>> >> > > While I don't really agree that they actually have cause for
>> >> > > concern
>> >> > > in musl's case, I do agree that the simple fact that the current
>> >> > > text
>> >> > > is causing concern means there's something wrong with it. A license
>> >> > > should not make you have to stop and think about whether you can
>> >> > > actually use the software, and certainly shouldn't necessitate 60+
>> >> > > message mailing list threads.
>> >> > >
>> >> > > The proposal we reached on the phone call was that I would try
>> >> > > improving the previous patch to no longer make a statement about
>> >> > > the
>> >> > > copyrightability of the files in question, but to note that we
>> >> > > expressed such a belief in the past. No new statement that we _do_
>> >> > > hold copyright over these files is made, but the grants of
>> >> > > permission
>> >> > > are made unconditionally (i.e. without any conditions like "if
>> >> > > these
>> >> > > files are found to be subject to copyright...").
>> >> > >
>> >> > > How does this sound? See the attached patch for the specific
>> >> > > wording
>> >> > > proposed and let me know if you have constructive ideas for
>> >> > > improving
>> >> > > it. On our side, it's really the agreement of the contributors of
>> >> > > the
>> >> > > affected code (I have a draft list of them in the patch) that
>> >> > > matters,
>> >> > > but I'd welcome input from others too. Also, the patch itself has
>> >> > > not
>> >> > > been run by Google's side yet -- I'm doing this all in the open --
>> >> > > so
>> >> > > there still may be further feedback/input from their side.
>> >> > >
>> >> > > Rich
>> >> > >
>> >> >
>> >> >
>> >> >
>> >> > --
>> >> > kthxbai
>> >> > :wq


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

* Re: Re: Proposed COPYRIGHT file changes to resolve "PD" issue
  2016-05-28 15:58           ` Alba Pompeo
@ 2016-05-29 18:46             ` Christopher Lane
  0 siblings, 0 replies; 9+ messages in thread
From: Christopher Lane @ 2016-05-29 18:46 UTC (permalink / raw)
  To: Alba Pompeo; +Cc: musl

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

We are, in various ways. We should be able to say more later this year. :)
On May 28, 2016 8:58 AM, "Alba Pompeo" <albapompeo@gmail.com> wrote:

> Nice! Is Google using musl now?
>
> On Sat, May 28, 2016 at 12:45 PM, Christopher Lane <lanechr@gmail.com>
> wrote:
> > Yes, and the changes were merged.
> >
> > On May 28, 2016 4:50 AM, "Alba Pompeo" <albapompeo@gmail.com> wrote:
> >>
> >> Was a resolution reached?
> >>
> >>
> >> On Thu, Apr 14, 2016 at 2:56 PM, George Kulakowski
> >> <kulakowski@google.com> wrote:
> >> > Hi Rich,
> >> >
> >> > rofl0r <retnyg@gmx.net> is the only other contributor we found to
> have
> >> > made
> >> > any changes to those files.
> >> >
> >> > On Wed, Apr 13, 2016 at 1:35 PM Rich Felker <dalias@libc.org> wrote:
> >> >>
> >> >> On Wed, Apr 13, 2016 at 12:57:06PM -0700, Christopher Lane wrote:
> >> >> > Rich,
> >> >> >
> >> >> > Our lawyers just got back to me: looks good to us.  Thanks so much
> >> >> > for
> >> >> > all
> >> >> > the time spent on this.
> >> >>
> >> >> At one point you said you would check the list of contributors you
> >> >> wanted to get clarification from. Does the list I put in the proposed
> >> >> patch look complete to you? I tried to include port contributors who
> >> >> wrote significant new stuff for these files but not anyone who just
> >> >> made minor patches to existing files or just copied existing files
> >> >> with minimal/no changes from an existing port.
> >> >>
> >> >> Rich
> >> >>
> >> >>
> >> >> > On Sun, Apr 10, 2016 at 9:14 PM, Rich Felker <dalias@libc.org>
> wrote:
> >> >> >
> >> >> > > After the previous discussions on the list, I spoke with one of
> >> >> > > Google's lawyers on the phone. It's taken me a while to follow up
> >> >> > > after that because I was away at ELC last week, but I think we
> have
> >> >> > > a
> >> >> > > good resolution as long as there are no objections.
> >> >> > >
> >> >> > > Where I was coming from was not wanting license crap to be an
> >> >> > > obstacle
> >> >> > > to adoption of musl (after all, that's why I relicensed from LGPL
> >> >> > > to
> >> >> > > MIT in the first place) but also not wanting to scrub my/our
> belief
> >> >> > > that some of these files are non-copyrightable or retroactively
> >> >> > > claim
> >> >> > > ownership of something we can't own.
> >> >> > >
> >> >> > > Where they were coming from was a context of dealing with courts
> >> >> > > wrongly (this is my opinion I'm injecting here) deeming
> interfaces
> >> >> > > to
> >> >> > > be copyrightable, and having to spend ridiculously
> disproportionate
> >> >> > > effort to determine if the license actually gives them permission
> >> >> > > to
> >> >> > > use all the code.
> >> >> > >
> >> >> > > While I don't really agree that they actually have cause for
> >> >> > > concern
> >> >> > > in musl's case, I do agree that the simple fact that the current
> >> >> > > text
> >> >> > > is causing concern means there's something wrong with it. A
> license
> >> >> > > should not make you have to stop and think about whether you can
> >> >> > > actually use the software, and certainly shouldn't necessitate
> 60+
> >> >> > > message mailing list threads.
> >> >> > >
> >> >> > > The proposal we reached on the phone call was that I would try
> >> >> > > improving the previous patch to no longer make a statement about
> >> >> > > the
> >> >> > > copyrightability of the files in question, but to note that we
> >> >> > > expressed such a belief in the past. No new statement that we
> _do_
> >> >> > > hold copyright over these files is made, but the grants of
> >> >> > > permission
> >> >> > > are made unconditionally (i.e. without any conditions like "if
> >> >> > > these
> >> >> > > files are found to be subject to copyright...").
> >> >> > >
> >> >> > > How does this sound? See the attached patch for the specific
> >> >> > > wording
> >> >> > > proposed and let me know if you have constructive ideas for
> >> >> > > improving
> >> >> > > it. On our side, it's really the agreement of the contributors of
> >> >> > > the
> >> >> > > affected code (I have a draft list of them in the patch) that
> >> >> > > matters,
> >> >> > > but I'd welcome input from others too. Also, the patch itself has
> >> >> > > not
> >> >> > > been run by Google's side yet -- I'm doing this all in the open
> --
> >> >> > > so
> >> >> > > there still may be further feedback/input from their side.
> >> >> > >
> >> >> > > Rich
> >> >> > >
> >> >> >
> >> >> >
> >> >> >
> >> >> > --
> >> >> > kthxbai
> >> >> > :wq
>

[-- Attachment #2: Type: text/html, Size: 6946 bytes --]

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

end of thread, other threads:[~2016-05-29 18:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-11  4:14 Proposed COPYRIGHT file changes to resolve "PD" issue Rich Felker
2016-04-13 19:57 ` Christopher Lane
2016-04-13 20:35   ` Rich Felker
2016-04-14 14:09     ` Sebastian Gottschall
2016-04-14 17:56     ` George Kulakowski
2016-05-28 11:50       ` Alba Pompeo
2016-05-28 15:45         ` Christopher Lane
2016-05-28 15:58           ` Alba Pompeo
2016-05-29 18:46             ` Christopher Lane

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

	https://git.vuxu.org/mirror/musl/

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 NNTP newsgroup(s).