summaryrefslogtreecommitdiffstats
path: root/test/Java/java_version_image/src4/NestedExample.java
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/Java/java_version_image/src4/NestedExample.java
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/Java/java_version_image/src4/NestedExample.java')
-rw-r--r--test/Java/java_version_image/src4/NestedExample.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Java/java_version_image/src4/NestedExample.java b/test/Java/java_version_image/src4/NestedExample.java
index 531f2e9..ac4edd5 100644
--- a/test/Java/java_version_image/src4/NestedExample.java
+++ b/test/Java/java_version_image/src4/NestedExample.java
@@ -1,3 +1,7 @@
+// SPDX-License-Identifier: MIT
+//
+// Copyright The SCons Foundation
+
// import java.util.*;
public class NestedExample