summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-10-17 09:46:19 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-10-18 09:04:45 +0200
commit703c70ccd47168dc4beb31198027ea18dd53c446 (patch)
tree32ee840ad4e5035db290f42faa28dd5037f5421f
parent7b84e701a8f0534147c263bfb1f46925972122e0 (diff)
downloadsystemd-703c70ccd47168dc4beb31198027ea18dd53c446.tar.gz
licensing: add two missing spdx headers
Both files were developed in our tree, so they are under the default license.
-rwxr-xr-xhwdb.d/acpi-update.py1
-rwxr-xr-xhwdb.d/ids_parser.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/hwdb.d/acpi-update.py b/hwdb.d/acpi-update.py
index 7bdd3f93d8..e669d0d21f 100755
--- a/hwdb.d/acpi-update.py
+++ b/hwdb.d/acpi-update.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
+# SPDX-License-Identifier: LGPL-2.1-or-later
from html.parser import HTMLParser
from enum import Enum
diff --git a/hwdb.d/ids_parser.py b/hwdb.d/ids_parser.py
index 6f3a88f840..0ce79cd97e 100755
--- a/hwdb.d/ids_parser.py
+++ b/hwdb.d/ids_parser.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
+# SPDX-License-Identifier: LGPL-2.1-or-later
import re
import sys