diff options
author | William Deegan <bill@baddogconsulting.com> | 2022-06-15 18:35:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 18:35:17 (GMT) |
commit | cc17fb349b7ce2295f994b1c79f4d9c98acf7742 (patch) | |
tree | 282d6e5b05898f925444a904a2222868ec4b3eef /test | |
parent | 3b8e2b8ec624697bbbc6854b00efe28acb3a2ce8 (diff) | |
parent | 0f26ddd8d2419191383f9292c1ad68b9932ed8c5 (diff) | |
download | SCons-cc17fb349b7ce2295f994b1c79f4d9c98acf7742.zip SCons-cc17fb349b7ce2295f994b1c79f4d9c98acf7742.tar.gz SCons-cc17fb349b7ce2295f994b1c79f4d9c98acf7742.tar.bz2 |
Merge pull request #4178 from bdbaddog/trivial_fortran_cleanup
trivial fortran cleanups.
Diffstat (limited to 'test')
-rw-r--r-- | test/Fortran/FORTRANPATH.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/Fortran/FORTRANPATH.py b/test/Fortran/FORTRANPATH.py index ee01aee..d80a825 100644 --- a/test/Fortran/FORTRANPATH.py +++ b/test/Fortran/FORTRANPATH.py @@ -1,6 +1,7 @@ #!/usr/bin/env python +# MIT License # -# __COPYRIGHT__ +# 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 +21,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__" import os |