diff options
author | Steven Knight <knight@baldmt.com> | 2003-01-20 04:29:54 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-01-20 04:29:54 (GMT) |
commit | a5f3e5e1a386486767bca62126835486e7f722fe (patch) | |
tree | 8abf785d488f53bae677844653d9ff9ce3bf1686 /src/script | |
parent | e7311129d841fe777bfe2d83c46033f34dac4709 (diff) | |
download | SCons-a5f3e5e1a386486767bca62126835486e7f722fe.zip SCons-a5f3e5e1a386486767bca62126835486e7f722fe.tar.gz SCons-a5f3e5e1a386486767bca62126835486e7f722fe.tar.bz2 |
Put the Copyright years in by script, not by hand.
Diffstat (limited to 'src/script')
-rw-r--r-- | src/script/README.txt | 2 | ||||
-rw-r--r-- | src/script/scons.py | 2 | ||||
-rw-r--r-- | src/script/setup.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/script/README.txt b/src/script/README.txt index 7b465b6..3c45a94 100644 --- a/src/script/README.txt +++ b/src/script/README.txt @@ -4,7 +4,7 @@ ### SCHEME. WE'RE SAVING THIS IN CASE WE NEED OR WANT TO RESURRECT ### A SEPARATE SCRIPT PACKAGE IN THE FUTURE. ### -# Copyright (c) 2001, 2002, 2003 Steven Knight +# __COPYRIGHT__ # __FILE__ __REVISION__ __DATE__ __DEVELOPER__ diff --git a/src/script/scons.py b/src/script/scons.py index 7acf67c..f21a3eb 100644 --- a/src/script/scons.py +++ b/src/script/scons.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 diff --git a/src/script/setup.py b/src/script/setup.py index dbe3cdf..1d0c874 100644 --- a/src/script/setup.py +++ b/src/script/setup.py @@ -1,5 +1,5 @@ # -# 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 |