diff options
| author | dherrada <33632497+dherrada@users.noreply.github.com> | 2020-07-17 14:55:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-17 14:55:30 -0400 |
| commit | 612c6bb86b8762aa9388566eb69db9bbe4e8bbe4 (patch) | |
| tree | e6fed04531c6772ea4724a75e3a88b8521e60703 /tools/chart_code_size.py | |
| parent | d64b4e305929ccb68e0cf1ef977f42e213023f3b (diff) | |
| parent | 88d89563783771daba2973eb8dc3faa237ba4b62 (diff) | |
Merge branch 'main' into type_hints
Diffstat (limited to 'tools/chart_code_size.py')
| -rw-r--r-- | tools/chart_code_size.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/chart_code_size.py b/tools/chart_code_size.py index 0b55787fa..f75269130 100644 --- a/tools/chart_code_size.py +++ b/tools/chart_code_size.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors) +# +# SPDX-License-Identifier: MIT + # This script renders a graph of the CircuitPython rom image. # It takes the single elf file and uses objdump to get its contents. |
