diff options
author | Steven Knight <knight@baldmt.com> | 2004-01-07 14:50:10 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-01-07 14:50:10 (GMT) |
commit | df04c03d64316a86173bdc5277a6ace670b50e26 (patch) | |
tree | 3288383a1c18f4c3f69b53be52987e0c203d634b /src/script/sconsign.py | |
parent | d00b2bfbb9199e50c417cc9f867d767b79a68f4b (diff) | |
download | SCons-df04c03d64316a86173bdc5277a6ace670b50e26.zip SCons-df04c03d64316a86173bdc5277a6ace670b50e26.tar.gz SCons-df04c03d64316a86173bdc5277a6ace670b50e26.tar.bz2 |
Update the Copyright years to include 2004.
Diffstat (limited to 'src/script/sconsign.py')
-rw-r--r-- | src/script/sconsign.py | 4 |
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__" |