From 703c70ccd47168dc4beb31198027ea18dd53c446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 17 Oct 2021 09:46:19 +0200 Subject: [PATCH] licensing: add two missing spdx headers Both files were developed in our tree, so they are under the default license. --- hwdb.d/acpi-update.py | 1 + hwdb.d/ids_parser.py | 1 + 2 files changed, 2 insertions(+) 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