diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-03-18 17:12:46 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2021-03-18 17:12:46 (GMT) |
commit | 39fc36c9045c161ce7ef8bed0ae3ea220efa2238 (patch) | |
tree | e0515a666c68d31f56aea9ae9beb03c1573b3b62 | |
parent | 04c8c9ac2510d3d7c38a653fc2d415abee33c9ee (diff) | |
download | SCons-39fc36c9045c161ce7ef8bed0ae3ea220efa2238.zip SCons-39fc36c9045c161ce7ef8bed0ae3ea220efa2238.tar.gz SCons-39fc36c9045c161ce7ef8bed0ae3ea220efa2238.tar.bz2 |
Fix some tests copyright text
-rw-r--r-- | test/Dir/Dir.py | 7 | ||||
-rw-r--r-- | test/Dir/DriveAbsPath.py | 7 | ||||
-rw-r--r-- | test/Dir/PyPackageDir/PyPackageDir.py | 7 | ||||
-rw-r--r-- | test/Dir/mixed-targets.py | 7 | ||||
-rw-r--r-- | test/Dir/source.py | 7 |
5 files changed, 15 insertions, 20 deletions
diff --git a/test/Dir/Dir.py b/test/Dir/Dir.py index 42a48f3..d154873 100644 --- a/test/Dir/Dir.py +++ b/test/Dir/Dir.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__" """ Verify that the Dir() global function and environment method work diff --git a/test/Dir/DriveAbsPath.py b/test/Dir/DriveAbsPath.py index ab29594..5cb675e 100644 --- a/test/Dir/DriveAbsPath.py +++ b/test/Dir/DriveAbsPath.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__" r""" Test to confirm that Dir(drive_path).abspath works on Windows. This verifies diff --git a/test/Dir/PyPackageDir/PyPackageDir.py b/test/Dir/PyPackageDir/PyPackageDir.py index beb256b..ca3bd01 100644 --- a/test/Dir/PyPackageDir/PyPackageDir.py +++ b/test/Dir/PyPackageDir/PyPackageDir.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__"
import TestSCons
diff --git a/test/Dir/mixed-targets.py b/test/Dir/mixed-targets.py index 3389746..e4dc349 100644 --- a/test/Dir/mixed-targets.py +++ b/test/Dir/mixed-targets.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__" """ Make sure that target lists of intermixed Node.FS.Dir and Node.FS.File diff --git a/test/Dir/source.py b/test/Dir/source.py index 5fe917d..f38b07d 100644 --- a/test/Dir/source.py +++ b/test/Dir/source.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__" """ This test tests directories as source files. The correct behavior is that |