summaryrefslogtreecommitdiff
path: root/test/Repository
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-01-20 04:29:54 +0000
committerSteven Knight <knight@baldmt.com>2003-01-20 04:29:54 +0000
commita5f3e5e1a386486767bca62126835486e7f722fe (patch)
tree8abf785d488f53bae677844653d9ff9ce3bf1686 /test/Repository
parente7311129d841fe777bfe2d83c46033f34dac4709 (diff)
downloadscons-a5f3e5e1a386486767bca62126835486e7f722fe.tar.gz
Put the Copyright years in by script, not by hand.
Diffstat (limited to 'test/Repository')
-rw-r--r--test/Repository/BuildDir.py2
-rw-r--r--test/Repository/CPPPATH.py2
-rw-r--r--test/Repository/Default.py2
-rw-r--r--test/Repository/Install-Local.py2
-rw-r--r--test/Repository/Install.py2
-rw-r--r--test/Repository/InstallAs.py2
-rw-r--r--test/Repository/LIBPATH.py2
-rw-r--r--test/Repository/Local.py2
-rw-r--r--test/Repository/Program.py2
-rw-r--r--test/Repository/SConscript.py2
-rw-r--r--test/Repository/StaticLibrary.py2
-rw-r--r--test/Repository/absolute-path.py2
-rw-r--r--test/Repository/include.py2
-rw-r--r--test/Repository/link-object.py2
-rw-r--r--test/Repository/multi-dir.py2
-rw-r--r--test/Repository/no-repository.py2
-rw-r--r--test/Repository/option-c.py2
-rw-r--r--test/Repository/option-n.py2
-rw-r--r--test/Repository/targets.py2
-rw-r--r--test/Repository/top-level-path.py2
-rw-r--r--test/Repository/variants.py2
-rw-r--r--test/Repository/within-repository.py2
22 files changed, 22 insertions, 22 deletions
diff --git a/test/Repository/BuildDir.py b/test/Repository/BuildDir.py
index 07d3debf..eaafc096 100644
--- a/test/Repository/BuildDir.py
+++ b/test/Repository/BuildDir.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
diff --git a/test/Repository/CPPPATH.py b/test/Repository/CPPPATH.py
index 79939af5..96383756 100644
--- a/test/Repository/CPPPATH.py
+++ b/test/Repository/CPPPATH.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
diff --git a/test/Repository/Default.py b/test/Repository/Default.py
index dd0657c0..ff5a5043 100644
--- a/test/Repository/Default.py
+++ b/test/Repository/Default.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
diff --git a/test/Repository/Install-Local.py b/test/Repository/Install-Local.py
index 9d2975a6..b987670c 100644
--- a/test/Repository/Install-Local.py
+++ b/test/Repository/Install-Local.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
diff --git a/test/Repository/Install.py b/test/Repository/Install.py
index ec279098..4df9c243 100644
--- a/test/Repository/Install.py
+++ b/test/Repository/Install.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
diff --git a/test/Repository/InstallAs.py b/test/Repository/InstallAs.py
index 0dd851fc..749c745e 100644
--- a/test/Repository/InstallAs.py
+++ b/test/Repository/InstallAs.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
diff --git a/test/Repository/LIBPATH.py b/test/Repository/LIBPATH.py
index bdcc4265..96b198e1 100644
--- a/test/Repository/LIBPATH.py
+++ b/test/Repository/LIBPATH.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
diff --git a/test/Repository/Local.py b/test/Repository/Local.py
index 669d1f2f..1163767b 100644
--- a/test/Repository/Local.py
+++ b/test/Repository/Local.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
diff --git a/test/Repository/Program.py b/test/Repository/Program.py
index cf82d5cb..6f06975e 100644
--- a/test/Repository/Program.py
+++ b/test/Repository/Program.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
diff --git a/test/Repository/SConscript.py b/test/Repository/SConscript.py
index 731f4e7e..0d979f6c 100644
--- a/test/Repository/SConscript.py
+++ b/test/Repository/SConscript.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
diff --git a/test/Repository/StaticLibrary.py b/test/Repository/StaticLibrary.py
index 8c7f4faf..00c5eb59 100644
--- a/test/Repository/StaticLibrary.py
+++ b/test/Repository/StaticLibrary.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
diff --git a/test/Repository/absolute-path.py b/test/Repository/absolute-path.py
index e0e01478..ecbe444f 100644
--- a/test/Repository/absolute-path.py
+++ b/test/Repository/absolute-path.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
diff --git a/test/Repository/include.py b/test/Repository/include.py
index 43bb510b..e555e9e4 100644
--- a/test/Repository/include.py
+++ b/test/Repository/include.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
diff --git a/test/Repository/link-object.py b/test/Repository/link-object.py
index 5029aeaf..503363ed 100644
--- a/test/Repository/link-object.py
+++ b/test/Repository/link-object.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
diff --git a/test/Repository/multi-dir.py b/test/Repository/multi-dir.py
index 2f7f3f12..777baf8b 100644
--- a/test/Repository/multi-dir.py
+++ b/test/Repository/multi-dir.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
diff --git a/test/Repository/no-repository.py b/test/Repository/no-repository.py
index fe328e99..db8431d0 100644
--- a/test/Repository/no-repository.py
+++ b/test/Repository/no-repository.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
diff --git a/test/Repository/option-c.py b/test/Repository/option-c.py
index 1eff06bf..7013cab1 100644
--- a/test/Repository/option-c.py
+++ b/test/Repository/option-c.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
diff --git a/test/Repository/option-n.py b/test/Repository/option-n.py
index 86108ba3..b55a1da4 100644
--- a/test/Repository/option-n.py
+++ b/test/Repository/option-n.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
diff --git a/test/Repository/targets.py b/test/Repository/targets.py
index 6fe1f490..28390468 100644
--- a/test/Repository/targets.py
+++ b/test/Repository/targets.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
diff --git a/test/Repository/top-level-path.py b/test/Repository/top-level-path.py
index 3cfff0f1..00c056c0 100644
--- a/test/Repository/top-level-path.py
+++ b/test/Repository/top-level-path.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
diff --git a/test/Repository/variants.py b/test/Repository/variants.py
index 1f8fc0f7..7e438ecf 100644
--- a/test/Repository/variants.py
+++ b/test/Repository/variants.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
diff --git a/test/Repository/within-repository.py b/test/Repository/within-repository.py
index dbd663c7..dc16d629 100644
--- a/test/Repository/within-repository.py
+++ b/test/Repository/within-repository.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