diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-07-18 21:35:33 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2021-07-18 21:35:33 (GMT) |
commit | 622027e2566dfb820d0681b592583053092a6f5f (patch) | |
tree | f660e7f1f43b2a5e4047cf3ba6a6a7ec585b42d6 /scripts/scons.py | |
parent | 8a3645ede63154aca94bcfb273c65760cb057a17 (diff) | |
download | SCons-622027e2566dfb820d0681b592583053092a6f5f.zip SCons-622027e2566dfb820d0681b592583053092a6f5f.tar.gz SCons-622027e2566dfb820d0681b592583053092a6f5f.tar.bz2 |
misc updates to man/users guide copyright formatting. Minor updates to update-release-info to use 'Released: <date here>' instead of range of years.
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__" |