diff options
| author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-06-03 23:40:05 +0100 |
|---|---|---|
| committer | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-07-06 19:16:25 +0100 |
| commit | 34b4993d63a6b576f29d624385c681f679b4124c (patch) | |
| tree | b97df586ef04e7158ede2fd9cc5be900bab6cafa /tools/check_code_size.sh | |
| parent | d7e57259f9d6c73dfba46a4710625bde4e50979a (diff) | |
Add license to some obvious files.
Diffstat (limited to 'tools/check_code_size.sh')
| -rwxr-xr-x | tools/check_code_size.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/check_code_size.sh b/tools/check_code_size.sh index 2925ff168..bdf1b5ad9 100755 --- a/tools/check_code_size.sh +++ b/tools/check_code_size.sh @@ -1,4 +1,9 @@ #!/bin/bash + +# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors) +# +# SPDX-License-Identifier: MIT + # # This script check that changes don't lead to code size regressions. # (Size of the language core (== minimal port should not grow)). |
