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 /doc/SConscript | |
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 'doc/SConscript')
-rw-r--r-- | doc/SConscript | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/SConscript b/doc/SConscript index cebb9bd..ba96935 100644 --- a/doc/SConscript +++ b/doc/SConscript @@ -2,8 +2,9 @@ # SConscript file for building SCons documentation. # +# 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 @@ -22,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 import os.path import re |