summaryrefslogtreecommitdiffstats
path: root/test/Scanner/Python/script.py
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2023-02-20 18:43:59 (GMT)
committerMats Wichmann <mats@linux.com>2023-05-21 12:48:55 (GMT)
commit14a58022619c81533bcc7fe1f026dd02409235b3 (patch)
tree86f40f99f1fcfaf5b7629d0bc8e40c6a2c7436c7 /test/Scanner/Python/script.py
parentd7ed1c6b91b93e70aae63fdd1e397a37cfec024b (diff)
downloadSCons-14a58022619c81533bcc7fe1f026dd02409235b3.zip
SCons-14a58022619c81533bcc7fe1f026dd02409235b3.tar.gz
SCons-14a58022619c81533bcc7fe1f026dd02409235b3.tar.bz2
Add a copyright header to test files
A lot of files that are not the main test scripts had no license/copyright headers. This change adds those. In a small number of cases, this necessitaed a change to an expected line number from a failure/exception message. Along the way, some are lightly reformatted and some add a DefaultEnvironment call. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'test/Scanner/Python/script.py')
-rw-r--r--test/Scanner/Python/script.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Scanner/Python/script.py b/test/Scanner/Python/script.py
index 105a575..e51ec41 100644
--- a/test/Scanner/Python/script.py
+++ b/test/Scanner/Python/script.py
@@ -1,3 +1,7 @@
+# SPDX-License-Identifier: MIT
+#
+# Copyright The SCons Foundation
+
import package1 # noqa: F401
import package2 # noqa: F401
import sys