Re: [PATCH 2/6] USB: host: xhci-debugfs: add SPDX lines

2017-11-07 Thread Mathias Nyman

On 06.11.2017 17:34, Greg Kroah-Hartman wrote:

The license text was removed from these files, yet they somehow missed
the big "add SPDX tags to all files" sweep due to them being new.  So
add the proper SPDX license tag to them, based on the original license
text in the file.

Cc: Mathias Nyman 
Signed-off-by: Greg Kroah-Hartman 


Acked-by: Mathias Nyman 


--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 2/6] USB: host: xhci-debugfs: add SPDX lines

2017-11-06 Thread Greg Kroah-Hartman
The license text was removed from these files, yet they somehow missed
the big "add SPDX tags to all files" sweep due to them being new.  So
add the proper SPDX license tag to them, based on the original license
text in the file.

Cc: Mathias Nyman 
Signed-off-by: Greg Kroah-Hartman 
---
 drivers/usb/host/xhci-debugfs.c | 1 +
 drivers/usb/host/xhci-debugfs.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/drivers/usb/host/xhci-debugfs.c b/drivers/usb/host/xhci-debugfs.c
index b799ed83cc7a..4f7895dbcf88 100644
--- a/drivers/usb/host/xhci-debugfs.c
+++ b/drivers/usb/host/xhci-debugfs.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * xhci-debugfs.c - xHCI debugfs interface
  *
diff --git a/drivers/usb/host/xhci-debugfs.h b/drivers/usb/host/xhci-debugfs.h
index 09cfd3998125..ac5bc40f5c3a 100644
--- a/drivers/usb/host/xhci-debugfs.h
+++ b/drivers/usb/host/xhci-debugfs.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * xhci-debugfs.h - xHCI debugfs interface
  *
-- 
2.15.0

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html