From: Zbigniew Jędrzejewski-Szmek Date: Sun, 17 Oct 2021 07:46:19 +0000 (+0200) Subject: licensing: add two missing spdx headers X-Git-Tag: v250-rc1~487^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=703c70ccd47168dc4beb31198027ea18dd53c446;p=thirdparty%2Fsystemd.git licensing: add two missing spdx headers Both files were developed in our tree, so they are under the default license. --- diff --git a/hwdb.d/acpi-update.py b/hwdb.d/acpi-update.py index 7bdd3f93d87..e669d0d21f1 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 6f3a88f840a..0ce79cd97e9 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