diff options
| author | Steven Knight <knight@baldmt.com> | 2003-09-15 12:03:51 (GMT) |
|---|---|---|
| committer | Steven Knight <knight@baldmt.com> | 2003-09-15 12:03:51 (GMT) |
| commit | f36ff530132ecfe7941f80d2d6e5f03f75decf41 (patch) | |
| tree | 6934b9a121c17c02f89c9886d77dd877feb56eee /src/engine/SCons/Tool/c++.py | |
| parent | 3ab7670a45179b7a09eabc219842f6c224ad35da (diff) | |
| download | SCons-f36ff530132ecfe7941f80d2d6e5f03f75decf41.zip SCons-f36ff530132ecfe7941f80d2d6e5f03f75decf41.tar.gz SCons-f36ff530132ecfe7941f80d2d6e5f03f75decf41.tar.bz2 | |
Correct __COPYRIGHT__ and __revision__ lines in files. Add missing copyright notices. Fix some portability problems with new Tool files.
Diffstat (limited to 'src/engine/SCons/Tool/c++.py')
| -rw-r--r-- | src/engine/SCons/Tool/c++.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/SCons/Tool/c++.py b/src/engine/SCons/Tool/c++.py index 8ede17e..1a6c6c0 100644 --- a/src/engine/SCons/Tool/c++.py +++ b/src/engine/SCons/Tool/c++.py @@ -8,7 +8,7 @@ selection method. """ # -# 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 @@ -30,7 +30,7 @@ selection method. # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -__revision__ = "" +__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" import os.path |
