diff options
author | Mats Wichmann <mats@linux.com> | 2021-10-31 18:01:25 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2021-10-31 18:01:25 (GMT) |
commit | 40ede9995361abb3169891486754f51bfaabdf9b (patch) | |
tree | 4e1fd412b5050600fd4d541443e85dd40b8f2ced /test/Java/RMICCOMSTR.py | |
parent | 5ff93bebb7b3d0a13325661859ae29690d121d21 (diff) | |
download | SCons-40ede9995361abb3169891486754f51bfaabdf9b.zip SCons-40ede9995361abb3169891486754f51bfaabdf9b.tar.gz SCons-40ede9995361abb3169891486754f51bfaabdf9b.tar.bz2 |
Java tests: minor cleanups
Update file headers
Remove references to javah that are not used
Black a couple of SConstcuts
No functional changes - prep work for javah workarounds.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'test/Java/RMICCOMSTR.py')
-rw-r--r-- | test/Java/RMICCOMSTR.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/Java/RMICCOMSTR.py b/test/Java/RMICCOMSTR.py index d4d1904..2425a3d 100644 --- a/test/Java/RMICCOMSTR.py +++ b/test/Java/RMICCOMSTR.py @@ -1,6 +1,8 @@ #!/usr/bin/env python # -# __COPYRIGHT__ +# MIT License +# +# Copyright The SCons Foundation # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -20,9 +22,6 @@ # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -# - -__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" """ Test that the $RMICCOMSTR construction variable allows you to configure |