summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-02-22 15:05:31 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-02-22 15:05:31 +0100
commit4440dabbd6fb12c42120598bd13512969170a867 (patch)
tree859fde4b9393bd4913cfa7193c788182922b1af0
parent1a194e8ff1114519b20ce0703095d9bffe546f37 (diff)
downloadusbutils-4440dabbd6fb12c42120598bd13512969170a867.tar.gz
usbhid-dump: add copyright and SPDX info
There were a few files in usbhid-dump that were missing this. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--usbhid-dump/.gitignore2
-rw-r--r--usbhid-dump/NEWS3
-rw-r--r--usbhid-dump/README.md5
-rwxr-xr-xusbhid-dump/bootstrap2
-rw-r--r--usbhid-dump/src/.gitignore2
5 files changed, 13 insertions, 1 deletions
diff --git a/usbhid-dump/.gitignore b/usbhid-dump/.gitignore
index 839e279..34ab140 100644
--- a/usbhid-dump/.gitignore
+++ b/usbhid-dump/.gitignore
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+# Copyright (c) 2010 Nikolai Kondrashov
/config.h.in
/autom4te.cache
/aclocal.m4
diff --git a/usbhid-dump/NEWS b/usbhid-dump/NEWS
index b938f3b..4c7e40d 100644
--- a/usbhid-dump/NEWS
+++ b/usbhid-dump/NEWS
@@ -1,3 +1,6 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+# Copyright (c) 2010 Nikolai Kondrashov
+
2014-11-11: 1.4
* Request report descriptor with size specified in the interface descriptor
to fix retrieval with some devices (e.g. Waltop Vega Tablet) which
diff --git a/usbhid-dump/README.md b/usbhid-dump/README.md
index 59ec2f2..001b858 100644
--- a/usbhid-dump/README.md
+++ b/usbhid-dump/README.md
@@ -1,3 +1,8 @@
+<!---
+# SPDX-License-Identifier: GPL-2.0-or-later
+# Copyright (c) 2010 Nikolai Kondrashov
+-->
+
Usbhid-dump
===========
diff --git a/usbhid-dump/bootstrap b/usbhid-dump/bootstrap
index 7074ab8..7574b3d 100755
--- a/usbhid-dump/bootstrap
+++ b/usbhid-dump/bootstrap
@@ -1,5 +1,5 @@
#!/bin/sh
-#
+# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (c) 2010 Nikolai Kondrashov
#
# This file is part of usbhid-dump.
diff --git a/usbhid-dump/src/.gitignore b/usbhid-dump/src/.gitignore
index 8223adc..bb571ac 100644
--- a/usbhid-dump/src/.gitignore
+++ b/usbhid-dump/src/.gitignore
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+# Copyright (c) 2010 Nikolai Kondrashov
/Makefile.in
/usbhid-dump
/.deps