diff options
Diffstat (limited to 'tools/codestats.sh')
| -rwxr-xr-x | tools/codestats.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/codestats.sh b/tools/codestats.sh index 5f7625c45..c0dd747dc 100755 --- a/tools/codestats.sh +++ b/tools/codestats.sh @@ -1,4 +1,9 @@ #!/bin/sh + +# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors) +# +# SPDX-License-Identifier: MIT + # # This script generates statistics (build size, speed) for successive # revisions of the code. It checks out git commits one an a time, compiles |
