summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-09-15 12:03:51 (GMT)
committerSteven Knight <knight@baldmt.com>2003-09-15 12:03:51 (GMT)
commitf36ff530132ecfe7941f80d2d6e5f03f75decf41 (patch)
tree6934b9a121c17c02f89c9886d77dd877feb56eee /test
parent3ab7670a45179b7a09eabc219842f6c224ad35da (diff)
downloadSCons-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 'test')
-rw-r--r--test/SCONS_LIB_DIR.py2
-rw-r--r--test/append-action.py2
-rw-r--r--test/dependency-cycle.py2
-rw-r--r--test/midl.py4
-rw-r--r--test/option--max-drift.py2
-rw-r--r--test/pre-post-actions.py2
-rw-r--r--test/sconsign-script.py4
7 files changed, 8 insertions, 10 deletions
diff --git a/test/SCONS_LIB_DIR.py b/test/SCONS_LIB_DIR.py
index 2a9b986..553da1d 100644
--- a/test/SCONS_LIB_DIR.py
+++ b/test/SCONS_LIB_DIR.py
@@ -22,7 +22,7 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
-__revision__ = "test/SCONS_LIB_DIR.py __REVISION__ __DATE__ __DEVELOPER__"
+__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
import TestSCons
import os
diff --git a/test/append-action.py b/test/append-action.py
index c8de281..fa3bb64 100644
--- a/test/append-action.py
+++ b/test/append-action.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2001, 2002 Steven Knight
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/dependency-cycle.py b/test/dependency-cycle.py
index 194be94..1486c76 100644
--- a/test/dependency-cycle.py
+++ b/test/dependency-cycle.py
@@ -22,7 +22,7 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
-__revision__ = "test/dependency-cycle.py __REVISION__ __DATE__ __DEVELOPER__"
+__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
import TestSCons
import TestCmd
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
diff --git a/test/option--max-drift.py b/test/option--max-drift.py
index 255b3b1..bc26f33 100644
--- a/test/option--max-drift.py
+++ b/test/option--max-drift.py
@@ -24,8 +24,6 @@
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
-__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
-
import os.path
import os
import string
diff --git a/test/pre-post-actions.py b/test/pre-post-actions.py
index d5340f2..1e69a21 100644
--- a/test/pre-post-actions.py
+++ b/test/pre-post-actions.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2001, 2002 Steven Knight
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/sconsign-script.py b/test/sconsign-script.py
index a5c0aa7..24e23a0 100644
--- a/test/sconsign-script.py
+++ b/test/sconsign-script.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__ = "/home/scons/scons/branch.0/baseline/test/sconsign.py 0.90.D001 2003/06/25 15:32:24 knight"
+__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
import os.path
import string