From e9c17c7d71127539717f4084e43e449af4995e81 Mon Sep 17 00:00:00 2001 From: Alex Burton Date: Fri, 12 May 2023 10:41:24 +1000 Subject: Update copyright in test python. --- test/D/di/Common/common.py | 12 ++++++------ test/D/di/sconstest-dmd.py | 12 ++++++------ test/D/di/sconstest-gdc.py | 12 ++++++------ test/D/di/sconstest-ldc.py | 12 ++++++------ 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/test/D/di/Common/common.py b/test/D/di/Common/common.py index a8c844e..6ca40f9 100644 --- a/test/D/di/Common/common.py +++ b/test/D/di/Common/common.py @@ -1,9 +1,6 @@ -""" -Support functions for all the tests. -""" - +# 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 @@ -23,7 +20,10 @@ Support functions for all the tests. # 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. -# + +""" +Test D compilers use of .di files +""" __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" diff --git a/test/D/di/sconstest-dmd.py b/test/D/di/sconstest-dmd.py index df6ddeb..1798cb1 100644 --- a/test/D/di/sconstest-dmd.py +++ b/test/D/di/sconstest-dmd.py @@ -1,9 +1,6 @@ -""" -Test compiling and executing using the dmd tool. -""" - +# 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 @@ -23,7 +20,10 @@ Test compiling and executing using the dmd tool. # 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. -# + +""" +Test dmd use of .di files +""" __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" diff --git a/test/D/di/sconstest-gdc.py b/test/D/di/sconstest-gdc.py index 43bb8eb..1db1d3b 100644 --- a/test/D/di/sconstest-gdc.py +++ b/test/D/di/sconstest-gdc.py @@ -1,9 +1,6 @@ -""" -Test compiling and executing using the gcd tool. -""" - +# 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 @@ -23,7 +20,10 @@ Test compiling and executing using the gcd tool. # 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. -# + +""" +Test gdc use of .di files +""" __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" diff --git a/test/D/di/sconstest-ldc.py b/test/D/di/sconstest-ldc.py index f61efbc..07fd089 100644 --- a/test/D/di/sconstest-ldc.py +++ b/test/D/di/sconstest-ldc.py @@ -1,9 +1,6 @@ -""" -Test compiling and executing using the ldc tool. -""" - +# 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 @@ -23,7 +20,10 @@ Test compiling and executing using the ldc tool. # 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. -# + +""" +Test ldc use of .di files +""" __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" -- cgit v0.12