From a5f3e5e1a386486767bca62126835486e7f722fe Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Mon, 20 Jan 2003 04:29:54 +0000 Subject: Put the Copyright years in by script, not by hand. --- LICENSE | 2 +- LICENSE-local | 2 +- README | 2 +- README-local | 2 +- SConstruct | 9 +++++++-- debian/copyright | 4 ++-- doc/SConscript | 2 +- doc/man/scons.1 | 2 +- etc/SConscript | 2 +- src/CHANGES.txt | 2 +- src/LICENSE.txt | 2 +- src/README.txt | 2 +- src/RELEASE.txt | 2 +- src/engine/README.txt | 2 +- src/engine/SCons/Action.py | 2 +- src/engine/SCons/ActionTests.py | 2 +- src/engine/SCons/Builder.py | 2 +- src/engine/SCons/BuilderTests.py | 2 +- src/engine/SCons/Defaults.py | 2 +- src/engine/SCons/Environment.py | 2 +- src/engine/SCons/EnvironmentTests.py | 2 +- src/engine/SCons/Errors.py | 2 +- src/engine/SCons/ErrorsTests.py | 2 +- src/engine/SCons/Job.py | 2 +- src/engine/SCons/JobTests.py | 2 +- src/engine/SCons/Node/Alias.py | 2 +- src/engine/SCons/Node/AliasTests.py | 2 +- src/engine/SCons/Node/FS.py | 2 +- src/engine/SCons/Node/FSTests.py | 2 +- src/engine/SCons/Node/NodeTests.py | 2 +- src/engine/SCons/Node/__init__.py | 2 +- src/engine/SCons/Options.py | 2 +- src/engine/SCons/OptionsTests.py | 2 +- src/engine/SCons/Platform/PlatformTests.py | 2 +- src/engine/SCons/Platform/__init__.py | 2 +- src/engine/SCons/Platform/cygwin.py | 2 +- src/engine/SCons/Platform/os2.py | 2 +- src/engine/SCons/Platform/posix.py | 2 +- src/engine/SCons/Platform/win32.py | 2 +- src/engine/SCons/Scanner/C.py | 2 +- src/engine/SCons/Scanner/CTests.py | 2 +- src/engine/SCons/Scanner/Fortran.py | 2 +- src/engine/SCons/Scanner/FortranTests.py | 2 +- src/engine/SCons/Scanner/Prog.py | 2 +- src/engine/SCons/Scanner/ProgTests.py | 2 +- src/engine/SCons/Scanner/ScannerTests.py | 2 +- src/engine/SCons/Scanner/__init__.py | 2 +- src/engine/SCons/Script/SConscript.py | 2 +- src/engine/SCons/Script/SConscriptTests.py | 2 +- src/engine/SCons/Script/__init__.py | 4 ++-- src/engine/SCons/Sig/MD5.py | 2 +- src/engine/SCons/Sig/MD5Tests.py | 2 +- src/engine/SCons/Sig/SigTests.py | 2 +- src/engine/SCons/Sig/TimeStamp.py | 2 +- src/engine/SCons/Sig/TimeStampTests.py | 2 +- src/engine/SCons/Sig/__init__.py | 2 +- src/engine/SCons/Taskmaster.py | 2 +- src/engine/SCons/TaskmasterTests.py | 2 +- src/engine/SCons/Tool/ToolTests.py | 2 +- src/engine/SCons/Tool/__init__.py | 2 +- src/engine/SCons/Tool/ar.py | 2 +- src/engine/SCons/Tool/default.py | 2 +- src/engine/SCons/Tool/dvipdf.py | 2 +- src/engine/SCons/Tool/dvips.py | 2 +- src/engine/SCons/Tool/g++.py | 2 +- src/engine/SCons/Tool/g77.py | 2 +- src/engine/SCons/Tool/gas.py | 2 +- src/engine/SCons/Tool/gcc.py | 2 +- src/engine/SCons/Tool/gnulink.py | 2 +- src/engine/SCons/Tool/icc.py | 2 +- src/engine/SCons/Tool/ifl.py | 2 +- src/engine/SCons/Tool/ilink.py | 2 +- src/engine/SCons/Tool/latex.py | 2 +- src/engine/SCons/Tool/lex.py | 2 +- src/engine/SCons/Tool/masm.py | 2 +- src/engine/SCons/Tool/mingw.py | 2 +- src/engine/SCons/Tool/mslib.py | 2 +- src/engine/SCons/Tool/mslink.py | 2 +- src/engine/SCons/Tool/msvc.py | 2 +- src/engine/SCons/Tool/nasm.py | 2 +- src/engine/SCons/Tool/pdflatex.py | 2 +- src/engine/SCons/Tool/pdftex.py | 2 +- src/engine/SCons/Tool/tar.py | 2 +- src/engine/SCons/Tool/tex.py | 2 +- src/engine/SCons/Tool/yacc.py | 2 +- src/engine/SCons/Util.py | 2 +- src/engine/SCons/UtilTests.py | 2 +- src/engine/SCons/Warnings.py | 2 +- src/engine/SCons/WarningsTests.py | 2 +- src/engine/SCons/__init__.py | 2 +- src/engine/SCons/exitfuncs.py | 2 +- src/engine/setup.py | 2 +- src/script/README.txt | 2 +- src/script/scons.py | 2 +- src/script/setup.py | 2 +- src/setup.py | 2 +- template/Tests.py | 2 +- template/__init__.py | 2 +- template/file.py | 2 +- template/test.py | 16 +++++++++++++++- test/AR.py | 2 +- test/ARFLAGS.py | 2 +- test/ARGUMENTS.py | 2 +- test/AS.py | 2 +- test/ASFLAGS.py | 2 +- test/Alias-scanner.py | 2 +- test/Alias.py | 2 +- test/BuildDir.py | 2 +- test/CC.py | 2 +- test/CCFLAGS.py | 2 +- test/CFILESUFFIX.py | 2 +- test/CPPFLAGS.py | 2 +- test/CPPPATH.py | 2 +- test/CXX.py | 2 +- test/CXXFILESUFFIX.py | 2 +- test/Command.py | 2 +- test/CommandGenerator.py | 2 +- test/DVIPDF.py | 2 +- test/DVIPDFFLAGS.py | 2 +- test/DVIPS.py | 2 +- test/DVIPSFLAGS.py | 2 +- test/Default.py | 2 +- test/Depends.py | 2 +- test/ENV.py | 2 +- test/EnsureVersion.py | 2 +- test/Environment.py | 2 +- test/F77.py | 2 +- test/F77FLAGS.py | 2 +- test/F77PATH.py | 2 +- test/FindFile.py | 2 +- test/Help.py | 2 +- test/Ignore.py | 2 +- test/Install.py | 2 +- test/LATEX.py | 2 +- test/LATEXFLAGS.py | 2 +- test/LEX.py | 2 +- test/LEXFLAGS.py | 2 +- test/LIBPATH.py | 2 +- test/LIBPREFIX.py | 2 +- test/LIBPREFIXES.py | 2 +- test/LIBS.py | 2 +- test/LIBSUFFIX.py | 2 +- test/LIBSUFFIXES.py | 2 +- test/LINK.py | 2 +- test/LINKFLAGS.py | 2 +- test/Library.py | 2 +- test/Object.py | 2 +- test/Options.py | 2 +- test/PDFLATEX.py | 2 +- test/PDFLATEXFLAGS.py | 2 +- test/PDFTEX.py | 2 +- test/PDFTEXFLAGS.py | 2 +- test/ParseConfig.py | 2 +- test/Platform.py | 2 +- test/Precious.py | 2 +- test/Program-j.py | 2 +- test/Program.py | 2 +- test/RANLIB.py | 2 +- test/RANLIBFLAGS.py | 2 +- test/Repository/BuildDir.py | 2 +- test/Repository/CPPPATH.py | 2 +- test/Repository/Default.py | 2 +- test/Repository/Install-Local.py | 2 +- test/Repository/Install.py | 2 +- test/Repository/InstallAs.py | 2 +- test/Repository/LIBPATH.py | 2 +- test/Repository/Local.py | 2 +- test/Repository/Program.py | 2 +- test/Repository/SConscript.py | 2 +- test/Repository/StaticLibrary.py | 2 +- test/Repository/absolute-path.py | 2 +- test/Repository/include.py | 2 +- test/Repository/link-object.py | 2 +- test/Repository/multi-dir.py | 2 +- test/Repository/no-repository.py | 2 +- test/Repository/option-c.py | 2 +- test/Repository/option-n.py | 2 +- test/Repository/targets.py | 2 +- test/Repository/top-level-path.py | 2 +- test/Repository/variants.py | 2 +- test/Repository/within-repository.py | 2 +- test/SCONSFLAGS.py | 2 +- test/SCONS_LIB_DIR.py | 2 +- test/SConscript.py | 2 +- test/SConstruct.py | 2 +- test/SHCC.py | 2 +- test/SHCCFLAGS.py | 2 +- test/SHCXX.py | 2 +- test/SHCXXFLAGS.py | 2 +- test/SHF77.py | 2 +- test/SHF77FLAGS.py | 2 +- test/SHLIBPREFIX.py | 2 +- test/SHLIBSUFFIX.py | 2 +- test/SHLINK.py | 2 +- test/SHLINKFLAGS.py | 2 +- test/Scanner.py | 2 +- test/SetBuildSignatureType.py | 2 +- test/SetContentSignatureType.py | 2 +- test/SharedLibrary.py | 2 +- test/SideEffect.py | 2 +- test/Split.py | 2 +- test/TAR.py | 2 +- test/TARFLAGS.py | 2 +- test/TEX.py | 2 +- test/TEXFLAGS.py | 2 +- test/WhereIs.py | 2 +- test/YACC.py | 2 +- test/YACCFLAGS.py | 2 +- test/actions.py | 2 +- test/bad-drive.py | 2 +- test/build-errors.py | 2 +- test/builderrors.py | 2 +- test/chained-build.py | 2 +- test/dependency-cycle.py | 2 +- test/emitter.py | 2 +- test/errors.py | 2 +- test/exceptions.py | 2 +- test/exitfns.py | 2 +- test/file-names.py | 2 +- test/long-lines.py | 2 +- test/mingw.py | 2 +- test/msvc.py | 2 +- test/multi.py | 2 +- test/multiline.py | 2 +- test/no-arguments.py | 2 +- test/no-target.py | 2 +- test/nonexistent.py | 2 +- test/option--.py | 2 +- test/option--C.py | 2 +- test/option--D.py | 2 +- test/option--H.py | 2 +- test/option--I.py | 2 +- test/option--Q.py | 2 +- test/option--R.py | 2 +- test/option--S.py | 2 +- test/option--U.py | 2 +- test/option--W.py | 2 +- test/option--Y.py | 2 +- test/option--cd.py | 2 +- test/option--cf.py | 2 +- test/option--cs.py | 2 +- test/option--debug.py | 2 +- test/option--implicit-cache.py | 2 +- test/option--la.py | 2 +- test/option--ld.py | 2 +- test/option--lw.py | 2 +- test/option--max-drift.py | 2 +- test/option--npd.py | 2 +- test/option--override.py | 2 +- test/option--profile.py | 2 +- test/option--random.py | 2 +- test/option--warn.py | 2 +- test/option--wf.py | 2 +- test/option--wuv.py | 2 +- test/option-b.py | 2 +- test/option-c.py | 2 +- test/option-d.py | 2 +- test/option-e.py | 2 +- test/option-f.py | 2 +- test/option-h.py | 2 +- test/option-i.py | 2 +- test/option-j.py | 2 +- test/option-k.py | 2 +- test/option-l.py | 2 +- test/option-m.py | 2 +- test/option-n.py | 2 +- test/option-o.py | 2 +- test/option-p.py | 2 +- test/option-q.py | 2 +- test/option-r.py | 2 +- test/option-s.py | 2 +- test/option-t.py | 2 +- test/option-u.py | 2 +- test/option-unknown.py | 2 +- test/option-v.py | 6 +++--- test/option-w.py | 2 +- test/overrides.py | 2 +- test/preserve-source.py | 2 +- test/redirection.py | 2 +- test/same-name.py | 2 +- test/scan-once.py | 2 +- test/sconsign.py | 2 +- test/spaces.py | 2 +- test/special-filenames.py | 2 +- test/subdir.py | 2 +- test/timestamp-fallback.py | 2 +- test/up-to-date.py | 2 +- test/win32pathmadness.py | 2 +- 288 files changed, 312 insertions(+), 293 deletions(-) diff --git a/LICENSE b/LICENSE index 8e9e1a9..7aa2a09 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -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/LICENSE-local b/LICENSE-local index 5cdb0d2..dde3640 100644 --- a/LICENSE-local +++ b/LICENSE-local @@ -3,7 +3,7 @@ This copyright and license do not apply to any other software with which this software may have been included. -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/README b/README index 96627c9..b1bdc04 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -# Copyright (c) 2001, 2002, 2003 Steven Knight +# __COPYRIGHT__ SCons - a software construction tool diff --git a/README-local b/README-local index dd6f4c6..efb9c90 100644 --- a/README-local +++ b/README-local @@ -1,4 +1,4 @@ -# Copyright (c) 2001, 2002, 2003 Steven Knight +# __COPYRIGHT__ SCons - a software construction tool diff --git a/SConstruct b/SConstruct index 1d630b8..2c4164e 100644 --- a/SConstruct +++ b/SConstruct @@ -4,8 +4,10 @@ # See the README file for an overview of how SCons is built and tested. # +copyright_years = '2001, 2002, 2003' + # -# 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 @@ -38,6 +40,7 @@ import time project = 'scons' default_version = '0.11' +copyright = "Copyright (c) %s Steven Knight" % copyright_years Default('.') @@ -232,9 +235,10 @@ def SCons_revision(target, source, env): # copied into the tree for packaging. line = string.replace(line, '__BUILD' + '__', env['BUILD']) line = string.replace(line, '__BUILDSYS' + '__', env['BUILDSYS']) + line = string.replace(line, '__COPYRIGHT' + '__', env['COPYRIGHT']) line = string.replace(line, '__DATE' + '__', env['DATE']) line = string.replace(line, '__DEVELOPER' + '__', env['DEVELOPER']) - line = string.replace(line, '__FILE' + '__', s) + line = string.replace(line, '__FILE' + '__', str(source[0])) line = string.replace(line, '__REVISION' + '__', env['REVISION']) line = string.replace(line, '__VERSION' + '__', env['VERSION']) outf.write(line) @@ -249,6 +253,7 @@ env = Environment( BUILD = build_id, BUILDSYS = build_system, + COPYRIGHT = copyright, DATE = date, DEVELOPER = developer, REVISION = revision, diff --git a/debian/copyright b/debian/copyright index 8793013..c4cc1ef 100644 --- a/debian/copyright +++ b/debian/copyright @@ -16,7 +16,7 @@ With plenty of help from the SCons Development team: Copyright: The software comes with the following notice in the file LICENSE.txt: -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 @@ -42,7 +42,7 @@ The package source can be downloaded from http://www.scons.org/ Upstream Author: Steven Knight -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/doc/SConscript b/doc/SConscript index a28aa76..7073246 100644 --- a/doc/SConscript +++ b/doc/SConscript @@ -3,7 +3,7 @@ # # -# 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/doc/man/scons.1 b/doc/man/scons.1 index e01eb1e..7ad2857 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -1,4 +1,4 @@ -.\" 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/etc/SConscript b/etc/SConscript index 609a47c..4309ddb 100644 --- a/etc/SConscript +++ b/etc/SConscript @@ -3,7 +3,7 @@ # # -# 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/src/CHANGES.txt b/src/CHANGES.txt index ace0803..50f58d3 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2001, 2002, 2003 Steven Knight +# __COPYRIGHT__ # __FILE__ __REVISION__ __DATE__ __DEVELOPER__ diff --git a/src/LICENSE.txt b/src/LICENSE.txt index 8e9e1a9..7aa2a09 100644 --- a/src/LICENSE.txt +++ b/src/LICENSE.txt @@ -1,4 +1,4 @@ -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/src/README.txt b/src/README.txt index 1f9eba6..ca73a55 100644 --- a/src/README.txt +++ b/src/README.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2001, 2002, 2003 Steven Knight +# __COPYRIGHT__ # __FILE__ __REVISION__ __DATE__ __DEVELOPER__ diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 5a4b5d0..d6e145e 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2001, 2002, 2003 Steven Knight +# __COPYRIGHT__ # __FILE__ __REVISION__ __DATE__ __DEVELOPER__ diff --git a/src/engine/README.txt b/src/engine/README.txt index 1613f8d..26ffc0b 100644 --- a/src/engine/README.txt +++ b/src/engine/README.txt @@ -4,7 +4,7 @@ ### SCHEME. WE'RE SAVING THIS IN CASE WE NEED OR WANT TO RESURRECT ### A SEPARATE BUILD ENGINE PACKAGE IN THE FUTURE. ### -# Copyright (c) 2001, 2002, 2003 Steven Knight +# __COPYRIGHT__ # __FILE__ __REVISION__ __DATE__ __DEVELOPER__ diff --git a/src/engine/SCons/Action.py b/src/engine/SCons/Action.py index a23304b..f185641 100644 --- a/src/engine/SCons/Action.py +++ b/src/engine/SCons/Action.py @@ -5,7 +5,7 @@ XXX """ # -# 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/src/engine/SCons/ActionTests.py b/src/engine/SCons/ActionTests.py index eb7a203..ba6c91d 100644 --- a/src/engine/SCons/ActionTests.py +++ b/src/engine/SCons/ActionTests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Builder.py b/src/engine/SCons/Builder.py index 9f9be1e..8de58c8 100644 --- a/src/engine/SCons/Builder.py +++ b/src/engine/SCons/Builder.py @@ -19,7 +19,7 @@ dive any deeper into this subsystem. """ # -# 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/src/engine/SCons/BuilderTests.py b/src/engine/SCons/BuilderTests.py index 0746a8b..11674d6 100644 --- a/src/engine/SCons/BuilderTests.py +++ b/src/engine/SCons/BuilderTests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Defaults.py b/src/engine/SCons/Defaults.py index 461d770..2748436 100644 --- a/src/engine/SCons/Defaults.py +++ b/src/engine/SCons/Defaults.py @@ -10,7 +10,7 @@ from distutils.msvccompiler. """ # -# 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/src/engine/SCons/Environment.py b/src/engine/SCons/Environment.py index 1bd36e9..7609a72 100644 --- a/src/engine/SCons/Environment.py +++ b/src/engine/SCons/Environment.py @@ -5,7 +5,7 @@ XXX """ # -# 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/src/engine/SCons/EnvironmentTests.py b/src/engine/SCons/EnvironmentTests.py index 96f075a..a93b08f 100644 --- a/src/engine/SCons/EnvironmentTests.py +++ b/src/engine/SCons/EnvironmentTests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Errors.py b/src/engine/SCons/Errors.py index 17e8762..0028d95 100644 --- a/src/engine/SCons/Errors.py +++ b/src/engine/SCons/Errors.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/ErrorsTests.py b/src/engine/SCons/ErrorsTests.py index 8714ca1..9d5010d 100644 --- a/src/engine/SCons/ErrorsTests.py +++ b/src/engine/SCons/ErrorsTests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Job.py b/src/engine/SCons/Job.py index 76d856a..87a1bc2 100644 --- a/src/engine/SCons/Job.py +++ b/src/engine/SCons/Job.py @@ -7,7 +7,7 @@ stop, and wait on jobs. """ # -# 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/src/engine/SCons/JobTests.py b/src/engine/SCons/JobTests.py index 31fc87f..58b98cf 100644 --- a/src/engine/SCons/JobTests.py +++ b/src/engine/SCons/JobTests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Node/Alias.py b/src/engine/SCons/Node/Alias.py index 518a973..f8ce36b 100644 --- a/src/engine/SCons/Node/Alias.py +++ b/src/engine/SCons/Node/Alias.py @@ -8,7 +8,7 @@ This creates a hash of global Aliases (dummy targets). """ # -# 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/src/engine/SCons/Node/AliasTests.py b/src/engine/SCons/Node/AliasTests.py index c632063..afae46b 100644 --- a/src/engine/SCons/Node/AliasTests.py +++ b/src/engine/SCons/Node/AliasTests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Node/FS.py b/src/engine/SCons/Node/FS.py index d2815d6..7b77736 100644 --- a/src/engine/SCons/Node/FS.py +++ b/src/engine/SCons/Node/FS.py @@ -12,7 +12,7 @@ canonical default. """ # -# 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/src/engine/SCons/Node/FSTests.py b/src/engine/SCons/Node/FSTests.py index feb8f37..51dcc1b 100644 --- a/src/engine/SCons/Node/FSTests.py +++ b/src/engine/SCons/Node/FSTests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Node/NodeTests.py b/src/engine/SCons/Node/NodeTests.py index 32381cf..2374026 100644 --- a/src/engine/SCons/Node/NodeTests.py +++ b/src/engine/SCons/Node/NodeTests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Node/__init__.py b/src/engine/SCons/Node/__init__.py index b8fa921..618a8fb 100644 --- a/src/engine/SCons/Node/__init__.py +++ b/src/engine/SCons/Node/__init__.py @@ -20,7 +20,7 @@ be able to depend on any other type of "thing." """ # -# 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/src/engine/SCons/Options.py b/src/engine/SCons/Options.py index cffaa19..84365af 100644 --- a/src/engine/SCons/Options.py +++ b/src/engine/SCons/Options.py @@ -5,7 +5,7 @@ variables to a scons build. """ # -# 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/src/engine/SCons/OptionsTests.py b/src/engine/SCons/OptionsTests.py index 0c2250f..3a02eb8 100644 --- a/src/engine/SCons/OptionsTests.py +++ b/src/engine/SCons/OptionsTests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Platform/PlatformTests.py b/src/engine/SCons/Platform/PlatformTests.py index fecca63..e000103 100644 --- a/src/engine/SCons/Platform/PlatformTests.py +++ b/src/engine/SCons/Platform/PlatformTests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Platform/__init__.py b/src/engine/SCons/Platform/__init__.py index 6780778..e75a024 100644 --- a/src/engine/SCons/Platform/__init__.py +++ b/src/engine/SCons/Platform/__init__.py @@ -20,7 +20,7 @@ their own platform definition. """ # -# 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/src/engine/SCons/Platform/cygwin.py b/src/engine/SCons/Platform/cygwin.py index 84b28ff..6ed458d 100644 --- a/src/engine/SCons/Platform/cygwin.py +++ b/src/engine/SCons/Platform/cygwin.py @@ -8,7 +8,7 @@ selection method. """ # -# 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/src/engine/SCons/Platform/os2.py b/src/engine/SCons/Platform/os2.py index 75203d1..3139c53 100644 --- a/src/engine/SCons/Platform/os2.py +++ b/src/engine/SCons/Platform/os2.py @@ -8,7 +8,7 @@ selection method. """ # -# 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/src/engine/SCons/Platform/posix.py b/src/engine/SCons/Platform/posix.py index e05ca46..4fb0cd8 100644 --- a/src/engine/SCons/Platform/posix.py +++ b/src/engine/SCons/Platform/posix.py @@ -8,7 +8,7 @@ selection method. """ # -# 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/src/engine/SCons/Platform/win32.py b/src/engine/SCons/Platform/win32.py index fe1be13..6a14a7a 100644 --- a/src/engine/SCons/Platform/win32.py +++ b/src/engine/SCons/Platform/win32.py @@ -8,7 +8,7 @@ selection method. """ # -# 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/src/engine/SCons/Scanner/C.py b/src/engine/SCons/Scanner/C.py index 8ee56c9..b59e66b 100644 --- a/src/engine/SCons/Scanner/C.py +++ b/src/engine/SCons/Scanner/C.py @@ -5,7 +5,7 @@ This module implements the depenency scanner for C/C++ code. """ # -# 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/src/engine/SCons/Scanner/CTests.py b/src/engine/SCons/Scanner/CTests.py index eb1fe22..332f7e1 100644 --- a/src/engine/SCons/Scanner/CTests.py +++ b/src/engine/SCons/Scanner/CTests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Scanner/Fortran.py b/src/engine/SCons/Scanner/Fortran.py index 6872225..10f0836 100644 --- a/src/engine/SCons/Scanner/Fortran.py +++ b/src/engine/SCons/Scanner/Fortran.py @@ -5,7 +5,7 @@ This module implements the dependency scanner for Fortran code. """ # -# 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/src/engine/SCons/Scanner/FortranTests.py b/src/engine/SCons/Scanner/FortranTests.py index d70035c..b2cf14c 100644 --- a/src/engine/SCons/Scanner/FortranTests.py +++ b/src/engine/SCons/Scanner/FortranTests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Scanner/Prog.py b/src/engine/SCons/Scanner/Prog.py index 90e75ec..6145ce0 100644 --- a/src/engine/SCons/Scanner/Prog.py +++ b/src/engine/SCons/Scanner/Prog.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Scanner/ProgTests.py b/src/engine/SCons/Scanner/ProgTests.py index 1ce9a4d..98d9c78 100644 --- a/src/engine/SCons/Scanner/ProgTests.py +++ b/src/engine/SCons/Scanner/ProgTests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Scanner/ScannerTests.py b/src/engine/SCons/Scanner/ScannerTests.py index 6f90576..d9882a6 100644 --- a/src/engine/SCons/Scanner/ScannerTests.py +++ b/src/engine/SCons/Scanner/ScannerTests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Scanner/__init__.py b/src/engine/SCons/Scanner/__init__.py index 02f68a5..d4ee523 100644 --- a/src/engine/SCons/Scanner/__init__.py +++ b/src/engine/SCons/Scanner/__init__.py @@ -5,7 +5,7 @@ The Scanner package for the SCons software construction utility. """ # -# 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/src/engine/SCons/Script/SConscript.py b/src/engine/SCons/Script/SConscript.py index 8c4fb95..d6bba7d 100644 --- a/src/engine/SCons/Script/SConscript.py +++ b/src/engine/SCons/Script/SConscript.py @@ -6,7 +6,7 @@ files. """ # -# 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/src/engine/SCons/Script/SConscriptTests.py b/src/engine/SCons/Script/SConscriptTests.py index 39f0416..931165b 100644 --- a/src/engine/SCons/Script/SConscriptTests.py +++ b/src/engine/SCons/Script/SConscriptTests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Script/__init__.py b/src/engine/SCons/Script/__init__.py index ac1b121..6ea9a3e 100644 --- a/src/engine/SCons/Script/__init__.py +++ b/src/engine/SCons/Script/__init__.py @@ -12,7 +12,7 @@ it goes here. """ # -# 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 @@ -409,7 +409,7 @@ class OptParser(OptionParser): SCons.__date__, SCons.__developer__, SCons.__buildsys__)) - parts.append("Copyright 2001, 2002, 2003 Steven Knight") + parts.append("__COPYRIGHT__") OptionParser.__init__(self, version=string.join(parts, ''), usage="usage: scons [OPTION] [TARGET] ...") diff --git a/src/engine/SCons/Sig/MD5.py b/src/engine/SCons/Sig/MD5.py index 9055553..5239dab 100644 --- a/src/engine/SCons/Sig/MD5.py +++ b/src/engine/SCons/Sig/MD5.py @@ -6,7 +6,7 @@ utility. """ # -# 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/src/engine/SCons/Sig/MD5Tests.py b/src/engine/SCons/Sig/MD5Tests.py index a5cdd21..6285e87 100644 --- a/src/engine/SCons/Sig/MD5Tests.py +++ b/src/engine/SCons/Sig/MD5Tests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Sig/SigTests.py b/src/engine/SCons/Sig/SigTests.py index cb054cc..7e1cc40 100644 --- a/src/engine/SCons/Sig/SigTests.py +++ b/src/engine/SCons/Sig/SigTests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Sig/TimeStamp.py b/src/engine/SCons/Sig/TimeStamp.py index 0fc6735..8cf23e8 100644 --- a/src/engine/SCons/Sig/TimeStamp.py +++ b/src/engine/SCons/Sig/TimeStamp.py @@ -6,7 +6,7 @@ utility. """ # -# 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/src/engine/SCons/Sig/TimeStampTests.py b/src/engine/SCons/Sig/TimeStampTests.py index af01549..1fca73f 100644 --- a/src/engine/SCons/Sig/TimeStampTests.py +++ b/src/engine/SCons/Sig/TimeStampTests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Sig/__init__.py b/src/engine/SCons/Sig/__init__.py index 3958d48..939f36f 100644 --- a/src/engine/SCons/Sig/__init__.py +++ b/src/engine/SCons/Sig/__init__.py @@ -5,7 +5,7 @@ The Signature package for the scons software construction utility. """ # -# 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/src/engine/SCons/Taskmaster.py b/src/engine/SCons/Taskmaster.py index 933f4b1..645c7df 100644 --- a/src/engine/SCons/Taskmaster.py +++ b/src/engine/SCons/Taskmaster.py @@ -5,7 +5,7 @@ Generic Taskmaster. """ # -# 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/src/engine/SCons/TaskmasterTests.py b/src/engine/SCons/TaskmasterTests.py index f66fb99..577d783 100644 --- a/src/engine/SCons/TaskmasterTests.py +++ b/src/engine/SCons/TaskmasterTests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Tool/ToolTests.py b/src/engine/SCons/Tool/ToolTests.py index 4a63c6f..53922b0 100644 --- a/src/engine/SCons/Tool/ToolTests.py +++ b/src/engine/SCons/Tool/ToolTests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Tool/__init__.py b/src/engine/SCons/Tool/__init__.py index afdf518..3621826 100644 --- a/src/engine/SCons/Tool/__init__.py +++ b/src/engine/SCons/Tool/__init__.py @@ -14,7 +14,7 @@ tool definition. """ # -# 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/src/engine/SCons/Tool/ar.py b/src/engine/SCons/Tool/ar.py index 93c7bc6..1729bfc 100644 --- a/src/engine/SCons/Tool/ar.py +++ b/src/engine/SCons/Tool/ar.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/default.py b/src/engine/SCons/Tool/default.py index 50d211c..f334b68 100644 --- a/src/engine/SCons/Tool/default.py +++ b/src/engine/SCons/Tool/default.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/dvipdf.py b/src/engine/SCons/Tool/dvipdf.py index 8d6d325..e77bed7 100644 --- a/src/engine/SCons/Tool/dvipdf.py +++ b/src/engine/SCons/Tool/dvipdf.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/dvips.py b/src/engine/SCons/Tool/dvips.py index d776c2c..4e668e5 100644 --- a/src/engine/SCons/Tool/dvips.py +++ b/src/engine/SCons/Tool/dvips.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/g++.py b/src/engine/SCons/Tool/g++.py index 2a3a59f..877b605 100644 --- a/src/engine/SCons/Tool/g++.py +++ b/src/engine/SCons/Tool/g++.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/g77.py b/src/engine/SCons/Tool/g77.py index be09b8f..3c50581 100644 --- a/src/engine/SCons/Tool/g77.py +++ b/src/engine/SCons/Tool/g77.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/gas.py b/src/engine/SCons/Tool/gas.py index 578e9e9..c402716 100644 --- a/src/engine/SCons/Tool/gas.py +++ b/src/engine/SCons/Tool/gas.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/gcc.py b/src/engine/SCons/Tool/gcc.py index 677c322..3321d91 100644 --- a/src/engine/SCons/Tool/gcc.py +++ b/src/engine/SCons/Tool/gcc.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/gnulink.py b/src/engine/SCons/Tool/gnulink.py index e905861..2e92752 100644 --- a/src/engine/SCons/Tool/gnulink.py +++ b/src/engine/SCons/Tool/gnulink.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/icc.py b/src/engine/SCons/Tool/icc.py index ec437df..c10886b 100644 --- a/src/engine/SCons/Tool/icc.py +++ b/src/engine/SCons/Tool/icc.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/ifl.py b/src/engine/SCons/Tool/ifl.py index 0cce1e9..fbd1fbe 100644 --- a/src/engine/SCons/Tool/ifl.py +++ b/src/engine/SCons/Tool/ifl.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/ilink.py b/src/engine/SCons/Tool/ilink.py index bc791f3..27713f2 100644 --- a/src/engine/SCons/Tool/ilink.py +++ b/src/engine/SCons/Tool/ilink.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/latex.py b/src/engine/SCons/Tool/latex.py index 7e4ce15..2326f9d 100644 --- a/src/engine/SCons/Tool/latex.py +++ b/src/engine/SCons/Tool/latex.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/lex.py b/src/engine/SCons/Tool/lex.py index 4a392f9..cd2eb7b 100644 --- a/src/engine/SCons/Tool/lex.py +++ b/src/engine/SCons/Tool/lex.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/masm.py b/src/engine/SCons/Tool/masm.py index 91c0727..5419c6d 100644 --- a/src/engine/SCons/Tool/masm.py +++ b/src/engine/SCons/Tool/masm.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/mingw.py b/src/engine/SCons/Tool/mingw.py index 2e2a2a5..afabea6 100644 --- a/src/engine/SCons/Tool/mingw.py +++ b/src/engine/SCons/Tool/mingw.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/mslib.py b/src/engine/SCons/Tool/mslib.py index 61f161e..e8667ee 100644 --- a/src/engine/SCons/Tool/mslib.py +++ b/src/engine/SCons/Tool/mslib.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/mslink.py b/src/engine/SCons/Tool/mslink.py index c5441a3..2ff0838 100644 --- a/src/engine/SCons/Tool/mslink.py +++ b/src/engine/SCons/Tool/mslink.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/msvc.py b/src/engine/SCons/Tool/msvc.py index 533d84e..dbb7a85 100644 --- a/src/engine/SCons/Tool/msvc.py +++ b/src/engine/SCons/Tool/msvc.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/nasm.py b/src/engine/SCons/Tool/nasm.py index d25528a..4c00872 100644 --- a/src/engine/SCons/Tool/nasm.py +++ b/src/engine/SCons/Tool/nasm.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/pdflatex.py b/src/engine/SCons/Tool/pdflatex.py index d6a8326..e96dc6f 100644 --- a/src/engine/SCons/Tool/pdflatex.py +++ b/src/engine/SCons/Tool/pdflatex.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/pdftex.py b/src/engine/SCons/Tool/pdftex.py index 5d39cce..821ded6 100644 --- a/src/engine/SCons/Tool/pdftex.py +++ b/src/engine/SCons/Tool/pdftex.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/tar.py b/src/engine/SCons/Tool/tar.py index 447aa67..460eec6 100644 --- a/src/engine/SCons/Tool/tar.py +++ b/src/engine/SCons/Tool/tar.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/tex.py b/src/engine/SCons/Tool/tex.py index db036d8..398b841 100644 --- a/src/engine/SCons/Tool/tex.py +++ b/src/engine/SCons/Tool/tex.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Tool/yacc.py b/src/engine/SCons/Tool/yacc.py index e296695..5322904 100644 --- a/src/engine/SCons/Tool/yacc.py +++ b/src/engine/SCons/Tool/yacc.py @@ -9,7 +9,7 @@ selection method. """ # -# 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/src/engine/SCons/Util.py b/src/engine/SCons/Util.py index dff1412..4c80d19 100644 --- a/src/engine/SCons/Util.py +++ b/src/engine/SCons/Util.py @@ -5,7 +5,7 @@ Various utility functions go here. """ # -# 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/src/engine/SCons/UtilTests.py b/src/engine/SCons/UtilTests.py index 6a9ce33..0e81a1d 100644 --- a/src/engine/SCons/UtilTests.py +++ b/src/engine/SCons/UtilTests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/Warnings.py b/src/engine/SCons/Warnings.py index 2bcc318..30f1b00 100644 --- a/src/engine/SCons/Warnings.py +++ b/src/engine/SCons/Warnings.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/WarningsTests.py b/src/engine/SCons/WarningsTests.py index 2dd1f86..e04ffc3 100644 --- a/src/engine/SCons/WarningsTests.py +++ b/src/engine/SCons/WarningsTests.py @@ -1,5 +1,5 @@ # -# 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/src/engine/SCons/__init__.py b/src/engine/SCons/__init__.py index 8c2063b..b548841 100644 --- a/src/engine/SCons/__init__.py +++ b/src/engine/SCons/__init__.py @@ -5,7 +5,7 @@ The main package for the SCons software construction utility. """ # -# 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/src/engine/SCons/exitfuncs.py b/src/engine/SCons/exitfuncs.py index b7362d6..943bbd8 100644 --- a/src/engine/SCons/exitfuncs.py +++ b/src/engine/SCons/exitfuncs.py @@ -5,7 +5,7 @@ Register functions which are executed when SCons exits for any reason. """ # -# 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/src/engine/setup.py b/src/engine/setup.py index 66348e8..4b511b0 100644 --- a/src/engine/setup.py +++ b/src/engine/setup.py @@ -1,5 +1,5 @@ # -# 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/src/script/README.txt b/src/script/README.txt index 7b465b6..3c45a94 100644 --- a/src/script/README.txt +++ b/src/script/README.txt @@ -4,7 +4,7 @@ ### SCHEME. WE'RE SAVING THIS IN CASE WE NEED OR WANT TO RESURRECT ### A SEPARATE SCRIPT PACKAGE IN THE FUTURE. ### -# Copyright (c) 2001, 2002, 2003 Steven Knight +# __COPYRIGHT__ # __FILE__ __REVISION__ __DATE__ __DEVELOPER__ diff --git a/src/script/scons.py b/src/script/scons.py index 7acf67c..f21a3eb 100644 --- a/src/script/scons.py +++ b/src/script/scons.py @@ -2,7 +2,7 @@ # # SCons - a Software Constructor # -# 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/src/script/setup.py b/src/script/setup.py index dbe3cdf..1d0c874 100644 --- a/src/script/setup.py +++ b/src/script/setup.py @@ -1,5 +1,5 @@ # -# 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/src/setup.py b/src/setup.py index 09ba44f..3c240a9 100644 --- a/src/setup.py +++ b/src/setup.py @@ -1,5 +1,5 @@ # -# 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/template/Tests.py b/template/Tests.py index ec112ff..d60835b 100644 --- a/template/Tests.py +++ b/template/Tests.py @@ -1,5 +1,5 @@ # -# 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/template/__init__.py b/template/__init__.py index 34d1f45..f483d38 100644 --- a/template/__init__.py +++ b/template/__init__.py @@ -5,7 +5,7 @@ XXX """ # -# 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/template/file.py b/template/file.py index eec3545..c223e11 100644 --- a/template/file.py +++ b/template/file.py @@ -5,7 +5,7 @@ XXX """ # -# 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/template/test.py b/template/test.py index 2d1c302..131c019 100644 --- a/template/test.py +++ b/template/test.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 @@ -24,4 +24,18 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" +""" +XXX Put a description of the test here. +""" + import TestSCons + +test = TestSCons.TestSCons() + +test.write('SConstruct', """ +env = Environment() +""") + +test.run(arguments = '.') + +test.pass_test() diff --git a/test/AR.py b/test/AR.py index ca29573..57ec04d 100644 --- a/test/AR.py +++ b/test/AR.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/ARFLAGS.py b/test/ARFLAGS.py index 6a58313..4936721 100644 --- a/test/ARFLAGS.py +++ b/test/ARFLAGS.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/ARGUMENTS.py b/test/ARGUMENTS.py index 6591ec5..ab1f806 100644 --- a/test/ARGUMENTS.py +++ b/test/ARGUMENTS.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 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/AS.py b/test/AS.py index c47f2f4..932883d 100644 --- a/test/AS.py +++ b/test/AS.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/ASFLAGS.py b/test/ASFLAGS.py index c64a611..229a27a 100644 --- a/test/ASFLAGS.py +++ b/test/ASFLAGS.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/Alias-scanner.py b/test/Alias-scanner.py index 720cb33..3b0ffa0 100644 --- a/test/Alias-scanner.py +++ b/test/Alias-scanner.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/Alias.py b/test/Alias.py index 2598da2..c966933 100644 --- a/test/Alias.py +++ b/test/Alias.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/BuildDir.py b/test/BuildDir.py index dee5c01..c7c8dd4 100644 --- a/test/BuildDir.py +++ b/test/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/CC.py b/test/CC.py index cf89769..94dd6f6 100644 --- a/test/CC.py +++ b/test/CC.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/CCFLAGS.py b/test/CCFLAGS.py index c4cbece..60fb74e 100644 --- a/test/CCFLAGS.py +++ b/test/CCFLAGS.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/CFILESUFFIX.py b/test/CFILESUFFIX.py index 6e12dc9..90d3af4 100644 --- a/test/CFILESUFFIX.py +++ b/test/CFILESUFFIX.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/CPPFLAGS.py b/test/CPPFLAGS.py index f32491d..da4ff13 100644 --- a/test/CPPFLAGS.py +++ b/test/CPPFLAGS.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/CPPPATH.py b/test/CPPPATH.py index bca5fe9..06e6933 100644 --- a/test/CPPPATH.py +++ b/test/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/CXX.py b/test/CXX.py index 6b2f283..f2b3368 100644 --- a/test/CXX.py +++ b/test/CXX.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/CXXFILESUFFIX.py b/test/CXXFILESUFFIX.py index 592bee1..d729076 100644 --- a/test/CXXFILESUFFIX.py +++ b/test/CXXFILESUFFIX.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/Command.py b/test/Command.py index cf257b5..21f9432 100644 --- a/test/Command.py +++ b/test/Command.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/CommandGenerator.py b/test/CommandGenerator.py index 7054892..4a99be8 100644 --- a/test/CommandGenerator.py +++ b/test/CommandGenerator.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/DVIPDF.py b/test/DVIPDF.py index b220581..4d0428a 100644 --- a/test/DVIPDF.py +++ b/test/DVIPDF.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/DVIPDFFLAGS.py b/test/DVIPDFFLAGS.py index 1aa2f42..7890be1 100644 --- a/test/DVIPDFFLAGS.py +++ b/test/DVIPDFFLAGS.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/DVIPS.py b/test/DVIPS.py index 0ca5f1f..aa5750e 100644 --- a/test/DVIPS.py +++ b/test/DVIPS.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/DVIPSFLAGS.py b/test/DVIPSFLAGS.py index 9599863..49ccd02 100644 --- a/test/DVIPSFLAGS.py +++ b/test/DVIPSFLAGS.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/Default.py b/test/Default.py index 3a8107f..1c7a638 100644 --- a/test/Default.py +++ b/test/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/Depends.py b/test/Depends.py index 61ae9a2..dd3c2b5 100644 --- a/test/Depends.py +++ b/test/Depends.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/ENV.py b/test/ENV.py index cd10fd5..f92a2d8 100644 --- a/test/ENV.py +++ b/test/ENV.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/EnsureVersion.py b/test/EnsureVersion.py index e31b716..d24e010 100644 --- a/test/EnsureVersion.py +++ b/test/EnsureVersion.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/Environment.py b/test/Environment.py index afa55b6..4d4d34f 100644 --- a/test/Environment.py +++ b/test/Environment.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/F77.py b/test/F77.py index b87cbfc..bf799c0 100644 --- a/test/F77.py +++ b/test/F77.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/F77FLAGS.py b/test/F77FLAGS.py index be02369..256ab7e 100644 --- a/test/F77FLAGS.py +++ b/test/F77FLAGS.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/F77PATH.py b/test/F77PATH.py index 57aba33..2e99b90 100644 --- a/test/F77PATH.py +++ b/test/F77PATH.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/FindFile.py b/test/FindFile.py index c977775..1c1a4fe 100644 --- a/test/FindFile.py +++ b/test/FindFile.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/Help.py b/test/Help.py index c7b4c6d..d88b715 100644 --- a/test/Help.py +++ b/test/Help.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/Ignore.py b/test/Ignore.py index 8945295..5d87bba 100644 --- a/test/Ignore.py +++ b/test/Ignore.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/Install.py b/test/Install.py index b346ce8..a79dfc8 100644 --- a/test/Install.py +++ b/test/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/LATEX.py b/test/LATEX.py index 28ad9de..6636a9a 100644 --- a/test/LATEX.py +++ b/test/LATEX.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/LATEXFLAGS.py b/test/LATEXFLAGS.py index 1b814aa..1bae970 100644 --- a/test/LATEXFLAGS.py +++ b/test/LATEXFLAGS.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/LEX.py b/test/LEX.py index e936861..38d73fb 100644 --- a/test/LEX.py +++ b/test/LEX.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/LEXFLAGS.py b/test/LEXFLAGS.py index 6bb0068..c3ae182 100644 --- a/test/LEXFLAGS.py +++ b/test/LEXFLAGS.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/LIBPATH.py b/test/LIBPATH.py index bd24496..c886627 100644 --- a/test/LIBPATH.py +++ b/test/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/LIBPREFIX.py b/test/LIBPREFIX.py index 6865b5e..bd10d36 100644 --- a/test/LIBPREFIX.py +++ b/test/LIBPREFIX.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/LIBPREFIXES.py b/test/LIBPREFIXES.py index 2aa2cc0..abd2120 100644 --- a/test/LIBPREFIXES.py +++ b/test/LIBPREFIXES.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/LIBS.py b/test/LIBS.py index fb3beee..ac5676c 100644 --- a/test/LIBS.py +++ b/test/LIBS.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/LIBSUFFIX.py b/test/LIBSUFFIX.py index 6865b5e..bd10d36 100644 --- a/test/LIBSUFFIX.py +++ b/test/LIBSUFFIX.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/LIBSUFFIXES.py b/test/LIBSUFFIXES.py index 4394b47..19a092f 100644 --- a/test/LIBSUFFIXES.py +++ b/test/LIBSUFFIXES.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/LINK.py b/test/LINK.py index a9912bf..982cc88 100644 --- a/test/LINK.py +++ b/test/LINK.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/LINKFLAGS.py b/test/LINKFLAGS.py index 2d8ee3a..d5a1e40 100644 --- a/test/LINKFLAGS.py +++ b/test/LINKFLAGS.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/Library.py b/test/Library.py index 2ea50fe..ce8acfd 100644 --- a/test/Library.py +++ b/test/Library.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/Object.py b/test/Object.py index a2474df..2401216 100644 --- a/test/Object.py +++ b/test/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/Options.py b/test/Options.py index 209c1f7..a34e5ca 100644 --- a/test/Options.py +++ b/test/Options.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/PDFLATEX.py b/test/PDFLATEX.py index 0c193bf..8dc5238 100644 --- a/test/PDFLATEX.py +++ b/test/PDFLATEX.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/PDFLATEXFLAGS.py b/test/PDFLATEXFLAGS.py index 437e64b..ba07b7f 100644 --- a/test/PDFLATEXFLAGS.py +++ b/test/PDFLATEXFLAGS.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/PDFTEX.py b/test/PDFTEX.py index 7308e45..e21c8c6 100644 --- a/test/PDFTEX.py +++ b/test/PDFTEX.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/PDFTEXFLAGS.py b/test/PDFTEXFLAGS.py index ade8ed5..fe1f5fc 100644 --- a/test/PDFTEXFLAGS.py +++ b/test/PDFTEXFLAGS.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/ParseConfig.py b/test/ParseConfig.py index 39ddd8c..b045baa 100644 --- a/test/ParseConfig.py +++ b/test/ParseConfig.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/Platform.py b/test/Platform.py index b261e62..b89ed2f 100644 --- a/test/Platform.py +++ b/test/Platform.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/Precious.py b/test/Precious.py index 0338196..8b2c7ff 100644 --- a/test/Precious.py +++ b/test/Precious.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/Program-j.py b/test/Program-j.py index e4e6de9..3e29040 100644 --- a/test/Program-j.py +++ b/test/Program-j.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/Program.py b/test/Program.py index 25da84e..b05a73a 100644 --- a/test/Program.py +++ b/test/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/RANLIB.py b/test/RANLIB.py index cd64188..4879a83 100644 --- a/test/RANLIB.py +++ b/test/RANLIB.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/RANLIBFLAGS.py b/test/RANLIBFLAGS.py index 5003cd0..0554d4c 100644 --- a/test/RANLIBFLAGS.py +++ b/test/RANLIBFLAGS.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/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 diff --git a/test/SCONSFLAGS.py b/test/SCONSFLAGS.py index bc6d964..d6e5f91 100644 --- a/test/SCONSFLAGS.py +++ b/test/SCONSFLAGS.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/SCONS_LIB_DIR.py b/test/SCONS_LIB_DIR.py index 19b56f1..2a9b986 100644 --- a/test/SCONS_LIB_DIR.py +++ b/test/SCONS_LIB_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/SConscript.py b/test/SConscript.py index 39b6971..df215a3 100644 --- a/test/SConscript.py +++ b/test/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/SConstruct.py b/test/SConstruct.py index 3e78d44..091984d 100644 --- a/test/SConstruct.py +++ b/test/SConstruct.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/SHCC.py b/test/SHCC.py index a491fd4..35296c7 100644 --- a/test/SHCC.py +++ b/test/SHCC.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/SHCCFLAGS.py b/test/SHCCFLAGS.py index e1034c0..2ba45b3 100644 --- a/test/SHCCFLAGS.py +++ b/test/SHCCFLAGS.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/SHCXX.py b/test/SHCXX.py index 4d92b84..a3c98c7 100644 --- a/test/SHCXX.py +++ b/test/SHCXX.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/SHCXXFLAGS.py b/test/SHCXXFLAGS.py index 6cc7601..49de950 100644 --- a/test/SHCXXFLAGS.py +++ b/test/SHCXXFLAGS.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/SHF77.py b/test/SHF77.py index 4406b48..19fa51e 100644 --- a/test/SHF77.py +++ b/test/SHF77.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/SHF77FLAGS.py b/test/SHF77FLAGS.py index fa199cc..3ea6577 100644 --- a/test/SHF77FLAGS.py +++ b/test/SHF77FLAGS.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/SHLIBPREFIX.py b/test/SHLIBPREFIX.py index 6b59d85..f830b68 100644 --- a/test/SHLIBPREFIX.py +++ b/test/SHLIBPREFIX.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/SHLIBSUFFIX.py b/test/SHLIBSUFFIX.py index 413a761..734f6c6 100644 --- a/test/SHLIBSUFFIX.py +++ b/test/SHLIBSUFFIX.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/SHLINK.py b/test/SHLINK.py index c818702..3fd8e75 100644 --- a/test/SHLINK.py +++ b/test/SHLINK.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/SHLINKFLAGS.py b/test/SHLINKFLAGS.py index 5c5bdfd..85ad6a3 100644 --- a/test/SHLINKFLAGS.py +++ b/test/SHLINKFLAGS.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/Scanner.py b/test/Scanner.py index 0aad4d3..6016795 100644 --- a/test/Scanner.py +++ b/test/Scanner.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/SetBuildSignatureType.py b/test/SetBuildSignatureType.py index 8eaca42..4ed19d1 100644 --- a/test/SetBuildSignatureType.py +++ b/test/SetBuildSignatureType.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/SetContentSignatureType.py b/test/SetContentSignatureType.py index d3f04d0..72b1daa 100644 --- a/test/SetContentSignatureType.py +++ b/test/SetContentSignatureType.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/SharedLibrary.py b/test/SharedLibrary.py index 79c331c..4ed33f6 100644 --- a/test/SharedLibrary.py +++ b/test/SharedLibrary.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/SideEffect.py b/test/SideEffect.py index 2b2590e..cf83b6e 100644 --- a/test/SideEffect.py +++ b/test/SideEffect.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/Split.py b/test/Split.py index 85d66a5..5b698bc 100644 --- a/test/Split.py +++ b/test/Split.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/TAR.py b/test/TAR.py index 7f2360e..d5d4b8e 100644 --- a/test/TAR.py +++ b/test/TAR.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/TARFLAGS.py b/test/TARFLAGS.py index 017c389..5864241 100644 --- a/test/TARFLAGS.py +++ b/test/TARFLAGS.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/TEX.py b/test/TEX.py index b49e07e..11f6182 100644 --- a/test/TEX.py +++ b/test/TEX.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/TEXFLAGS.py b/test/TEXFLAGS.py index 11c7a65..c171217 100644 --- a/test/TEXFLAGS.py +++ b/test/TEXFLAGS.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/WhereIs.py b/test/WhereIs.py index e5b8a6a..07d3b08 100644 --- a/test/WhereIs.py +++ b/test/WhereIs.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/YACC.py b/test/YACC.py index 3f0ea9b..4854905 100644 --- a/test/YACC.py +++ b/test/YACC.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/YACCFLAGS.py b/test/YACCFLAGS.py index e58c7a3..987025f 100644 --- a/test/YACCFLAGS.py +++ b/test/YACCFLAGS.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/actions.py b/test/actions.py index 3bb9815..42b391c 100644 --- a/test/actions.py +++ b/test/actions.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/bad-drive.py b/test/bad-drive.py index d4c4628..56f2127 100644 --- a/test/bad-drive.py +++ b/test/bad-drive.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/build-errors.py b/test/build-errors.py index 3fe9764..2cec416 100644 --- a/test/build-errors.py +++ b/test/build-errors.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/builderrors.py b/test/builderrors.py index 1b3965b..568ed0d 100644 --- a/test/builderrors.py +++ b/test/builderrors.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/chained-build.py b/test/chained-build.py index 70149f7..a2443c8 100644 --- a/test/chained-build.py +++ b/test/chained-build.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/dependency-cycle.py b/test/dependency-cycle.py index 29d1716..194be94 100644 --- a/test/dependency-cycle.py +++ b/test/dependency-cycle.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/emitter.py b/test/emitter.py index 29b77ea..7fc14f0 100644 --- a/test/emitter.py +++ b/test/emitter.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/errors.py b/test/errors.py index 7968349..72e34d3 100644 --- a/test/errors.py +++ b/test/errors.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/exceptions.py b/test/exceptions.py index 04b9988..ef409fa 100644 --- a/test/exceptions.py +++ b/test/exceptions.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/exitfns.py b/test/exitfns.py index cc579d9..a0ac6e2 100644 --- a/test/exitfns.py +++ b/test/exitfns.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/file-names.py b/test/file-names.py index 077b7bd..7de2d83 100644 --- a/test/file-names.py +++ b/test/file-names.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/long-lines.py b/test/long-lines.py index 5e304ec..cde0683 100644 --- a/test/long-lines.py +++ b/test/long-lines.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/mingw.py b/test/mingw.py index 81c3ed4..6db5cc1 100644 --- a/test/mingw.py +++ b/test/mingw.py @@ -4,7 +4,7 @@ This tests the MinGW C/C++ compiler support. #!/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/msvc.py b/test/msvc.py index 53c37c7..3d7e324 100644 --- a/test/msvc.py +++ b/test/msvc.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/multi.py b/test/multi.py index 9bb15ec..1974a5f 100644 --- a/test/multi.py +++ b/test/multi.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/multiline.py b/test/multiline.py index c5636f3..302e17d 100644 --- a/test/multiline.py +++ b/test/multiline.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/no-arguments.py b/test/no-arguments.py index 4dca114..acd590a 100644 --- a/test/no-arguments.py +++ b/test/no-arguments.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/no-target.py b/test/no-target.py index 0e5bbb9..bffacc2 100644 --- a/test/no-target.py +++ b/test/no-target.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/nonexistent.py b/test/nonexistent.py index 0e7f7ac..05dd9d0 100644 --- a/test/nonexistent.py +++ b/test/nonexistent.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/option--.py b/test/option--.py index 4a31611..5f70769 100644 --- a/test/option--.py +++ b/test/option--.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/option--C.py b/test/option--C.py index b475688..8c9a07b 100644 --- a/test/option--C.py +++ b/test/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/option--D.py b/test/option--D.py index 6d2f31a..0bc295c 100644 --- a/test/option--D.py +++ b/test/option--D.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/option--H.py b/test/option--H.py index ef952f2..e0f7b82 100644 --- a/test/option--H.py +++ b/test/option--H.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/option--I.py b/test/option--I.py index 3a95931..b0e9254 100644 --- a/test/option--I.py +++ b/test/option--I.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/option--Q.py b/test/option--Q.py index 5d0ab45..5721c42 100644 --- a/test/option--Q.py +++ b/test/option--Q.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/option--R.py b/test/option--R.py index 45ce19b..451e0a9 100644 --- a/test/option--R.py +++ b/test/option--R.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/option--S.py b/test/option--S.py index 8e623a5..48befe6 100644 --- a/test/option--S.py +++ b/test/option--S.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/option--U.py b/test/option--U.py index fc92edd..8abe7b9 100644 --- a/test/option--U.py +++ b/test/option--U.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/option--W.py b/test/option--W.py index e01f8de..2e9729d 100644 --- a/test/option--W.py +++ b/test/option--W.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/option--Y.py b/test/option--Y.py index b598cf5..62d8b7a 100644 --- a/test/option--Y.py +++ b/test/option--Y.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/option--cd.py b/test/option--cd.py index 8bbe0f9..0f83bd3 100644 --- a/test/option--cd.py +++ b/test/option--cd.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/option--cf.py b/test/option--cf.py index 3b4fccb..94e1fdb 100644 --- a/test/option--cf.py +++ b/test/option--cf.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/option--cs.py b/test/option--cs.py index 02b889d..1ed6eb4 100644 --- a/test/option--cs.py +++ b/test/option--cs.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/option--debug.py b/test/option--debug.py index eed59c5..4894983 100644 --- a/test/option--debug.py +++ b/test/option--debug.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/option--implicit-cache.py b/test/option--implicit-cache.py index de3f635..0e5bf24 100644 --- a/test/option--implicit-cache.py +++ b/test/option--implicit-cache.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/option--la.py b/test/option--la.py index c4d1272..a192d19 100644 --- a/test/option--la.py +++ b/test/option--la.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/option--ld.py b/test/option--ld.py index 22fc281..dbb2ff5 100644 --- a/test/option--ld.py +++ b/test/option--ld.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/option--lw.py b/test/option--lw.py index 56a74fc..62377fe 100644 --- a/test/option--lw.py +++ b/test/option--lw.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/option--max-drift.py b/test/option--max-drift.py index 6fcdf66..4dacb4d 100644 --- a/test/option--max-drift.py +++ b/test/option--max-drift.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/option--npd.py b/test/option--npd.py index e13d9a1..76145df 100644 --- a/test/option--npd.py +++ b/test/option--npd.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/option--override.py b/test/option--override.py index 6e94603..7e28c24 100644 --- a/test/option--override.py +++ b/test/option--override.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/option--profile.py b/test/option--profile.py index ad13aae..ca0ec05 100644 --- a/test/option--profile.py +++ b/test/option--profile.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/option--random.py b/test/option--random.py index b1dae01..205a803 100644 --- a/test/option--random.py +++ b/test/option--random.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/option--warn.py b/test/option--warn.py index c6dc251..d69b6e9 100644 --- a/test/option--warn.py +++ b/test/option--warn.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/option--wf.py b/test/option--wf.py index 7fdc186..d366954 100644 --- a/test/option--wf.py +++ b/test/option--wf.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/option--wuv.py b/test/option--wuv.py index c8d0f24..71e42bb 100644 --- a/test/option--wuv.py +++ b/test/option--wuv.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/option-b.py b/test/option-b.py index 0dfbb95..f2b27f6 100644 --- a/test/option-b.py +++ b/test/option-b.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/option-c.py b/test/option-c.py index 3a1eba8..8d7e777 100644 --- a/test/option-c.py +++ b/test/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/option-d.py b/test/option-d.py index 02d54b6..209b078 100644 --- a/test/option-d.py +++ b/test/option-d.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/option-e.py b/test/option-e.py index 5c1b4ff..13a46de 100644 --- a/test/option-e.py +++ b/test/option-e.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/option-f.py b/test/option-f.py index d9835f7..ee1c18c 100644 --- a/test/option-f.py +++ b/test/option-f.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/option-h.py b/test/option-h.py index f3a0538..e70de1b 100644 --- a/test/option-h.py +++ b/test/option-h.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/option-i.py b/test/option-i.py index 88d3da4..b0a84f8 100644 --- a/test/option-i.py +++ b/test/option-i.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/option-j.py b/test/option-j.py index 0a7a5d3..bf80f02 100644 --- a/test/option-j.py +++ b/test/option-j.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/option-k.py b/test/option-k.py index b02ad48..8950f5f 100644 --- a/test/option-k.py +++ b/test/option-k.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/option-l.py b/test/option-l.py index 5f320df..84223c2 100644 --- a/test/option-l.py +++ b/test/option-l.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/option-m.py b/test/option-m.py index 7c3c2de..cc680ae 100644 --- a/test/option-m.py +++ b/test/option-m.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/option-n.py b/test/option-n.py index 654e3ca..348c20c 100644 --- a/test/option-n.py +++ b/test/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/option-o.py b/test/option-o.py index 2847c68..90ad430 100644 --- a/test/option-o.py +++ b/test/option-o.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/option-p.py b/test/option-p.py index 92b4be0..cdc989c 100644 --- a/test/option-p.py +++ b/test/option-p.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/option-q.py b/test/option-q.py index dca5495..e745760 100644 --- a/test/option-q.py +++ b/test/option-q.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/option-r.py b/test/option-r.py index d6f2250..ad58f11 100644 --- a/test/option-r.py +++ b/test/option-r.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/option-s.py b/test/option-s.py index 6db0560..c1061ba 100644 --- a/test/option-s.py +++ b/test/option-s.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/option-t.py b/test/option-t.py index af52dec..d8c02b8 100644 --- a/test/option-t.py +++ b/test/option-t.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/option-u.py b/test/option-u.py index c56e49f..f90e258 100644 --- a/test/option-u.py +++ b/test/option-u.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/option-unknown.py b/test/option-unknown.py index f6f49e1..19ac9ab 100644 --- a/test/option-unknown.py +++ b/test/option-unknown.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/option-v.py b/test/option-v.py index 049fa17..e3cd91b 100644 --- a/test/option-v.py +++ b/test/option-v.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 @@ -37,13 +37,13 @@ test.write('SConstruct', "") # depending on whether it's invoked through scons.py or scons.bat. expect1 = r"""SCons by Steven Knight et al.: \tengine: v\S+, [^,]*, by \S+ on \S+ -Copyright 2001, 2002, 2003 Steven Knight +Copyright \(c\) 2001, 2002, 2003 Steven Knight """ expect2 = r"""SCons by Steven Knight et al.: \tscript: v\S+, [^,]*, by \S+ on \S+ \tengine: v\S+, [^,]*, by \S+ on \S+ -Copyright 2001, 2002, 2003 Steven Knight +Copyright \(c\) 2001, 2002, 2003 Steven Knight """ test.run(arguments = '-v') diff --git a/test/option-w.py b/test/option-w.py index 3ff1b24..9c66772 100644 --- a/test/option-w.py +++ b/test/option-w.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/overrides.py b/test/overrides.py index 0345c7e..f1a22be 100644 --- a/test/overrides.py +++ b/test/overrides.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/preserve-source.py b/test/preserve-source.py index 5a1f802..3c29828 100644 --- a/test/preserve-source.py +++ b/test/preserve-source.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/redirection.py b/test/redirection.py index 01111cc..da3732e 100644 --- a/test/redirection.py +++ b/test/redirection.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/same-name.py b/test/same-name.py index 8429024..93dea66 100644 --- a/test/same-name.py +++ b/test/same-name.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/scan-once.py b/test/scan-once.py index 439b411..35bb2d7 100644 --- a/test/scan-once.py +++ b/test/scan-once.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/sconsign.py b/test/sconsign.py index 7d2ccfa..50b7bb1 100644 --- a/test/sconsign.py +++ b/test/sconsign.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/spaces.py b/test/spaces.py index 957a46a..8be6a83 100644 --- a/test/spaces.py +++ b/test/spaces.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/special-filenames.py b/test/special-filenames.py index 42ff8a1..d152e52 100644 --- a/test/special-filenames.py +++ b/test/special-filenames.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/subdir.py b/test/subdir.py index ef6692d..e155a67 100644 --- a/test/subdir.py +++ b/test/subdir.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/timestamp-fallback.py b/test/timestamp-fallback.py index f79104c..9ea515c 100644 --- a/test/timestamp-fallback.py +++ b/test/timestamp-fallback.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/up-to-date.py b/test/up-to-date.py index 926b15c..8311444 100644 --- a/test/up-to-date.py +++ b/test/up-to-date.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/win32pathmadness.py b/test/win32pathmadness.py index 2d26e1f..ea40c66 100644 --- a/test/win32pathmadness.py +++ b/test/win32pathmadness.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 -- cgit v0.12