summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-11-18 18:18:16 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-11-19 19:08:15 +0100
commitd9215cd838eed27c41c9f1ca30b6354ebf87ecb6 (patch)
treedb4618e13335418dd0471cd862cf8a2e886374ba /test
parentf48f7543ca8e578f912002185ce25284a028a32b (diff)
downloadsystemd-d9215cd838eed27c41c9f1ca30b6354ebf87ecb6.tar.gz
systemd-d9215cd838eed27c41c9f1ca30b6354ebf87ecb6.tar.bz2
systemd-d9215cd838eed27c41c9f1ca30b6354ebf87ecb6.zip
Add SPDX license headers to various assorted files
Diffstat (limited to 'test')
-rwxr-xr-xtest/hwdb-test.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/hwdb-test.sh b/test/hwdb-test.sh
index 2221c0d7fd..68c7692eca 100755
--- a/test/hwdb-test.sh
+++ b/test/hwdb-test.sh
@@ -1,5 +1,7 @@
#!/bin/sh
-# call built systemd-hwdb update on our hwdb files to ensure that they parse
+# SPDX-License-Identifier: LGPL-2.1+
+#
+# Call built systemd-hwdb update on our hwdb files to ensure that they parse
# without error
#
# (C) 2016 Canonical Ltd.
@@ -9,7 +11,7 @@
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
-
+#
# systemd is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU