Hi,
great to see this direction of development.
This will are least clarify all the files which carry nothing expect the Marko
MODUL_LICENSE("GPL");
Because one of the interesting questions is "is this a legally binding
expression of licensing?"
Ciao
Oliver
-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[email protected]] Im
Auftrag von Philippe Ombredanne
Gesendet: Donnerstag, 19. Oktober 2017 20:28
An: SPDX-legal; [email protected]; SPDX-general
Betreff: Fwd: [PATCH] USB: add SPDX identifiers to all files in drivers/usb/
FYI:
In case you missed it: SPDX identifiers have landed in kernel land...
Read the whole thread at https://patchwork.kernel.org/patch/10016189/
And as a side effect, some new patches elsewhere are coming in with SPDX
identifiers right in!
--
Cordially
Philippe Ombredanne
---------- Forwarded message ----------
From: Greg Kroah-Hartman <[email protected]>
Date: Thu, Oct 19, 2017 at 10:38 AM
Subject: [PATCH] USB: add SPDX identifiers to all files in drivers/usb/
To: [email protected]
Cc: [email protected], Thomas Gleixner <[email protected]>, Kate
Stewart <[email protected]>, Philippe Ombredanne
<[email protected]>
It's good to have SPDX identifiers in all files to make it easier to audit the
kernel tree for correct licenses. This patch adds these identifiers to all
files in drivers/usb/ based on a script and data from Thomas Gleixner, Philippe
Ombredanne, and Kate Stewart.
Cc: Thomas Gleixner <[email protected]>
Cc: Kate Stewart <[email protected]>
Cc: Philippe Ombredanne <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
Unless someone really complains, I'm going to add this to my tree for 4.15-rc1.
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index
9650b351c26c..cb8d902b801d 100644
--- a/drivers/usb/Makefile
+++ b/drivers/usb/Makefile
@@ -1,6 +1,7 @@
#
# Makefile for the kernel USB device drivers.
#
+# SPDX-License-Identifier: GPL-2.0
# Object files in subdirectories
[....] long diff of 600 files removed for brevity...
_______________________________________________
Spdx mailing list
[email protected]
https://lists.spdx.org/mailman/listinfo/spdx
_______________________________________________
Spdx-tech mailing list
[email protected]
https://lists.spdx.org/mailman/listinfo/spdx-tech