All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lars Kurth <lars.kurth@citrix.com>
To: George Dunlap <George.Dunlap@citrix.com>,
	Stefano Stabellini <sstabellini@kernel.org>
Cc: "xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>,
	"committers@xenproject.org" <committers@xenproject.org>
Subject: Re: [PATCH] Remove ambiguities in the COPYING file; add CONTRIBUTING file
Date: Thu, 11 Aug 2016 10:52:44 +0000	[thread overview]
Message-ID: <D3D2145D.2C9F3%lars.kurth@citrix.com> (raw)
In-Reply-To: <13747742-1864-8caf-e1a9-3de10ebcdadd@citrix.com>



On 11/08/2016 10:49, "George Dunlap" <george.dunlap@citrix.com> wrote:

>On 11/08/16 01:51, Stefano Stabellini wrote:
>> On Wed, 10 Aug 2016, Lars Kurth wrote:
>>> COPYING file:
>>> The motivation of this change is to make it easier for new
>>> contributors to conduct a license and patent review, WITHOUT
>>> changing any licenses.
>>> - Remove references to BSD-style licenses as we have more
>>>   common license exceptions and replace with "other license
>>>   stanzas"
>>> - List the most common situations under which code is licensed
>>>   under licenses other than GPLv2 (section "Licensing Exceptions")
>>> - List the most common non-GPLv2 licenses that are in use in
>>>   this repository based on a recent FOSSology scan (section
>>>   "Licensing Exceptions")
>>> - List other license related conventions within the project
>>>   to make it easier to conduct a license review.
>>> - Clarify the incoming license as its omission has confused
>>>   past contributors (section "Contributions")
>>>
>>> CONTRIBUTION file:
>>> The motivation of this file is to make it easier for contributors
>>> to find contribution related resources. Add information on existing
>>> license related conventions to avoid unintentional future licensing
>>> issues. Provide templates for copyright headers for the most commonly
>>> used licenses in this repository.
>>>
>>> Signed-off-by: Lars Kurth <lars.kurth@citrix.com>
>>> ---
>>>  CONTRIBUTING | 210
>>>+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>>  COPYING      |  64 ++++++++++++++----
>>>  2 files changed, 260 insertions(+), 14 deletions(-)
>>>  create mode 100644 CONTRIBUTING
>>>
>>> diff --git a/CONTRIBUTING b/CONTRIBUTING
>>> new file mode 100644
>>> index 0000000..7af13c4
>>> --- /dev/null
>>> +++ b/CONTRIBUTING
>>> @@ -0,0 +1,210 @@
>>> +
>>> +CONTRIBUTING
>>> +============
>>> +
>>> +INBOUND LICENSE
>>> +---------------
>>> +
>>> +Contributions are governed by the license that applies to relevant
>>> +specific file or by the license specified in the COPYING file, that
>>              ^files
>
>I think "file" is better here, as the license is on a file-by-file
>basis, not on a whole contribution basis.

Agreed: licenses are per file. For files which don't have a license header
(of which we have many), the license is governed by the COPYING file.

> That is, if your contribution
>changes a BSD file and a GPLv2 file in a single series (or a single
>patch), then the changes to the BSD file are goverened by the BSD
>licence, and the changes to the GPLv2 file are governed by the GPLv2.

Correct.

>> 
>> 
>>> +governs the license of its containing directory and its
>>>subdirectories.
>>> +
>>> +Most of the Xen Project code is licensed under GPLv2, but a number of
>>> +directories are primarily licensed under different licenses.
>>                     ^ I would remove "primarily" from this sentence
>
>"primarily licensed under different licenses" implies to me that most of
>the files in the directory are under a different license, but some may
>be licensed GPLv2.  Without the "primarily" I would take that to imply
>that *none* of the files are licensed GPLv2.

George is correct: I used "primarily" because there are hardly any
directories 
which are truly one license only. Almost all contain a mixture of
licenses. 
The only notable exception is xen/include/public, which is all MIT.

>If there is at least one directory that has mostly non-GPLv2 files but
>at least one GPLv2 file, or we anticipate that such directories might
>exist in the future, I would leave the "primarily" in.  If there aren't
>any now and we don't expect any in the future, then yes it's unnecessary
>and should probably be removed.

There are loads: for example xen/include/acpi

Lars

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

  reply	other threads:[~2016-08-11 10:52 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-10 11:30 [PATCH] Remove ambiguities in the COPYING file; add CONTRIBUTING file Lars Kurth
2016-08-11  0:51 ` Stefano Stabellini
2016-08-11  9:49   ` George Dunlap
2016-08-11 10:52     ` Lars Kurth [this message]
2016-08-11 18:57     ` Stefano Stabellini
2016-08-12  9:15       ` Lars Kurth
2016-08-11 10:39   ` Lars Kurth
2016-08-11 18:59     ` Stefano Stabellini
2016-08-12  9:13       ` Lars Kurth
2016-08-12 21:45         ` Stefano Stabellini
2016-08-11  9:56 ` George Dunlap
2016-08-11 11:05   ` Lars Kurth
2016-08-11 13:33     ` George Dunlap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D3D2145D.2C9F3%lars.kurth@citrix.com \
    --to=lars.kurth@citrix.com \
    --cc=George.Dunlap@citrix.com \
    --cc=committers@xenproject.org \
    --cc=sstabellini@kernel.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.