From f8fa3f8ea65035b86a4391f78679cf2255960ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Sat, 28 Sep 2024 10:39:32 +0800 Subject: [PATCH] Scripts: add SPDX-License-Identifier --- scripts/gen-pciids.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/gen-pciids.py b/scripts/gen-pciids.py index 6c30fb735..80e7304fb 100644 --- a/scripts/gen-pciids.py +++ b/scripts/gen-pciids.py @@ -32,6 +32,10 @@ def main(keep_vendor_list: set): vendors[-1].devices.append(PciDeviceModel(int(id, 16), name)) code = """\ +// SPDX-License-Identifier: BSD-3-Clause +// https://opensource.org/license/BSD-3-Clause +// Generated from https://pci-ids.ucw.cz/v2.2/pci.ids + #include #include