diff options
Diffstat (limited to 'test/midl.py')
-rw-r--r-- | test/midl.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/midl.py b/test/midl.py index 6c1f836..f2bb5d2 100644 --- a/test/midl.py +++ b/test/midl.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# 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 @@ -22,7 +22,7 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -__revision__ = "__REVISION__" +__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" import TestSCons import sys |