summaryrefslogtreecommitdiffstats
path: root/test/Repository
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-01-16 21:15:29 (GMT)
committerSteven Knight <knight@baldmt.com>2003-01-16 21:15:29 (GMT)
commitb71b4b87ff6224de450018ba1a3192103f68160d (patch)
treed4181f429bb63f31f67a50b553703cc1b03d7495 /test/Repository
parent34ba2778e9f8505a9ed378012525b9ad24e9a366 (diff)
downloadSCons-b71b4b87ff6224de450018ba1a3192103f68160d.zip
SCons-b71b4b87ff6224de450018ba1a3192103f68160d.tar.gz
SCons-b71b4b87ff6224de450018ba1a3192103f68160d.tar.bz2
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 6687937..07d3deb 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 cdb5cd7..79939af 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 e531c4e..dd0657c 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 29c2970..9d2975a 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 44e7c97..ec27909 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 a4ff0cc..0dd851f 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 a385410..bdcc426 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 033fb71..669d1f2 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 03fc78f..cf82d5c 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 2a30590..731f4e7 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 14b9c3b..8c7f4fa 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 ad392f0..e0e0147 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 28bc7ce..43bb510 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 90d2e70..5029aea 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 9aa2bca..2f7f3f1 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 430db26..fe328e9 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 f4727cd..1eff06b 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 b4beda7..86108ba 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 06a46ef..6fe1f49 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 f46c3da..3cfff0f 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 8e75b1f..1f8fc0f 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 6b9f086..dbd663c 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