diff options
author | Steven Knight <knight@baldmt.com> | 2004-07-30 22:32:56 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-07-30 22:32:56 (GMT) |
commit | d292a3c5d016908d53587675bbe02c032a5a7a28 (patch) | |
tree | f59b7025a29a357bed7170848520cc7575c5ab8b /SConstruct | |
parent | cd46401690172d1b2d2b9cc3a78379f9af041e85 (diff) | |
download | SCons-d292a3c5d016908d53587675bbe02c032a5a7a28.zip SCons-d292a3c5d016908d53587675bbe02c032a5a7a28.tar.gz SCons-d292a3c5d016908d53587675bbe02c032a5a7a28.tar.bz2 |
Change the copyright statement to reflect ownership by the foundation. Add and fix statements where needed. Update scripts accordingly.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ import time project = 'scons' default_version = '0.95' -copyright = "Copyright (c) %s Steven Knight" % copyright_years +copyright = "Copyright (c) %s The SCons Foundation" % copyright_years Default('.') |