summaryrefslogtreecommitdiff
path: root/tools/mpy_cross_all.py
diff options
context:
space:
mode:
authordherrada <33632497+dherrada@users.noreply.github.com>2020-07-17 14:55:30 -0400
committerGitHub <noreply@github.com>2020-07-17 14:55:30 -0400
commit612c6bb86b8762aa9388566eb69db9bbe4e8bbe4 (patch)
treee6fed04531c6772ea4724a75e3a88b8521e60703 /tools/mpy_cross_all.py
parentd64b4e305929ccb68e0cf1ef977f42e213023f3b (diff)
parent88d89563783771daba2973eb8dc3faa237ba4b62 (diff)
Merge branch 'main' into type_hints
Diffstat (limited to 'tools/mpy_cross_all.py')
-rwxr-xr-xtools/mpy_cross_all.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/mpy_cross_all.py b/tools/mpy_cross_all.py
index 2bda71e9b..5d9f8bc0b 100755
--- a/tools/mpy_cross_all.py
+++ b/tools/mpy_cross_all.py
@@ -1,4 +1,9 @@
#!/usr/bin/env python3
+
+# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)
+#
+# SPDX-License-Identifier: MIT
+
import argparse
import os
import os.path