summaryrefslogtreecommitdiff
path: root/test/Repository
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-01-16 21:15:29 +0000
committerSteven Knight <knight@baldmt.com>2003-01-16 21:15:29 +0000
commitb71b4b87ff6224de450018ba1a3192103f68160d (patch)
treed4181f429bb63f31f67a50b553703cc1b03d7495 /test/Repository
parent34ba2778e9f8505a9ed378012525b9ad24e9a366 (diff)
downloadscons-b71b4b87ff6224de450018ba1a3192103f68160d.tar.gz
Update Copyright years.
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 66879374..07d3debf 100644
--- a/test/Repository/BuildDir.py
+++ b/test/Repository/BuildDir.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2001, 2002 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# 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 cdb5cd70..79939af5 100644
--- a/test/Repository/CPPPATH.py
+++ b/test/Repository/CPPPATH.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2001, 2002 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# 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 e531c4e5..dd0657c0 100644
--- a/test/Repository/Default.py
+++ b/test/Repository/Default.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2001, 2002 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# 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 29c2970d..9d2975a6 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 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# 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 44e7c975..ec279098 100644
--- a/test/Repository/Install.py
+++ b/test/Repository/Install.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2001, 2002 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# 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 a4ff0cc8..0dd851fc 100644
--- a/test/Repository/InstallAs.py
+++ b/test/Repository/InstallAs.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2001, 2002 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# 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 a3854104..bdcc4265 100644
--- a/test/Repository/LIBPATH.py
+++ b/test/Repository/LIBPATH.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2001, 2002 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# 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 033fb710..669d1f2f 100644
--- a/test/Repository/Local.py
+++ b/test/Repository/Local.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2001, 2002 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# 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 03fc78fb..cf82d5cb 100644
--- a/test/Repository/Program.py
+++ b/test/Repository/Program.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2001, 2002 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# 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 2a305900..731f4e7e 100644
--- a/test/Repository/SConscript.py
+++ b/test/Repository/SConscript.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2001, 2002 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# 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 14b9c3ba..8c7f4faf 100644
--- a/test/Repository/StaticLibrary.py
+++ b/test/Repository/StaticLibrary.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2001, 2002 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# 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 ad392f01..e0e01478 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 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# 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 28bc7cee..43bb510b 100644
--- a/test/Repository/include.py
+++ b/test/Repository/include.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2001, 2002 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# 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 90d2e70e..5029aeaf 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 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# 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 9aa2bca1..2f7f3f12 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 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# 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 430db266..fe328e99 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 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# 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 f4727cd1..1eff06bf 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 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# 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 b4beda72..86108ba3 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 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# 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 06a46efe..6fe1f490 100644
--- a/test/Repository/targets.py
+++ b/test/Repository/targets.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2001, 2002 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# 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 f46c3dab..3cfff0f1 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 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# 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 8e75b1fc..1f8fc0f7 100644
--- a/test/Repository/variants.py
+++ b/test/Repository/variants.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2001, 2002 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# 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 6b9f0866..dbd663c7 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 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the