Skip to content

Commit f8fa3f8

Browse files
committed
Scripts: add SPDX-License-Identifier
1 parent 38f07ad commit f8fa3f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/gen-pciids.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ def main(keep_vendor_list: set):
3232
vendors[-1].devices.append(PciDeviceModel(int(id, 16), name))
3333

3434
code = """\
35+
// SPDX-License-Identifier: BSD-3-Clause
36+
// https://opensource.org/license/BSD-3-Clause
37+
// Generated from https://pci-ids.ucw.cz/v2.2/pci.ids
38+
3539
#include <stdint.h>
3640
#include <stddef.h>
3741

0 commit comments

Comments
 (0)