diff options
Diffstat (limited to 'scripts/scons.py')
-rwxr-xr-x | scripts/scons.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/scons.py b/scripts/scons.py index 9af9897..86a6bf6 100755 --- a/scripts/scons.py +++ b/scripts/scons.py @@ -2,7 +2,9 @@ # # SCons - a Software Constructor # -# __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 @@ -21,7 +23,7 @@ # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE # 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. +# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" |