public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stephen Warren <swarren@wwwdotorg.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/5] Introducing SPDX-License-Identifiers
Date: Mon, 15 Jul 2013 15:06:48 -0600	[thread overview]
Message-ID: <51E46468.4060203@wwwdotorg.org> (raw)
In-Reply-To: <1373441857-13033-1-git-send-email-wd@denx.de>

On 07/10/2013 01:37 AM, Wolfgang Denk wrote:
> Like many other projects, U-Boot has a tradition of including big
> blocks of License headers in all files.  This not only blows up the
> source code with mostly redundant information, but also makes it very
> difficult to generate License Clearing Reports.  An additional problem
> is that even the same lincenses are referred to by a number of
> slightly varying text blocks (full, abbreviated, different
> indentation, line wrapping and/or white space, with obsolete address
> information, ...) which makes automatic processing a nightmare.
> 
> To make this easier, such license headers in the source files will be
> replaced with a single line reference to Unique Lincense Identifiers
> as defined by the Linux Foundation's SPDX project [1].  For example,
> in a source file the full "GPL v2.0 or later" header text will be
> replaced by a single line:
> 
>         SPDX-License-Identifier:        GPL-2.0+
> 
> We use the SPDX Unique Lincense Identifiers here; these are available
> at [2].
> 
> Note: From the legal point of view, this patch is supposed to be only
> a change to the textual representation of the license information,
> but in no way any change to the actual license terms. With this patch
> applied, all files will still be licensed under the same terms they
> were before.

NVIDIA legal pointed out one potential issue with removing the license
headers from files, and simply pointing at a separate license file:

Some licenses include text that states that redistribution in source
forms requires the license text (or a list of conditions) to be
reproduced. Arguably, reproducing them in the separate license files
you've added to the Licenses directory covers this. However, there may
be a fine line here, and the complete answer may vary from license to
license depending on the exact wording.

Still, I don't think this issue was thought to apply to any of the
licenses that you've touched in this series, so we could simply defer
this discussion until it's thought to apply in practice, if that ever
happens.

  parent reply	other threads:[~2013-07-15 21:06 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-10  7:37 [U-Boot] [PATCH 0/5] Introducing SPDX-License-Identifiers Wolfgang Denk
2013-07-10  7:37 ` [U-Boot] [PATCH 1/5] Licenses: introduce SPDX Unique Lincense Identifiers Wolfgang Denk
2013-07-11 20:35 ` [U-Boot] [PATCH 0/5] Introducing SPDX-License-Identifiers Marek Vasut
2013-07-12 19:52   ` Roger Meier
2013-07-23 15:44     ` Wolfgang Denk
2013-07-24  7:20     ` [U-Boot] [PATCH 1/5 v2] Licenses: introduce SPDX Unique Lincense Identifiers Wolfgang Denk
2013-07-24  9:05     ` [U-Boot] [PATCH 1/5 v3] Licenses: introduce SPDX Unique License Identifiers Wolfgang Denk
2013-07-24 13:14       ` [U-Boot] [PATCH] Licenses: Re-add introduction to README, add Exceptions file Tom Rini
2013-07-24 13:36         ` Wolfgang Denk
2013-07-24 15:16           ` Tom Rini
2013-07-15 21:06 ` Stephen Warren [this message]
2013-07-24  9:51 ` [U-Boot] [PATCH 0/5] Introducing SPDX-License-Identifiers Graeme Russ
2013-07-24 13:17 ` Tom Rini
2013-07-25 13:05 ` Tom Rini
2013-07-25 13:18   ` Wolfgang Denk

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=51E46468.4060203@wwwdotorg.org \
    --to=swarren@wwwdotorg.org \
    --cc=u-boot@lists.denx.de \
    /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