diff options
Diffstat (limited to 'test/ninja/generate_source.py')
-rw-r--r-- | test/ninja/generate_source.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/ninja/generate_source.py b/test/ninja/generate_source.py index 76c79bb..141b19c 100644 --- a/test/ninja/generate_source.py +++ b/test/ninja/generate_source.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# __COPYRIGHT__ +# Copyright The SCons Foundation # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -22,8 +22,6 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" - import os import TestSCons from TestCmd import IS_WINDOWS |