Fix __COPYRIGHT__ and __revision__ lines.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 25 Sep 2008 20:43:06 +0000 (20:43 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 25 Sep 2008 20:43:06 +0000 (20:43 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@3477 fdb21ef1-2011-0410-befe-b5e4ea1792b1

test/VariantDir/include-subdir.py

index 0c8ceeea4bb02c854bace8c506fb87be7e52b910..7623b925bd023634084c62cf3b7488ccaacb7797 100644 (file)
@@ -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.