summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-07-30 22:32:56 (GMT)
committerSteven Knight <knight@baldmt.com>2004-07-30 22:32:56 (GMT)
commitd292a3c5d016908d53587675bbe02c032a5a7a28 (patch)
treef59b7025a29a357bed7170848520cc7575c5ab8b /SConstruct
parentcd46401690172d1b2d2b9cc3a78379f9af041e85 (diff)
downloadSCons-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--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 0822095..a3e0903 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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('.')