diff options
author | Steven Knight <knight@baldmt.com> | 2003-01-20 04:29:54 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-01-20 04:29:54 (GMT) |
commit | a5f3e5e1a386486767bca62126835486e7f722fe (patch) | |
tree | 8abf785d488f53bae677844653d9ff9ce3bf1686 /test/Repository | |
parent | e7311129d841fe777bfe2d83c46033f34dac4709 (diff) | |
download | SCons-a5f3e5e1a386486767bca62126835486e7f722fe.zip SCons-a5f3e5e1a386486767bca62126835486e7f722fe.tar.gz SCons-a5f3e5e1a386486767bca62126835486e7f722fe.tar.bz2 |
Put the Copyright years in by script, not by hand.
Diffstat (limited to 'test/Repository')
-rw-r--r-- | test/Repository/BuildDir.py | 2 | ||||
-rw-r--r-- | test/Repository/CPPPATH.py | 2 | ||||
-rw-r--r-- | test/Repository/Default.py | 2 | ||||
-rw-r--r-- | test/Repository/Install-Local.py | 2 | ||||
-rw-r--r-- | test/Repository/Install.py | 2 | ||||
-rw-r--r-- | test/Repository/InstallAs.py | 2 | ||||
-rw-r--r-- | test/Repository/LIBPATH.py | 2 | ||||
-rw-r--r-- | test/Repository/Local.py | 2 | ||||
-rw-r--r-- | test/Repository/Program.py | 2 | ||||
-rw-r--r-- | test/Repository/SConscript.py | 2 | ||||
-rw-r--r-- | test/Repository/StaticLibrary.py | 2 | ||||
-rw-r--r-- | test/Repository/absolute-path.py | 2 | ||||
-rw-r--r-- | test/Repository/include.py | 2 | ||||
-rw-r--r-- | test/Repository/link-object.py | 2 | ||||
-rw-r--r-- | test/Repository/multi-dir.py | 2 | ||||
-rw-r--r-- | test/Repository/no-repository.py | 2 | ||||
-rw-r--r-- | test/Repository/option-c.py | 2 | ||||
-rw-r--r-- | test/Repository/option-n.py | 2 | ||||
-rw-r--r-- | test/Repository/targets.py | 2 | ||||
-rw-r--r-- | test/Repository/top-level-path.py | 2 | ||||
-rw-r--r-- | test/Repository/variants.py | 2 | ||||
-rw-r--r-- | test/Repository/within-repository.py | 2 |
22 files changed, 22 insertions, 22 deletions
diff --git a/test/Repository/BuildDir.py b/test/Repository/BuildDir.py index 07d3deb..eaafc09 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 79939af..9638375 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 dd0657c..ff5a504 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 9d2975a..b987670 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 ec27909..4df9c24 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 0dd851f..749c745 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 bdcc426..96b198e 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 669d1f2..1163767 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 cf82d5c..6f06975 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 731f4e7..0d979f6 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 8c7f4fa..00c5eb5 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 e0e0147..ecbe444 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 43bb510..e555e9e 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 5029aea..503363e 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 2f7f3f1..777baf8 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 fe328e9..db8431d 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 1eff06b..7013cab 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 86108ba..b55a1da 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 6fe1f49..2839046 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 3cfff0f..00c056c 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 1f8fc0f..7e438ec 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 dbd663c..dc16d62 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 |