All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch V2 0/7] LICENSES: Add missing License Text and provide a checker script
@ 2018-04-25 20:30 Thomas Gleixner
  2018-04-25 20:30 ` [patch V2 1/7] LICENSES/GPL2.0: Add GPL-2.0-only/or-later as valid identifiers Thomas Gleixner
                   ` (6 more replies)
  0 siblings, 7 replies; 25+ messages in thread
From: Thomas Gleixner @ 2018-04-25 20:30 UTC (permalink / raw)
  To: LKML
  Cc: Philippe Ombredanne, Kate Stewart, Greg Kroah-Hartman,
	Jonathan Corbet, Hans Verkuil, Mauro Carvalho Chehab,
	Christoph Hellwig

There are a few bogus SPDX identifiers in various files and SPDX
Identifiers used in tree or about to be used which have no corresponding
License Text file in the LICENSES directory or use the new variant of the
GPL-2.0[+] license identifiers which are not mentioned in the GPL-2.0
Valid-License-Identifiers: tags.

There is no tool which can be used to scan the tree and also nothing which
helps people who submit patches to check their stuff before submission.

The following series cleans that up:

 - Add GPL-2.0-only and GPL-2.0-or-later identifiers to the GPL2.0 license
   and the Linux-syscall-note exception

 - Add X11, Apache-2.0, CC-BY-SA-4.0, CCDL-1.0, Linux-OpenIB license texts
   to the LICENSES directory along with the required documentation texts

 - Add a checker script which can read a single file or even a patch from
   the command line or does a full git tree scan

Changes vs. V1:

  - Fix whitespace and UTF-8 damage in various licenses
  
  - Add the GPL-2.0-only/or-later ids to the valid licenses for the
    Linux-syscall-note exception to make the checker work

  - Add a checker script

  - Dropped the patches for the bogus identifiers as they have been picked
    up by the maintainers

8<-------------
 LICENSES/exceptions/Linux-syscall-note |    2 
 LICENSES/preferred/GPL-2.0             |    6 
 b/LICENSES/other/Apache-2.0            |  183 +++++++++++++++
 b/LICENSES/other/CC-BY-SA-4.0          |  397 +++++++++++++++++++++++++++++++++
 b/LICENSES/other/CDDL-1.0              |  364 ++++++++++++++++++++++++++++++
 b/LICENSES/other/Linux-OpenIB          |   26 ++
 b/LICENSES/other/X11                   |   37 +++
 b/scripts/spdxcheck.py                 |  260 +++++++++++++++++++++
 8 files changed, 1274 insertions(+), 1 deletion(-)

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

end of thread, other threads:[~2018-08-28  9:19 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-25 20:30 [patch V2 0/7] LICENSES: Add missing License Text and provide a checker script Thomas Gleixner
2018-04-25 20:30 ` [patch V2 1/7] LICENSES/GPL2.0: Add GPL-2.0-only/or-later as valid identifiers Thomas Gleixner
2018-04-26  7:00   ` Greg Kroah-Hartman
2018-04-26  9:52   ` Mauro Carvalho Chehab
2018-04-25 20:30 ` [patch V2 2/7] LICENSES: Add X11 license Thomas Gleixner
2018-04-26  7:00   ` Greg Kroah-Hartman
2018-04-25 20:30 ` [patch V2 3/7] LICENSES: Add Apache 2.0 license text Thomas Gleixner
2018-04-26  7:00   ` Greg Kroah-Hartman
2018-04-26 14:30     ` Kate Stewart
2018-04-25 20:30 ` [patch V2 4/7] LICENSES: Add CDDL-1.0 " Thomas Gleixner
2018-04-26  7:01   ` Greg Kroah-Hartman
2018-04-26 14:29     ` Kate Stewart
2018-04-25 20:30 ` [patch V2 5/7] LICENSES: Add CC-BY-SA-4.0 " Thomas Gleixner
2018-04-26  7:01   ` Greg Kroah-Hartman
2018-04-26 14:27     ` Kate Stewart
2018-04-25 20:30 ` [patch V2 6/7] LICENSES: Add Linux-OpenIB " Thomas Gleixner
2018-04-26  7:01   ` Greg Kroah-Hartman
2018-04-26 14:24   ` Kate Stewart
2018-04-25 20:30 ` [patch V2 7/7] scripts: Add SPDX checker script Thomas Gleixner
2018-04-26  7:02   ` Greg Kroah-Hartman
2018-04-26 13:54     ` [patch V3 " Thomas Gleixner
2018-04-26 17:04       ` Greg Kroah-Hartman
2018-04-26 18:43         ` Thomas Gleixner
2018-05-14 14:35   ` [patch V2 " Philippe Ombredanne
2018-08-28  9:19     ` Geert Uytterhoeven

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.