diff options
Diffstat (limited to 'tools/insert-usb-ids.py')
| -rw-r--r-- | tools/insert-usb-ids.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/insert-usb-ids.py b/tools/insert-usb-ids.py index cdccd3be9..bf74ceeab 100644 --- a/tools/insert-usb-ids.py +++ b/tools/insert-usb-ids.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors) +# +# SPDX-License-Identifier: MIT + # Reads the USB VID and PID from the file specified by sys.argv[1] and then # inserts those values into the template file specified by sys.argv[2], # printing the result to stdout |
