summaryrefslogtreecommitdiff
path: root/tools/check_code_size.sh
diff options
context:
space:
mode:
authorDavePutz <dwputz@gmail.com>2020-07-13 22:23:58 -0500
committerGitHub <noreply@github.com>2020-07-13 22:23:58 -0500
commit40f1bd0c7cf9ca4d8f3ce294f8dca5180bfcba65 (patch)
tree20ecee23349defca94fb1e03ba94095ac3a71573 /tools/check_code_size.sh
parent85fef83f73826545f010b35217aed0cdcf3c3a6a (diff)
parent90ad9beff5b55d86fb43910e93ba55a15c883ca2 (diff)
Merge pull request #12 from adafruit/main
Update from adafruit/main
Diffstat (limited to 'tools/check_code_size.sh')
-rwxr-xr-xtools/check_code_size.sh5
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)).