diff options
| author | Mats Wichmann <mats@linux.com> | 2023-02-20 18:43:59 (GMT) |
|---|---|---|
| committer | Mats Wichmann <mats@linux.com> | 2023-05-21 12:48:55 (GMT) |
| commit | 14a58022619c81533bcc7fe1f026dd02409235b3 (patch) | |
| tree | 86f40f99f1fcfaf5b7629d0bc8e40c6a2c7436c7 /test/Java/java_version_image/src5/TestSCons.java | |
| parent | d7ed1c6b91b93e70aae63fdd1e397a37cfec024b (diff) | |
| download | SCons-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/Java/java_version_image/src5/TestSCons.java')
| -rw-r--r-- | test/Java/java_version_image/src5/TestSCons.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Java/java_version_image/src5/TestSCons.java b/test/Java/java_version_image/src5/TestSCons.java index 46572c4..d169fd3 100644 --- a/test/Java/java_version_image/src5/TestSCons.java +++ b/test/Java/java_version_image/src5/TestSCons.java @@ -1,3 +1,7 @@ +// SPDX-License-Identifier: MIT +// +// Copyright The SCons Foundation + class TestSCons { public static void main(String[] args) { Foo[] fooArray = new Foo[] { new Foo() }; |
