All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Licenses: Re-add introduction to README, add Exceptions file
Date: Wed, 24 Jul 2013 09:14:45 -0400	[thread overview]
Message-ID: <1374671685-21577-1-git-send-email-trini@ti.com> (raw)
In-Reply-To: <1374656722-1976-1-git-send-email-wd@denx.de>

From: Wolfgang Denk <wd@denx.de>

The Licenses/Exceptions file describes the standalone license exception.
Add back our long-standing introductory remarks to Licenses/README and
fix a few spelling problems

Signed-off-by: Wolfgang Denk <wd@denx.de>
[trini: Grab differences between v1 and v3, apply separately, to avoid a
new branch on Wolfgang's side]
Signed-off-by: Tom Rini <trini@ti.com>
---
 Licenses/Exceptions |   15 +++++++++++++++
 Licenses/README     |   32 +++++++++++++++++++++++++++-----
 2 files changed, 42 insertions(+), 5 deletions(-)
 create mode 100644 Licenses/Exceptions

diff --git a/Licenses/Exceptions b/Licenses/Exceptions
new file mode 100644
index 0000000..c9b3cd9
--- /dev/null
+++ b/Licenses/Exceptions
@@ -0,0 +1,15 @@
+
+GPL License Exception:
+
+Even though U-Boot in general is covered by the GPL-2.0/GPL-2.0+,
+this does *not* cover the so-called "standalone" applications that
+use U-Boot services by means of the jump table provided by U-Boot
+exactly for this purpose - this is merely considered normal use of
+U-Boot, and does *not* fall under the heading of "derived work".
+
+  The header files "include/image.h" and "arch/*/include/asm/u-boot.h"
+define interfaces to U-Boot.  Including these (unmodified) header
+files in another file is considered normal use of U-Boot, and does
+*not* fall under the heading of "derived work".
+-- Wolfgang Denk
+
diff --git a/Licenses/README b/Licenses/README
index 68830b9..b1a59cc 100644
--- a/Licenses/README
+++ b/Licenses/README
@@ -1,21 +1,43 @@
+  U-Boot is Free Software.  It is copyrighted by Wolfgang Denk and
+many others who contributed code (see the actual source code and the
+git commit messages for details).  You can redistribute U-Boot and/or
+modify it under the terms of version 2 of the GNU General Public
+License as published by the Free Software Foundation.  Most of it can
+also be distributed, at your option, under any later version of the
+GNU General Public License -- see individual files for exceptions.
+
+  NOTE! This license does *not* cover the so-called "standalone"
+applications that use U-Boot services by means of the jump table
+provided by U-Boot exactly for this purpose - this is merely
+considered normal use of U-Boot, and does *not* fall under the
+heading of "derived work" -- see file  Licenses/Exceptions  for
+details.
+
+  Also note that the GPL and the other licenses are copyrighted by
+the Free Software Foundation and other organizations, but the
+instance of code that they refer to (the U-Boot source code) is
+copyrighted by me and others who actually wrote it.
+-- Wolfgang Denk
+
 
 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 linces are referred to by a number of slightly
-varying text blocks (full, abbreviated, with obsolted / older address
+is that even the same licenses 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
+replaced with a single line reference to Unique License Identifiers
 as defined by the Linux Foundation's SPDX project [1].  For example,
-in a C source the full "GPL v2.0 or later" header text can now be
+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
+We use the SPDX Unique License Identifiers here; these are available
 at [2].
 
 [1] http://spdx.org/
-- 
1.7.9.5

  reply	other threads:[~2013-07-24 13:14 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       ` Tom Rini [this message]
2013-07-24 13:36         ` [U-Boot] [PATCH] Licenses: Re-add introduction to README, add Exceptions file Wolfgang Denk
2013-07-24 15:16           ` Tom Rini
2013-07-15 21:06 ` [U-Boot] [PATCH 0/5] Introducing SPDX-License-Identifiers Stephen Warren
2013-07-24  9:51 ` 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=1374671685-21577-1-git-send-email-trini@ti.com \
    --to=trini@ti.com \
    --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 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.