diff options
author | Steven Knight <knight@baldmt.com> | 2008-09-25 20:43:06 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2008-09-25 20:43:06 (GMT) |
commit | 63c733cb40546b3f48e7e329cc8c55778447a7dd (patch) | |
tree | a9c4cb6f3b3fb50ddbe7b32e937b0ebcf6a29d4c /test | |
parent | e8a3d47f33c00eb8935cf0d7bcd87fc88b73e7aa (diff) | |
download | SCons-63c733cb40546b3f48e7e329cc8c55778447a7dd.zip SCons-63c733cb40546b3f48e7e329cc8c55778447a7dd.tar.gz SCons-63c733cb40546b3f48e7e329cc8c55778447a7dd.tar.bz2 |
Fix __COPYRIGHT__ and __revision__ lines.
Diffstat (limited to 'test')
-rw-r--r-- | test/VariantDir/include-subdir.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/VariantDir/include-subdir.py b/test/VariantDir/include-subdir.py index 0c8ceee..7623b92 100644 --- a/test/VariantDir/include-subdir.py +++ b/test/VariantDir/include-subdir.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 The SCons Foundation +# __COPYRIGHT__ # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -22,7 +22,7 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -__revision__ = "test/VariantDir/removed-files.py 3057 2008/06/09 22:21:00 knight" +__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" """ Test VariantDir handling of #include files in subdirectories. |