diff options
Diffstat (limited to 'tools/file2h.py')
| -rw-r--r-- | tools/file2h.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/file2h.py b/tools/file2h.py index 2a04ae22b..706dd4dd2 100644 --- a/tools/file2h.py +++ b/tools/file2h.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors) +# +# SPDX-License-Identifier: MIT + # Reads in a text file, and performs the necessary escapes so that it # can be #included as a static string like: # static const char string_from_textfile[] = |
