summaryrefslogtreecommitdiffstats
path: root/src/script
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-01-07 14:50:10 (GMT)
committerSteven Knight <knight@baldmt.com>2004-01-07 14:50:10 (GMT)
commitdf04c03d64316a86173bdc5277a6ace670b50e26 (patch)
tree3288383a1c18f4c3f69b53be52987e0c203d634b /src/script
parentd00b2bfbb9199e50c417cc9f867d767b79a68f4b (diff)
downloadSCons-df04c03d64316a86173bdc5277a6ace670b50e26.zip
SCons-df04c03d64316a86173bdc5277a6ace670b50e26.tar.gz
SCons-df04c03d64316a86173bdc5277a6ace670b50e26.tar.bz2
Update the Copyright years to include 2004.
Diffstat (limited to 'src/script')
-rw-r--r--src/script/sconsign.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/sconsign.py b/src/script/sconsign.py
index cc9e58d..1c0a769 100644
--- a/src/script/sconsign.py
+++ b/src/script/sconsign.py
@@ -2,7 +2,7 @@
#
# SCons - a Software Constructor
#
-# Copyright (c) 2001, 2002, 2003 Steven Knight
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
@@ -24,7 +24,7 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
-__revision__ = "__REVISION__"
+__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
__version__ = "__VERSION__"