All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 0/9] LICENSES: Add missing License Text and fixup bogus identifiers
@ 2018-04-22 22:02 Thomas Gleixner
  2018-04-22 22:02 ` [patch 1/9] x86/jailhouse: Fix incorrect SPDX identifier Thomas Gleixner
                   ` (9 more replies)
  0 siblings, 10 replies; 31+ messages in thread
From: Thomas Gleixner @ 2018-04-22 22:02 UTC (permalink / raw)
  To: LKML
  Cc: Philippe Ombredanne, Kate Stewart, Greg Kroah-Hartman, Jonathan Corbet

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.

The following series cleans that up:

 - Use the proper identifiers

 - Add GPL-2.0-only and GPL-2.0-or-later identifiers to the GPL2.0 license

 - 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

8<-------------
 LICENSES/preferred/GPL-2.0              |    6 
 arch/arm/mach-s3c24xx/h1940-bluetooth.c |    2 
 arch/x86/include/asm/jailhouse_para.h   |    2 
 arch/x86/kernel/jailhouse.c             |    2 
 b/LICENSES/other/Apache-2.0             |  183 ++++++++++++++
 b/LICENSES/other/CC-BY-SA-4.0           |  397 ++++++++++++++++++++++++++++++++
 b/LICENSES/other/CDDL-1.0               |  363 +++++++++++++++++++++++++++++
 b/LICENSES/other/Linux-OpenIB           |   26 ++
 b/LICENSES/other/X11                    |   37 ++
 drivers/pinctrl/sh-pfc/pfc-r8a77965.c   |    2 
 10 files changed, 1016 insertions(+), 4 deletions(-)

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

end of thread, other threads:[~2018-04-24 13:27 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-22 22:02 [patch 0/9] LICENSES: Add missing License Text and fixup bogus identifiers Thomas Gleixner
2018-04-22 22:02 ` [patch 1/9] x86/jailhouse: Fix incorrect SPDX identifier Thomas Gleixner
2018-04-23  6:52   ` Jan Kiszka
2018-04-23  8:22   ` [tip:x86/urgent] " tip-bot for Thomas Gleixner
2018-04-22 22:02 ` [patch 2/9] pinctrl: sh-pfc: r8a77965: Fixup " Thomas Gleixner
2018-04-23  9:17   ` Geert Uytterhoeven
2018-04-22 22:02 ` [patch 3/9] ARM: S3C24XX: Fix invalid " Thomas Gleixner
2018-04-23 15:26   ` Krzysztof Kozlowski
2018-04-24 13:27   ` Christoph Hellwig
2018-04-22 22:02 ` [patch 4/9] LICENSES/GPL2.0: Add GPL-2.0-only/or-later as valid identifiers Thomas Gleixner
2018-04-23  6:52   ` Greg Kroah-Hartman
2018-04-23  7:19     ` Hans Verkuil
2018-04-23 10:14     ` Mauro Carvalho Chehab
2018-04-24  8:01       ` Thomas Gleixner
2018-04-23 18:24   ` Kate Stewart
2018-04-22 22:02 ` [patch 5/9] LICENSES: Add X11 license Thomas Gleixner
2018-04-23  6:50   ` Greg Kroah-Hartman
2018-04-22 22:02 ` [patch 6/9] LICENSES: Add CDDL-1.0 license text Thomas Gleixner
2018-04-23  6:51   ` Greg Kroah-Hartman
2018-04-22 22:02 ` [patch 7/9] LICENSES: Add Apache 2.0 " Thomas Gleixner
2018-04-23  6:51   ` Greg Kroah-Hartman
2018-04-22 22:02 ` [patch 8/9] LICENSES: Add CC-BY-SA-4.0 " Thomas Gleixner
2018-04-23  6:54   ` Greg Kroah-Hartman
2018-04-23  7:37     ` Thomas Gleixner
2018-04-23  8:26       ` Greg Kroah-Hartman
2018-04-23 10:21         ` Mauro Carvalho Chehab
2018-04-23 12:29         ` Jonathan Corbet
2018-04-22 22:02 ` [patch 9/9] LICENSES: Add Linux-OpenIB " Thomas Gleixner
2018-04-23  6:55   ` Greg Kroah-Hartman
2018-04-23  6:57 ` [patch 0/9] LICENSES: Add missing License Text and fixup bogus identifiers Greg Kroah-Hartman
2018-04-23  7:34   ` Thomas Gleixner

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.