diff options
author | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2022-05-15 20:12:46 (GMT) |
---|---|---|
committer | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2022-05-15 20:12:46 (GMT) |
commit | a90c14216220dcdf1112da7c3aff52b795c3b8a1 (patch) | |
tree | 865109e7219033dfcec734c1488f3bb3902a4870 /test | |
parent | cc81a44b0095ad2e9df68e20aa9d3e4ce6f4dff9 (diff) | |
download | SCons-a90c14216220dcdf1112da7c3aff52b795c3b8a1.zip SCons-a90c14216220dcdf1112da7c3aff52b795c3b8a1.tar.gz SCons-a90c14216220dcdf1112da7c3aff52b795c3b8a1.tar.bz2 |
Update test script header with template/test.py header
Diffstat (limited to 'test')
-rw-r--r-- | test/MSVC/msvc_badversion.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/MSVC/msvc_badversion.py b/test/MSVC/msvc_badversion.py index ce419a8..a36bd2b 100644 --- a/test/MSVC/msvc_badversion.py +++ b/test/MSVC/msvc_badversion.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 scons with an invalid MSVC version when at least one MSVC is present. |