From: "Daniel Walker (danielwa)" <danielwa@cisco.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: "xe-linux-external(mailer list)" <xe-linux-external@cisco.com>,
"Marcin Wierzbicki -X (mawierzb - GLOBALLOGIC INC at Cisco)"
<mawierzb@cisco.com>, Rob Herring <robh+dt@kernel.org>,
Daniel Walker <dwalker@fifo99.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 2/2] dt-bindings: cisco: document the CrayAR compatibles
Date: Wed, 12 Apr 2023 15:04:53 +0000 [thread overview]
Message-ID: <20230412150452.GQ1391488@zorba> (raw)
In-Reply-To: <c1319685-49cc-9326-f4f9-1190ff633450@linaro.org>
On Wed, Apr 12, 2023 at 09:24:48AM +0200, Krzysztof Kozlowski wrote:
> On 10/04/2023 19:51, Daniel Walker (danielwa) wrote:
> > On Mon, Apr 10, 2023 at 05:09:15PM +0000, Daniel Walker (danielwa) wrote:
> >> On Mon, Apr 10, 2023 at 05:28:03PM +0200, Krzysztof Kozlowski wrote:
> >>> On 07/04/2023 18:04, Daniel Walker (danielwa) wrote:
> >>>> On Thu, Apr 06, 2023 at 09:12:34AM +0200, Krzysztof Kozlowski wrote:
> >>>>>> @@ -0,0 +1,27 @@
> >>>>>> +# SPDX-License-Identifier: GPL-2.0-only
> >>>>>
> >>>>> Dual license.
> >>>>>
> >>>>
> >>>> What are my choices here? I see this,
> >>>>
> >>>> # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> >>>
> >>> Yes, the one suggested by the checkpatch. Did you run it?
> >>
> >> I don't recall if I did or not.
> >>
> >>>>
> >>>> Which appears to be what your suggesting. I also see this,
> >>>>
> >>>> # SPDX-License-Identifier: GPL-2.0
> >>>>
> >>>> I'd rather use the later.
> >>>
> >>> Why? Bindings should be licensed under BSD, so what is the reason to
> >>> make here exception?
> >>
> >> I'm sure I can re-license my submissions. I'd have to look into it.
> >
> > I'm _not_ sure.
>
>
> This is a new file - it did not exist in v1 - thus you had to write it.
> If you wrote it, you (or your employer) hold all copyrights, so yes, you
> (or your employer) can relicense it.
>
> I cannot imagine the case why employer would not like to have dual
> license here (it's beneficial to him, so employer would be acting
> against himself), but if you need to convince him, you can just say,
> that contributing to Open Source project means accepting the licenses in
> that project. The license for new bindings in this project is (GPL-2.0
> or BSD-2), like pointed by checkpatch.
Yes, my employer holds the copyright. However, corporations don't work in the way
you imagine. There is no one "owner" to speak to about re-licensing. The people
who determine the license is an army of lawyers, with an extensive approval
process.
What benefit does a BSD license hold for my employer over GPL v2 ?
Here the licenses currently used by the bindings,
1 # SPDX-License-Identifier: BSD-2-Clause
1 # SPDX-License-Identifier: (GPL-2.0-only)
1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */
1 # SPDX-License-Identifier: (GPL-2.0-or-later)
3 # SPDX-License-Identifier: (GPL-2.0+ OR X11)
4 # SPDX-License-Identifier: GPL-2.0-or-later
4 # SPDX-License-Identifier: (GPL-2.0 OR MIT)
6 # SPDX-License-Identifier: (GPL-2.0)
7 # SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
7 # SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause
11 # SPDX-License-Identifier: GPL-2.0+
12 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)
12 # SPDX-License-Identifier: (GPL-2.0+ OR MIT)
33 # SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)
47 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
56 # SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
102 # SPDX-License-Identifier: GPL-2.0-only
350 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
511 # SPDX-License-Identifier: GPL-2.0
610 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
1570 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
Can you explain why so many are allowed to use GPL v2 , but my company is not
allowed? Shouldn't these all be dual licensed if the project only allows dual
license?
It's very likely that new bindings will be made by making a copy of other
bindings, then make modifications. If my company copied bindings which are GPL
v2, then we are required to honor the license of the prior binding
and that means we legally aren't allowed to relicense under BSD AFAIK.
Also the documentation for the bindings here Documentation/devicetree/
changesets.rst
dynamic-resolution-notes.rst
index.rst
kernel-api.rst
of_unittest.rst
overlay-notes.rst
usage-model.rst
all the rst files are GPL v2 and not dual license.
Daniel
next prev parent reply other threads:[~2023-04-12 15:08 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-05 22:30 [PATCH v2 2/2] dt-bindings: cisco: document the CrayAR compatibles Daniel Walker
2023-04-06 7:12 ` Krzysztof Kozlowski
2023-04-06 15:15 ` Daniel Walker (danielwa)
2023-04-06 16:50 ` Krzysztof Kozlowski
2023-04-06 18:32 ` Daniel Walker (danielwa)
2023-04-06 18:56 ` Krzysztof Kozlowski
2023-04-06 19:15 ` Daniel Walker (danielwa)
2023-04-07 6:51 ` Krzysztof Kozlowski
2023-04-07 15:15 ` Daniel Walker (danielwa)
2023-04-07 16:04 ` Daniel Walker (danielwa)
2023-04-10 15:28 ` Krzysztof Kozlowski
2023-04-10 17:09 ` Daniel Walker (danielwa)
2023-04-10 17:51 ` Daniel Walker (danielwa)
2023-04-12 7:24 ` Krzysztof Kozlowski
2023-04-12 15:04 ` Daniel Walker (danielwa) [this message]
2023-04-12 16:13 ` Krzysztof Kozlowski
2023-04-12 17:01 ` Daniel Walker (danielwa)
2023-04-12 17:18 ` Krzysztof Kozlowski
2023-04-12 18:51 ` Daniel Walker (danielwa)
2023-04-12 13:50 ` Rob Herring
2023-04-12 15:05 ` Daniel Walker (danielwa)
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=20230412150452.GQ1391488@zorba \
--to=danielwa@cisco.com \
--cc=devicetree@vger.kernel.org \
--cc=dwalker@fifo99.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mawierzb@cisco.com \
--cc=robh+dt@kernel.org \
--cc=xe-linux-external@cisco.com \
/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 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).