Put the Copyright years in by script, not by hand.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 20 Jan 2003 04:29:54 +0000 (04:29 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 20 Jan 2003 04:29:54 +0000 (04:29 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@557 fdb21ef1-2011-0410-befe-b5e4ea1792b1

288 files changed:
LICENSE
LICENSE-local
README
README-local
SConstruct
debian/copyright
doc/SConscript
doc/man/scons.1
etc/SConscript
src/CHANGES.txt
src/LICENSE.txt
src/README.txt
src/RELEASE.txt
src/engine/README.txt
src/engine/SCons/Action.py
src/engine/SCons/ActionTests.py
src/engine/SCons/Builder.py
src/engine/SCons/BuilderTests.py
src/engine/SCons/Defaults.py
src/engine/SCons/Environment.py
src/engine/SCons/EnvironmentTests.py
src/engine/SCons/Errors.py
src/engine/SCons/ErrorsTests.py
src/engine/SCons/Job.py
src/engine/SCons/JobTests.py
src/engine/SCons/Node/Alias.py
src/engine/SCons/Node/AliasTests.py
src/engine/SCons/Node/FS.py
src/engine/SCons/Node/FSTests.py
src/engine/SCons/Node/NodeTests.py
src/engine/SCons/Node/__init__.py
src/engine/SCons/Options.py
src/engine/SCons/OptionsTests.py
src/engine/SCons/Platform/PlatformTests.py
src/engine/SCons/Platform/__init__.py
src/engine/SCons/Platform/cygwin.py
src/engine/SCons/Platform/os2.py
src/engine/SCons/Platform/posix.py
src/engine/SCons/Platform/win32.py
src/engine/SCons/Scanner/C.py
src/engine/SCons/Scanner/CTests.py
src/engine/SCons/Scanner/Fortran.py
src/engine/SCons/Scanner/FortranTests.py
src/engine/SCons/Scanner/Prog.py
src/engine/SCons/Scanner/ProgTests.py
src/engine/SCons/Scanner/ScannerTests.py
src/engine/SCons/Scanner/__init__.py
src/engine/SCons/Script/SConscript.py
src/engine/SCons/Script/SConscriptTests.py
src/engine/SCons/Script/__init__.py
src/engine/SCons/Sig/MD5.py
src/engine/SCons/Sig/MD5Tests.py
src/engine/SCons/Sig/SigTests.py
src/engine/SCons/Sig/TimeStamp.py
src/engine/SCons/Sig/TimeStampTests.py
src/engine/SCons/Sig/__init__.py
src/engine/SCons/Taskmaster.py
src/engine/SCons/TaskmasterTests.py
src/engine/SCons/Tool/ToolTests.py
src/engine/SCons/Tool/__init__.py
src/engine/SCons/Tool/ar.py
src/engine/SCons/Tool/default.py
src/engine/SCons/Tool/dvipdf.py
src/engine/SCons/Tool/dvips.py
src/engine/SCons/Tool/g++.py
src/engine/SCons/Tool/g77.py
src/engine/SCons/Tool/gas.py
src/engine/SCons/Tool/gcc.py
src/engine/SCons/Tool/gnulink.py
src/engine/SCons/Tool/icc.py
src/engine/SCons/Tool/ifl.py
src/engine/SCons/Tool/ilink.py
src/engine/SCons/Tool/latex.py
src/engine/SCons/Tool/lex.py
src/engine/SCons/Tool/masm.py
src/engine/SCons/Tool/mingw.py
src/engine/SCons/Tool/mslib.py
src/engine/SCons/Tool/mslink.py
src/engine/SCons/Tool/msvc.py
src/engine/SCons/Tool/nasm.py
src/engine/SCons/Tool/pdflatex.py
src/engine/SCons/Tool/pdftex.py
src/engine/SCons/Tool/tar.py
src/engine/SCons/Tool/tex.py
src/engine/SCons/Tool/yacc.py
src/engine/SCons/Util.py
src/engine/SCons/UtilTests.py
src/engine/SCons/Warnings.py
src/engine/SCons/WarningsTests.py
src/engine/SCons/__init__.py
src/engine/SCons/exitfuncs.py
src/engine/setup.py
src/script/README.txt
src/script/scons.py
src/script/setup.py
src/setup.py
template/Tests.py
template/__init__.py
template/file.py
template/test.py
test/AR.py
test/ARFLAGS.py
test/ARGUMENTS.py
test/AS.py
test/ASFLAGS.py
test/Alias-scanner.py
test/Alias.py
test/BuildDir.py
test/CC.py
test/CCFLAGS.py
test/CFILESUFFIX.py
test/CPPFLAGS.py
test/CPPPATH.py
test/CXX.py
test/CXXFILESUFFIX.py
test/Command.py
test/CommandGenerator.py
test/DVIPDF.py
test/DVIPDFFLAGS.py
test/DVIPS.py
test/DVIPSFLAGS.py
test/Default.py
test/Depends.py
test/ENV.py
test/EnsureVersion.py
test/Environment.py
test/F77.py
test/F77FLAGS.py
test/F77PATH.py
test/FindFile.py
test/Help.py
test/Ignore.py
test/Install.py
test/LATEX.py
test/LATEXFLAGS.py
test/LEX.py
test/LEXFLAGS.py
test/LIBPATH.py
test/LIBPREFIX.py
test/LIBPREFIXES.py
test/LIBS.py
test/LIBSUFFIX.py
test/LIBSUFFIXES.py
test/LINK.py
test/LINKFLAGS.py
test/Library.py
test/Object.py
test/Options.py
test/PDFLATEX.py
test/PDFLATEXFLAGS.py
test/PDFTEX.py
test/PDFTEXFLAGS.py
test/ParseConfig.py
test/Platform.py
test/Precious.py
test/Program-j.py
test/Program.py
test/RANLIB.py
test/RANLIBFLAGS.py
test/Repository/BuildDir.py
test/Repository/CPPPATH.py
test/Repository/Default.py
test/Repository/Install-Local.py
test/Repository/Install.py
test/Repository/InstallAs.py
test/Repository/LIBPATH.py
test/Repository/Local.py
test/Repository/Program.py
test/Repository/SConscript.py
test/Repository/StaticLibrary.py
test/Repository/absolute-path.py
test/Repository/include.py
test/Repository/link-object.py
test/Repository/multi-dir.py
test/Repository/no-repository.py
test/Repository/option-c.py
test/Repository/option-n.py
test/Repository/targets.py
test/Repository/top-level-path.py
test/Repository/variants.py
test/Repository/within-repository.py
test/SCONSFLAGS.py
test/SCONS_LIB_DIR.py
test/SConscript.py
test/SConstruct.py
test/SHCC.py
test/SHCCFLAGS.py
test/SHCXX.py
test/SHCXXFLAGS.py
test/SHF77.py
test/SHF77FLAGS.py
test/SHLIBPREFIX.py
test/SHLIBSUFFIX.py
test/SHLINK.py
test/SHLINKFLAGS.py
test/Scanner.py
test/SetBuildSignatureType.py
test/SetContentSignatureType.py
test/SharedLibrary.py
test/SideEffect.py
test/Split.py
test/TAR.py
test/TARFLAGS.py
test/TEX.py
test/TEXFLAGS.py
test/WhereIs.py
test/YACC.py
test/YACCFLAGS.py
test/actions.py
test/bad-drive.py
test/build-errors.py
test/builderrors.py
test/chained-build.py
test/dependency-cycle.py
test/emitter.py
test/errors.py
test/exceptions.py
test/exitfns.py
test/file-names.py
test/long-lines.py
test/mingw.py
test/msvc.py
test/multi.py
test/multiline.py
test/no-arguments.py
test/no-target.py
test/nonexistent.py
test/option--.py
test/option--C.py
test/option--D.py
test/option--H.py
test/option--I.py
test/option--Q.py
test/option--R.py
test/option--S.py
test/option--U.py
test/option--W.py
test/option--Y.py
test/option--cd.py
test/option--cf.py
test/option--cs.py
test/option--debug.py
test/option--implicit-cache.py
test/option--la.py
test/option--ld.py
test/option--lw.py
test/option--max-drift.py
test/option--npd.py
test/option--override.py
test/option--profile.py
test/option--random.py
test/option--warn.py
test/option--wf.py
test/option--wuv.py
test/option-b.py
test/option-c.py
test/option-d.py
test/option-e.py
test/option-f.py
test/option-h.py
test/option-i.py
test/option-j.py
test/option-k.py
test/option-l.py
test/option-m.py
test/option-n.py
test/option-o.py
test/option-p.py
test/option-q.py
test/option-r.py
test/option-s.py
test/option-t.py
test/option-u.py
test/option-unknown.py
test/option-v.py
test/option-w.py
test/overrides.py
test/preserve-source.py
test/redirection.py
test/same-name.py
test/scan-once.py
test/sconsign.py
test/spaces.py
test/special-filenames.py
test/subdir.py
test/timestamp-fallback.py
test/up-to-date.py
test/win32pathmadness.py

diff --git a/LICENSE b/LICENSE
index 8e9e1a9993654ac0b07c19be1bc3be15a70cc0a6..7aa2a094cc42952abee8033995c4d133e066f676 100644 (file)
--- 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
index 5cdb0d2243eec49f4c08bc14073fb1690e6bccdc..dde3640eaac09e5d18de7c4e7520be44c34117c6 100644 (file)
@@ -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 96627c944c01567e351d2cf467fd5770ed3a8b32..b1bdc048dcdf39efe6e2c67f28b3a4644f1a1d44 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-# Copyright (c) 2001, 2002, 2003 Steven Knight
+# __COPYRIGHT__
 
                  SCons - a software construction tool
 
index dd6f4c63cca4f66ffff32f3643866757b93443df..efb9c908ff787f4318951b2db8f10e4941798256 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2001, 2002, 2003 Steven Knight
+# __COPYRIGHT__
 
                  SCons - a software construction tool
 
index 1d630b86357dda39fe79db7099f353aa8f249905..2c4164e88ade06dfe202e2935c38510ddd5d4e79 100644 (file)
@@ -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,
index 87930139c81198539cb90324449be10bc4440d7f..c4cc1ef6ad9777acb4f19c293aa047be0f665b56 100644 (file)
@@ -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 <knight@baldmt.com>
 
-Copyright (c) 2001, 2002, 2003 Steven Knight
+__COPYRIGHT__
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
index a28aa7635ff8a2962c2e06f9f8218903c52681f8..7073246da7875c8781c12446ab33ccaaa5fe3894 100644 (file)
@@ -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
index e01eb1e1a045c1710d18f372ee164d943ee9dacd..7ad28578ba458ec62efe871d6bbd261eccdf5d92 100644 (file)
@@ -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
index 609a47c68dad73893d8a63a4827448948bdb7c33..4309ddb1c8d02d544a1aea7dee9fc9e594c1eb7d 100644 (file)
@@ -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
index ace0803a7826353dee68da9c3cec4537a9947f3c..50f58d3101a9794ac03ff6ccfd75588926653b0e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2001, 2002, 2003 Steven Knight
+# __COPYRIGHT__
 # __FILE__ __REVISION__ __DATE__ __DEVELOPER__
 
 
index 8e9e1a9993654ac0b07c19be1bc3be15a70cc0a6..7aa2a094cc42952abee8033995c4d133e066f676 100644 (file)
@@ -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
index 1f9eba62c2357f00706d0dd71161c579b5e0f156..ca73a556243fcbbd454ae2f534c5495d30b58631 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2001, 2002, 2003 Steven Knight
+# __COPYRIGHT__
 # __FILE__ __REVISION__ __DATE__ __DEVELOPER__
 
 
index 5a4b5d09d3ffa39769550d030c0856d71559a716..d6e145ed2499d8bda6ce59e10a4ffa07df0c21ab 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2001, 2002, 2003 Steven Knight
+# __COPYRIGHT__
 # __FILE__ __REVISION__ __DATE__ __DEVELOPER__
 
 
index 1613f8d11cd025b64c67e183da6b516b132f11ad..26ffc0b94ef930be73dc12e4ef59423026e9dc3b 100644 (file)
@@ -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__
 
 
index a23304b3ff196cb6d249c3bc87a8751613adb412..f185641ecd970ed59a48aabde0629ac338e48b58 100644 (file)
@@ -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
index eb7a203fc2dfe4dd196a5ce9d397d984bddc08b0..ba6c91dd218dbeabfce08c94c206bbf434f97fe0 100644 (file)
@@ -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
index 9f9be1e4bd7517e9960c858736481cf35a82ca21..8de58c826f98cf54aef8d67c2bcaf30ad14107d5 100644 (file)
@@ -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
index 0746a8bacc31e591434c2293e1a9adf337f1042e..11674d649c5c77b30497fd79aa6dcb8109cdd401 100644 (file)
@@ -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
index 461d7707679419e18770e7d25ed5316fe924e967..27484360c328ce4620443cca8a249619be6b2278 100644 (file)
@@ -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
index 1bd36e9cc8c8514929c1973f6300afd733143604..7609a72c2bd25d1407d7a8a2098d58098875e1db 100644 (file)
@@ -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
index 96f075adbd85082b32c4230f29229c0c9dbc5afb..a93b08fe2cb69f167cb6f1fc51844cfe0d1bb881 100644 (file)
@@ -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
index 17e87622b5e7fa4509978abbde9c7305362af693..0028d95901f46995e36a979c6bf0f17bad6b0d66 100644 (file)
@@ -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
index 8714ca1c5f649a578de09c88a95aea21c8a5574e..9d5010da51a40c20a0655a4c7bb240ca9075be7d 100644 (file)
@@ -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
index 76d856a535b6a17f7a32c4911711814e7466e397..87a1bc233521f3d224d12a7ff1c649d38f493c00 100644 (file)
@@ -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
index 31fc87fd4c62d761db1f32659ff071ea6297effa..58b98cfc63f00edc7589ae47a1bb1909469b4d75 100644 (file)
@@ -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
index 518a97332d833e62983ce8d9a4e20b9439be93bd..f8ce36b36787fc125fe0e7b7d2b37a20d1565eca 100644 (file)
@@ -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
index c6320631bd4d212d8f3241e10e975621d36da6f9..afae46b68b4176f23d997a85db4230bf93e065ce 100644 (file)
@@ -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
index d2815d682716807aa5ae2076f9c8585b109b4b09..7b77736c408741250b131f38c9a35238f07558da 100644 (file)
@@ -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
index feb8f37b91773bc553c1f1945530bd3a0f52d9a4..51dcc1bac31ee725f290b4ca39586940133bfcdc 100644 (file)
@@ -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
index 32381cfa6b8fc7230c6528e3d152e5d137f439e6..23740269206670c8d1b1bb8a7314d6c919e72bac 100644 (file)
@@ -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
index b8fa921da43a84a01067a75198cd5dcb05c229e4..618a8fba0b149b4ad9d0dbeeccb78478ee9275e5 100644 (file)
@@ -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
index cffaa1939eeb94ae4e8a5414cc1553927193ee65..84365af8f6b4be655a56d9c7c74ccdf0223d7920 100644 (file)
@@ -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
index 0c2250fbbda1bccb9d70e1fae0fe144d60239cb5..3a02eb8d7738b39aed90c27aeadf0fe43c358690 100644 (file)
@@ -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
index fecca636d48471bc89bfdef55dc35379d7727f1e..e0001032ca0953f5fa968fa0f44b0962fa83611b 100644 (file)
@@ -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
index 678077823eab49df1da47ddf5a41d35fc01d2c2e..e75a024769623dd70a462b6856c02ab2a16ce2ed 100644 (file)
@@ -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
index 84b28ff8c0de4c24791704d9f74dc4b45a24ec7d..6ed458dc2635cc98e1d7ba89bbeac7c632e56650 100644 (file)
@@ -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
index 75203d15796b267c209f0581552c1a717213c69b..3139c535d33e9ff63863f69795094fd15bce7b03 100644 (file)
@@ -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
index e05ca460a0549459e3cf22d05ba1b8e4e47d1d50..4fb0cd8243417972d0901fef266ca9c645b8d697 100644 (file)
@@ -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
index fe1be13df967fde4f7840ce04e281ff179804108..6a14a7a904c4465d2f79b471b108e521c1ecfee4 100644 (file)
@@ -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
index 8ee56c9ca7a62a39d76d035524e58d761002121c..b59e66b58fb81c9bd3c8359da10ef77bf34d1a9b 100644 (file)
@@ -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
index eb1fe22e4dc6a53d753208a29148c978cb9f22ae..332f7e134e8362912a95272410f07868e34e838a 100644 (file)
@@ -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
index 687222539ac2338610a6a566b4ba61bcfd28d6d2..10f0836f14005f185b3c666786ebbe78607549f2 100644 (file)
@@ -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
index d70035c665cc7710b5129ea9b03ca09ad3a42794..b2cf14cd28ea7879b655099b7f1b2c52616b329d 100644 (file)
@@ -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
index 90e75ec8d99f6527151d388e76c5cc68acf652b3..6145ce065a411d87ff540df73904a412a84d2be6 100644 (file)
@@ -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
index 1ce9a4dceb678e2cc8567f28510dad6e8dd366a9..98d9c78582c25276622850aae133faadb69caffe 100644 (file)
@@ -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
index 6f905768b09dafffa88fd2efa53e91d859fc7697..d9882a69bd1f64d0b3f909d07d682a5a23c922f5 100644 (file)
@@ -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
index 02f68a561068cf38989bc971c7efd96f67b450ca..d4ee52323343bad4ed1fb485c0991b462a975889 100644 (file)
@@ -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
index 8c4fb952e85026a46522859cc9cceac67ac75434..d6bba7d652032a1ed61c073a7b8629a522caa29a 100644 (file)
@@ -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
index 39f04163bbad1b4693b108dd37e368cb3b53cee6..931165bd9f0415a4a68cae5fff7d4149c13369d2 100644 (file)
@@ -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
index ac1b121ded848ba1a2f44fa94aa939e6b06afda4..6ea9a3ed6f5fb6792cd029046135f84a3059399b 100644 (file)
@@ -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] ...")
 
index 905555332d532c85ddec15d381360f79a708f94d..5239dab2f44c2cb5ac3ca0cb17bdbe517fa5deec 100644 (file)
@@ -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
index a5cdd21ddea11f9c6bc8d57f203837502228f319..6285e87ee251eced0c6b6dec79f9a7b55d795034 100644 (file)
@@ -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
index cb054ccc769e307597266dc786a0caeba582e265..7e1cc40038c040c2cea12715750443742fabec92 100644 (file)
@@ -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
index 0fc6735ea2738c4542d6433a943acad5ca245c98..8cf23e89f627ee8ffe1acf4669fd64a5cefc6a9a 100644 (file)
@@ -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
index af01549e5a321209efd67ef66a663e3d21373399..1fca73f18e5f77630efc6dc32acdbfbdf822df88 100644 (file)
@@ -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
index 3958d48329cd80013dba3442de09cf6413eb9bfc..939f36f9afb07422f541a8e72634c7b08a666e03 100644 (file)
@@ -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
index 933f4b13f4055fa58947c2fedb7205446efdb23c..645c7df2a3c92abcaef687dde9bf4f41681a20bd 100644 (file)
@@ -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
index f66fb993951b0dc4b8f9c756095f91a292ace2c2..577d78312f76ae3b6d279bccdeb6b4b400374521 100644 (file)
@@ -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
index 4a63c6f4e6bd8681b5132a9e8f485353da88bcde..53922b00cadfb2a735dad09526a72901f338173e 100644 (file)
@@ -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
index afdf518d7c37c8e939f415115727e81fa00b5529..36218261384edb6c514c9fd428172dfe7ac5770d 100644 (file)
@@ -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
index 93c7bc6e55ea78888d8fab393101e10dd6d87a29..1729bfc5635979b5076845e823daa450bb2667b7 100644 (file)
@@ -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
index 50d211cd92f44751cd277303fef414e1ed5a63af..f334b68d56285fc9fbb84bb04b7a30519a643b09 100644 (file)
@@ -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
index 8d6d325fe7d68350f18e26e3616f2cc7014da5d2..e77bed73b3ec2c6328a4843d5aa23b56dc41f9d4 100644 (file)
@@ -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
index d776c2c3409790e3214e40e8684ec1173ebd9bb1..4e668e5961e8efb5674731625701abcfc8427e49 100644 (file)
@@ -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
index 2a3a59f806147f29727c6312d8a6e23295d19da6..877b605010f62972434c16d6e58455a6c520d236 100644 (file)
@@ -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
index be09b8febfdcdc8442567062efb72c146a432159..3c50581d314731d17e5b082b5dc8deac25ab286c 100644 (file)
@@ -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
index 578e9e9857d0981e21d93263724f9ee7ba83107c..c402716613b85a105f595a683ad8886e6bcad356 100644 (file)
@@ -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
index 677c3223e063b668ece6d644f1ce6bd870820f88..3321d910787470f3598ddb4e62839da6d4b0325d 100644 (file)
@@ -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
index e905861ca01cdfd5ca69f6a8342539b0aec4e621..2e9275259a5abcce92d68424e1d8dad30cfa1fea 100644 (file)
@@ -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
index ec437dfac6335c2e5cb7c9240f3205f75edfe93e..c10886beb3bff8c21069958a5867abf902cf5572 100644 (file)
@@ -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
index 0cce1e949c8630dcb66a16937f05e6ec67ee9a91..fbd1fbe9440221f34bb056c0d51781c7e0c68059 100644 (file)
@@ -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
index bc791f32a313c5e7ea2f55f4f5d23b264a796417..27713f232a4b155be441aabed1de054a6453ef91 100644 (file)
@@ -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
index 7e4ce15f2a043cbfa5c5609e55af9b5479dd563c..2326f9d9b7cd0c83404691e9e4d2cc960ca1e87b 100644 (file)
@@ -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
index 4a392f9df1a9a04a6eea87be9add75660db6067a..cd2eb7b3fdaa8c807f7d7bf41bf192c3d85c8d4d 100644 (file)
@@ -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
index 91c07274359858a77c2dd5feaa8b36e989cbbfcc..5419c6d9d21664ed0f8a34756c457a807261b6e8 100644 (file)
@@ -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
index 2e2a2a5d69d4aa899bdaf2cf57dac668af7ddd33..afabea64344e7ea28cff4679f84380d09f9b7c48 100644 (file)
@@ -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
index 61f161e883ee5a47a6a191e62612f4749d76a7dc..e8667eefe778dbaea7f8f2fd352fd0ee5768850b 100644 (file)
@@ -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
index c5441a3ddcb403ae1bf658019864e471ec389708..2ff0838ca4ee8d51e50b17cd94107a941597a77a 100644 (file)
@@ -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
index 533d84e8483a90b8d8ea9668173be3c5d6d77aa1..dbb7a85ca7a02685f57a740a8d160d18de7cb164 100644 (file)
@@ -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
index d25528a4a9dcb3ab1824b32bb8d83195678f70f1..4c00872ecd72f3302591ead970fc73a260d2f8f5 100644 (file)
@@ -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
index d6a832601daf7fb7d692937b8657d255287bd6c9..e96dc6f14be452109abae28181d921a5b0a20d81 100644 (file)
@@ -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
index 5d39cced3bb700f5cdf99bc03c411546efc33900..821ded68e773e6e6f0ab49c99560ff3b5fa8bf60 100644 (file)
@@ -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
index 447aa67b53521eb77c6152ba346c9ea9d43af3dc..460eec6838c161154f04dae5b58ff4ef50787ace 100644 (file)
@@ -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
index db036d875be71cff4a201c5c2f55dc6e1d910bcf..398b84197fb3f35a621a13bbbeae3986b20ea6a8 100644 (file)
@@ -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
index e296695a2578979f21c35785513aae134bf18c47..5322904bb75de41e2d67b41d59a46866ea6d2000 100644 (file)
@@ -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
index dff1412e8f0f144c01bba4fc1e6cb7c0823d66aa..4c80d19e85ecb4a41378594e805f9f8791da0beb 100644 (file)
@@ -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
index 6a9ce33a4214f855221803a5ab1b1cb283d090e7..0e81a1d8c21bac4201cb4502b720ff455fc65a5e 100644 (file)
@@ -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
index 2bcc31866761ca974507d28a51cdb2f65a69a3c6..30f1b0013ca4577fda8a4fee40e9f62c0dbfa986 100644 (file)
@@ -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
index 2dd1f86277689d6e3c5ed76dad8b21960d53dfe8..e04ffc32d04e5ad86fc37c4c344483529e19dc5a 100644 (file)
@@ -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
index 8c2063b8607257a263d5fa0f740b9f900c1a37fd..b5488419fd23a5f526ed080f82dcb7cc535ab0d7 100644 (file)
@@ -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
index b7362d6fdd8f38be29be109f0c059ecf5503979d..943bbd88f1063ef161b263c221565e228b9dc72b 100644 (file)
@@ -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
index 66348e8e4331abfad681dfbe211e19f0341b225b..4b511b07229ca0bc9dc75623d26da5b6da3a826c 100644 (file)
@@ -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
index 7b465b63a5bde07f310847543afc19d00bdba6b4..3c45a94729e442c0b35308758f628c2a03716a2a 100644 (file)
@@ -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__
 
 
index 7acf67c6be08d2f4a7345c04720c7556cb5247e7..f21a3eb5839d52082bd1b2a94f92244368b010c5 100644 (file)
@@ -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
index dbe3cdf595a06929af040f18c0c3a7f01e609362..1d0c8744cefb1c027b44a83695ced0b0b5f6737f 100644 (file)
@@ -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
index 09ba44f2f261e3ed716be91e2894fc52bdc8e6fb..3c240a90ec81c5a6c3847e4e1f854c36e8c1dbf3 100644 (file)
@@ -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
index ec112ff72f145eec587dc611ae1edd7b654dcadd..d60835bb35a0e6586e6e11f69d34107881436f38 100644 (file)
@@ -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
index 34d1f45c38c3356119e84d3466411398f480012a..f483d38c0a04002b94aca6466abcc91b94ff1a8e 100644 (file)
@@ -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
index eec3545844b06b67923ccf25b946c5fdd7426913..c223e11542cb8368de0e9ad5cff82cf656d4f2fd 100644 (file)
@@ -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
index 2d1c3023bda425fdf9e97deb04af4f7ec59a9b31..131c019850905210208620712b599361f3737355 100644 (file)
@@ -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
 
 __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()
index ca29573680666e20665bdaecece75a159b073a26..57ec04d4d3e5a36d3daf3b05ba3b8a6f03236baf 100644 (file)
@@ -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
index 6a58313f9e0c678a935b17a168a9fc304cb37ec0..49367218083c55af18bc8e2057043c7fef49a09b 100644 (file)
@@ -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
index 6591ec566c27e8cdabce5e76bf2c3a49d252e22c..ab1f806d557473d0ba2609252cf8dcf485d07966 100644 (file)
@@ -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
index c47f2f4004d5c8aa742df78bb02cd62741f077cf..932883d52b38132f084207540fc3afd960d0c6ef 100644 (file)
@@ -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
index c64a611d403ef84ad377a5d11f2540b778a89e0c..229a27a5d14d803f216d07b041f467ba4c52486f 100644 (file)
@@ -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
index 720cb332676fbc28168dbfafad0e01572db58893..3b0ffa0cb82a3e125ec63551c69a0a62bfcb7df3 100644 (file)
@@ -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
index 2598da253a19adcedd62ca27bfe42be2e5685560..c9669338f093237a0863eb554bfbf6975ced117d 100644 (file)
@@ -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
index dee5c010b9b33b78af71d8e6a91de2804b24d7a2..c7c8dd41caf6270dda09b1108ba61bada95a58ea 100644 (file)
@@ -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
index cf89769d29e3ec97f3f427ee17284fbd5a29a2b3..94dd6f65ebc9063bf14b727009e07d3fd191941e 100644 (file)
@@ -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
index c4cbeced8048901423fb036f8b3eda5427cef417..60fb74ea93b2e50ac9f00749ae0341be5df2dd05 100644 (file)
@@ -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
index 6e12dc971d8dc0e4efb669a1ce2ffde44216ada9..90d3af445153a3ff2730eab2729d12ecbf996b7d 100644 (file)
@@ -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
index f32491d9fa16221cd0c3587efd234a5636a944b3..da4ff13d1aa3b7fe619c8e9ffae7a1a0495c18d8 100644 (file)
@@ -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
index bca5fe9f1fa1bf0fd35c2aa0eac68851a1322807..06e69339b4d37aff08e280a5adc226e2dc64308c 100644 (file)
@@ -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
index 6b2f2833587651e30580dc689ba4714e95bc9695..f2b33683f437661009d35ec4fb2fec70acd0490b 100644 (file)
@@ -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
index 592bee172ff5e3afcdb046223c67ac3dd690d226..d729076a563f40fd8395dc36ea9727ba621252ea 100644 (file)
@@ -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
index cf257b536eda9eb9bbf459abf0ba6fcd61d00193..21f94323dc9f36a329197ddac238096bbb11702b 100644 (file)
@@ -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
index 705489249d46fb019e3135cf7418d661cd3554b2..4a99be89124664ea3a035d0270e3e834477f88f9 100644 (file)
@@ -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
index b220581a40fe304af3032577e78fe0d375c31fbb..4d0428ad78723ff3226d2af9762ff93640147b63 100644 (file)
@@ -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
index 1aa2f4204aecbe15d3268e46b029d8ad9e195acf..7890be13d95067ea7c8bb9f3c91e88f38c702813 100644 (file)
@@ -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
index 0ca5f1f39fb87cc2486c6f2b3cc63892881cc5cb..aa5750ed2bc4dfc9f0fe4e39b1ad9f34ad759edd 100644 (file)
@@ -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
index 9599863315f60b07a77cef42266f350c5bdbed27..49ccd02369b2bb60d658f8d8c5c12ca2782df4c2 100644 (file)
@@ -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
index 3a8107fcad2c61088741f9e642c4f2d260f883a5..1c7a638b58b9e941c63a236b030a334992bf5d4e 100644 (file)
@@ -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
index 61ae9a2dc3463c5a7ddf0e3578d5b47c2705d2ab..dd3c2b57f22ae232b4b7aa81cdaef46deb20e035 100644 (file)
@@ -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
index cd10fd509af0ebe6599290d40f118c2547922245..f92a2d8b754a420a46aa353c0511e6becaa288bc 100644 (file)
@@ -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
index e31b7167343fc17c6ebcece6eb62a039f63aada6..d24e010e89c24edeeb123a7a8b40d05dde159dae 100644 (file)
@@ -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
index afa55b6b9bf2c122f0a135281c2280ca65e03516..4d4d34f91c002fdf3be1a3bffd74049694c2c562 100644 (file)
@@ -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
index b87cbfc7a2aea5f83264e6fe7b520182f680c09d..bf799c02d44d0d75146f040acde2992af8cdd248 100644 (file)
@@ -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
index be02369431a4ba2c2a79274b0d7d981d67022632..256ab7effaaf7cc28b3fe99f3961164b1a006049 100644 (file)
@@ -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
index 57aba33fcda676383e1da7b7c91d1239c2b7d355..2e99b900b4b570be5c4c99654b05a63d969c09f7 100644 (file)
@@ -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
index c977775d644a88a695019bc30e5aba2a64a2b02d..1c1a4fe7435b974dd6b228e4d5dd8e2b80df5766 100644 (file)
@@ -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
index c7b4c6da7a92db5d032f4ddea591c88829c34f6f..d88b715cd295819fb0a78b17046d30cb32ee40c6 100644 (file)
@@ -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
index 8945295ae0662d18f06400cd4d28a8758744bbb8..5d87bbaf3092fedc761db6baa8848a8eb21e52f7 100644 (file)
@@ -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
index b346ce8a604821b8ddd81738d0888c7098234a09..a79dfc82424f04dc8da3b3dff264830f9f514053 100644 (file)
@@ -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
index 28ad9de26eb109e03bd9d3bf387fd13b3f58e9b7..6636a9a81219862a7749862ef41cee45e7251849 100644 (file)
@@ -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
index 1b814aaa0866f3c819a249abf7c712b94e3f7afc..1bae970b6320d8d15227ca4f244db55e83d2316b 100644 (file)
@@ -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
index e9368614795824871c7abf6a64ac02997488c123..38d73fb5dc1ebc9c2374efdf6e6f3b4fb5ede2d0 100644 (file)
@@ -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
index 6bb0068c8372896971cffb147b7c30636a038f77..c3ae18255acfd6b54845b7855fc7979f40704cbd 100644 (file)
@@ -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
index bd24496a8baa26c29a824424c73434fb7e70ee03..c886627c6394a9a6014c4eb87a746909a1861e24 100644 (file)
@@ -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
index 6865b5e619b497c29b43e997d44aa9411c5e48c5..bd10d3674db8d4124ed1eb18611b1cd0cb8ba581 100644 (file)
@@ -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
index 2aa2cc0a6c5d94891865b4cde4fb598dd31c2008..abd212023f2181ccb031456a6393142f2fedfbc1 100644 (file)
@@ -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
index fb3beee22b0d8cfac00e9658cda71763c5e25b8f..ac5676c38088a50c750053bf043822c25e2e8e36 100644 (file)
@@ -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
index 6865b5e619b497c29b43e997d44aa9411c5e48c5..bd10d3674db8d4124ed1eb18611b1cd0cb8ba581 100644 (file)
@@ -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
index 4394b47b88eaee7bb0e05526e5727f8655a210fa..19a092f0d6f7aea7412841e8fe1a9d3ef4b3234a 100644 (file)
@@ -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
index a9912bfb0113a92f7bfae5716c12b432d5cd5bab..982cc888aa056dd3161781ca60c1768303f647bd 100644 (file)
@@ -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
index 2d8ee3aeda107b13b144e135ccd0cf77c250a0de..d5a1e401c42098702aaea6699905fada01112319 100644 (file)
@@ -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
index 2ea50fe0d1771531d93bf5309fed241a85b199f7..ce8acfdd5e1a9d977332822f3e6f64149df8ae54 100644 (file)
@@ -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
index a2474dfa80979a9ad417374f695c414fbc2f35f4..2401216dd4913dbc4ce8f35a77b3dc579f0f54c5 100644 (file)
@@ -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
index 209c1f717ea3d601d119ec5764e0896805625b4f..a34e5ca94c479fb0ff2cf0b1ebc17a56287ad82a 100644 (file)
@@ -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
index 0c193bf3b81d0fd2f4db442761847d2ce681e74a..8dc52383f4063929dd0f36a51df251699b0b20af 100644 (file)
@@ -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
index 437e64b52b3d54cf331e839cb47ca2e12d3462aa..ba07b7fe4f1a877fbca2b5fb4ceef8cfce3103b4 100644 (file)
@@ -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
index 7308e450a220733d9063b010a8d1b07de2cd1c30..e21c8c6d30dd3235a911492a45e93b31a6b82fcc 100644 (file)
@@ -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
index ade8ed5327641fa97c2dacb5c6cdc7be3631421a..fe1f5fca84c9fdeda0bbea57a82af1a8ecef9596 100644 (file)
@@ -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
index 39ddd8c1df32cc1dd0082bd4b40f5e5988a4f711..b045baa65a95ad4b7e55a32064fbea03d38bd5dc 100644 (file)
@@ -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
index b261e62c401c41e2c39ee8d36607ac443169f220..b89ed2f1ded1f995a49dc95bf41b37b813deecf3 100644 (file)
@@ -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
index 0338196dd2c61ed530b5d0d114a0d0505ddf1752..8b2c7ff671ca40bee157847a16dc53801b1780b8 100644 (file)
@@ -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
index e4e6de98e8299484c96cd9d7545f89f6715b6d27..3e290408603bd9ef69ad6dd2af9279c8ab1ba6ac 100644 (file)
@@ -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
index 25da84e38f8ea0e9e1181d5abdec70d1cf46da26..b05a73a053058b7c5f98fd8f720a9258e364e088 100644 (file)
@@ -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
index cd6418886b4174d1ad442edf68d1b36f60ba1658..4879a83701fd9f57714b7c4f8464e858684dab31 100644 (file)
@@ -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
index 5003cd0132face70bea7f1a75e34cbd5231c4eee..0554d4ce916d2d285a8539ca375c8d95ea50841a 100644 (file)
@@ -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
index 07d3debf3be8688867f1474564a4c2ced92ec45e..eaafc096e7c9253e99004dd24aac646b28b67613 100644 (file)
@@ -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
index 79939af5719adc2b0cb62094224e2e4a9748ef88..963837564480bc43035536094ba3d841250c10bb 100644 (file)
@@ -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
index dd0657c0b4da7518668585517c33f2c4c432e440..ff5a5043b494ad0a77a0cb0f80daab382e955067 100644 (file)
@@ -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
index 9d2975a6cf8895c479b0a2cc431607cc1cebfa99..b987670cf577787991a3bc6e2bab11703b14395d 100644 (file)
@@ -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
index ec279098608b69b6023234c7789942f83f956a89..4df9c2434b1f6e20c87dad52c3be509556003d7e 100644 (file)
@@ -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
index 0dd851fccb8e53a740822f76a8e8241caf46f3e8..749c745ed37dc380640f0f4f794552ab950c84fd 100644 (file)
@@ -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
index bdcc426518ce705d7d3f0888c97dc8e31489afbc..96b198e1df280cb3e50592331af2b22a25f830db 100644 (file)
@@ -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
index 669d1f2fbde75154bfcec180d5d9c3e5248f1094..1163767b4bc07ceeca8de9b419b7c70f8ef65155 100644 (file)
@@ -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
index cf82d5cbe5c1e5a2d9a2b04f5129e3c1b144fa0a..6f06975eff55f5c8b6dd6c8b53a13fbb70068a73 100644 (file)
@@ -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
index 731f4e7ed1e14192f10c6146a078a2c24c96b274..0d979f6c3ee17548289f6ab5dabfcebe2c69e970 100644 (file)
@@ -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
index 8c7f4faf3698063ea8878edccb211644939511a5..00c5eb59cd33b374a32f83dbaa4dae08cda91354 100644 (file)
@@ -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
index e0e01478041931620e78b9cdaebb1a68a6600958..ecbe444f715b2ebac5f715a0e613671418a9034a 100644 (file)
@@ -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
index 43bb510bb1546d6568b38c72fefbd513cd890950..e555e9e462637bb685993f7daa401e642a2db55b 100644 (file)
@@ -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
index 5029aeaf86b6c3bfc995139a2be3b7ec6eeccd60..503363ed45f8d3da22a6ca5d838aa80f2c8713dd 100644 (file)
@@ -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
index 2f7f3f129d8ced6ad60af00c4a4a41b2968c989c..777baf8b981d200d9bad6615103311ebe1f41de3 100644 (file)
@@ -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
index fe328e9945f3a76136fdfb10c3c63d3edd357b8f..db8431d04fc3aac7db4ebd5204e76258f08c14f3 100644 (file)
@@ -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
index 1eff06bf17213ec85da970dd986e08fcc998132e..7013cab1024b60aa79597ed13cd9b0a76ffd0062 100644 (file)
@@ -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
index 86108ba3c2d44859022893368035798ecb43e64b..b55a1da4034e5ec57e5e42395ac6f3fd05b1f48e 100644 (file)
@@ -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
index 6fe1f490b959329048f9776497c1968b2f70055e..283904687dc73f3082a4300b31956ee01053965c 100644 (file)
@@ -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
index 3cfff0f1b8b67d4e0a734633b5523d935888082a..00c056c0113295805ef9582c012a48e9b86278e1 100644 (file)
@@ -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
index 1f8fc0f7f991be8d7e423b4e00d0d2cf8164bc5c..7e438ecf3c879539522f7408c6516e468ca53f8e 100644 (file)
@@ -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
index dbd663c7433204ca69cadf331d3d842960fa4565..dc16d629e76459de992260254e7f54016ec26616 100644 (file)
@@ -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
index bc6d96437cd28a118c430272a11c05bcc72b38d4..d6e5f911a1f1c710685e3718d81b4fda9decca42 100644 (file)
@@ -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
index 19b56f1cbf501c2f91d7a7c96ab4c13387ac4ec5..2a9b986fc465831047af097b2c8023904b96d6b4 100644 (file)
@@ -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
index 39b69710901a171d408ec886ac98cbe4e7d00521..df215a362dad1dc1cf2b59e85222e85917cb0ce5 100644 (file)
@@ -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
index 3e78d4405c25f5dbefd6167337f435eeda4f448f..091984d3655b082f5d76fe2c1976ea4f41ebbe6d 100644 (file)
@@ -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
index a491fd4d9bcf72bfb2ba5b0d32fdae695ca2c6b6..35296c7d549c4da144ca7a54b58e3ddfb14d1c2c 100644 (file)
@@ -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
index e1034c05c7a43dd6901ddfafef46b4b455a1205d..2ba45b3a68acaef874ec9a5e1c0b68d3ee441279 100644 (file)
@@ -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
index 4d92b844f2056a27c9e2343c1ae6e48a62bbd99a..a3c98c7c2b20f2f7e435dc6c4762f7b507a2c3d4 100644 (file)
@@ -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
index 6cc760184c4c864cc5cf928ada0d83441506e20a..49de950a615fc5efc1576279d342e82a95a7029d 100644 (file)
@@ -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
index 4406b48b0b59e2efd58a78a923b3fc9534aa2e01..19fa51efd76e9a5161cba9d1b4118526313ddab1 100644 (file)
@@ -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
index fa199cc3425d310c4d6c62882edcf7f7b062134f..3ea6577a962286752717f640a4e61b4a8209beb1 100644 (file)
@@ -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
index 6b59d8529e275ed2e80af6f6f2c087dd4b5234f8..f830b68284ce6900af1fa57ded09433b44b007a3 100644 (file)
@@ -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
index 413a76146923475d4175f90beb898cfcf6d046f8..734f6c6d2212e74d99ce8414ffc502331b8ed39c 100644 (file)
@@ -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
index c81870256c38215adc54c1a4bdf604627ca9146c..3fd8e75d8de2db367382e3ad6343573e2dc6b905 100644 (file)
@@ -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
index 5c5bdfd32bcd373a6f3ffea98e0bc57051057400..85ad6a3abeeb09079e7ce64d5c27cc379966cc36 100644 (file)
@@ -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
index 0aad4d3067a19bf2ddd1e2bca5bb95221f3d8b67..6016795763ba29148f5dc975e63d14c77c0f8e1d 100644 (file)
@@ -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
index 8eaca42f3508cf867c452fc87e75823270697742..4ed19d1170f3250122eb537e2cab681cde8eacc9 100644 (file)
@@ -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
index d3f04d00cbcdbccf48cc077ab76ee5b735d5a733..72b1daab54dc0aad4de65f8391da0b3338c477e4 100644 (file)
@@ -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
index 79c331c0e3b57d95fa197570137d0cf41ab84085..4ed33f625eed4e97b2556589710f4565e368b74a 100644 (file)
@@ -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
index 2b2590e2c37207be51c85a99bbbc7e80da9fa584..cf83b6e64f4b5152eff64a8b487868bcc58ff413 100644 (file)
@@ -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
index 85d66a5107be068c264e3f7f0d4de185a4176cc7..5b698bce7b8bbd7bcb29be7422d56d325dbfadda 100644 (file)
@@ -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
index 7f2360eef4ba1875c5369ae5d8f9663a0181ba15..d5d4b8eb59d5e1106f83495e831f778fb5b27501 100644 (file)
@@ -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
index 017c389128e2e0ef287381b00937f9bdc1a9eac1..58642412418dfe44b2952953d9bdb238aa5b08e9 100644 (file)
@@ -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
index b49e07eb0190577d99b7dbe22fbcb659800292b6..11f618237037a9552961fe283bf9c56cb6f48629 100644 (file)
@@ -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
index 11c7a65490423138da3a06fec3b053b9d902ab72..c1712172e81ae69d6a41d8b6078bc549dbd7950a 100644 (file)
@@ -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
index e5b8a6a77d0fc5b8e897a959281f5046f13d8304..07d3b088d9bc03d32402410e35799b0f314f85ac 100644 (file)
@@ -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
index 3f0ea9b29d13d91f0807a472edb35103c4e73f3d..48549056495d7c95b11d578c54c6edfad1624d35 100644 (file)
@@ -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
index e58c7a385bd8d277e2ec2a9cf2c367dc143dcaa5..987025ff53f8ed69a6a945c91d85c5e356626de4 100644 (file)
@@ -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
index 3bb9815203a4b147d7d06a5f33bf3cb09b0a6151..42b391cf5b04f423867fa8c6a222821bc75e7085 100644 (file)
@@ -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
index d4c462868befa343e25244b6c72b35b46cdbc301..56f2127fd2cce9b137e83bb57b54c40eaa4e773d 100644 (file)
@@ -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
index 3fe97649136dc6a6a5378cc2adfda412c342618c..2cec416e349b390b16b316be38a999ff2d5fba1f 100644 (file)
@@ -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
index 1b3965bd329a8a91edb767b46e8ece1fff4d383b..568ed0d76bc614a89a2a178099c8082587276cc4 100644 (file)
@@ -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
index 70149f7d2d6278a858a652520a97b45136168706..a2443c87b9a285c9cc58d789f5c54c6fdb033f7c 100644 (file)
@@ -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
index 29d171685f34320196d3c65e35bfb7e11a6f762a..194be94381874efdd8a4901a43f078c2f31c9ef0 100644 (file)
@@ -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
index 29b77eae3c9b9e637bfbb4b7d9d0bb3ed16b3c7a..7fc14f044a0e5f4b8fc1ea1bce88d1d5cefb0536 100644 (file)
@@ -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
index 7968349bfacd574d0c1c17c895d64c04ad2255ee..72e34d3ea3567d77dff3f680285f4daddf587a34 100644 (file)
@@ -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
index 04b9988caba5ab24864dab1ef01f5108eedbe108..ef409fab80f04c98ff97ef2c08ad21b495006cf2 100644 (file)
@@ -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
index cc579d92bc2d714c9d4b0e07573decc9a175c542..a0ac6e2dfd2cac6cffa636f19d0ce781b1171b89 100644 (file)
@@ -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
index 077b7bd20288a0e91e33604251be9631b0f53a29..7de2d834c25f8065cad91eb19e693d08250eabe0 100644 (file)
@@ -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
index 5e304ec829b0dd981c53ddcf35fe8e39bd326f7d..cde06837aca4009f3d72df168a183d8d8dea50f7 100644 (file)
@@ -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
index 81c3ed447bf4c18da00976e2a90b3c255b3ce844..6db5cc162f0b7221a129b50539503ab9c1ccce4c 100644 (file)
@@ -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
index 53c37c73431c0920c10264ee15bcde5f1f0ae7e8..3d7e3241f461a651adbf82861d0a9ef353447fb2 100644 (file)
@@ -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
index 9bb15eca8161eda4ee501ea7749b0eb5535dca65..1974a5f133a71f845722f42cb5411c70f29b44c8 100644 (file)
@@ -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
index c5636f3b26e7c4ebb1fd49100d981762b6ef2087..302e17dbefd8a8e128a0be299f17acc19116c1e2 100644 (file)
@@ -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
index 4dca114769afb6e86874c939cb7aafbc5e7b3910..acd590acef2b96e7c4064becd170f7f1306256b7 100644 (file)
@@ -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
index 0e5bbb9ae3c6f11f7542dcc3c1594527b67c6305..bffacc291bae495b449cb9acdd10216f7b510ef2 100644 (file)
@@ -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
index 0e7f7ac3940579faa7ebbc88ffbbf23c5532918b..05dd9d09190f40447e7a0aface000f2dd6fb3019 100644 (file)
@@ -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
index 4a31611550c850c4bec83b51604708d18e353fe7..5f7076954b3a7eeb4e728c5afe0ea6e92b79f3e2 100644 (file)
@@ -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
index b475688df8417f70a2699b52e0364a76bba0e1f3..8c9a07bfa93efa92ce49447fdc0d0f0c8f1b155e 100644 (file)
@@ -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
index 6d2f31adad590b619f89df5e84756c9a568159cd..0bc295cef60439786c59028253a3e9e657ba6bcd 100644 (file)
@@ -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
index ef952f2ce6e767f05d79e13e1ca7bc7aba69203a..e0f7b8204d90cc55357fcbf196ea847e32ebe860 100644 (file)
@@ -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
index 3a9593196e639d129f5466970b55349b701e0da2..b0e92544596c8249af8ab246c88418435905dc50 100644 (file)
@@ -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
index 5d0ab453c09df5853225453f9c2c0eb4f74a74dd..5721c42dcbfe8bcb2dd316c0ea429ea5dbb4906f 100644 (file)
@@ -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
index 45ce19b41286a131ca1c80e4b061755ab85eeb28..451e0a91da8e1a0929cf54b952ad41323096211f 100644 (file)
@@ -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
index 8e623a5e397cd04ecd0c7cad0a2bde124a7d2335..48befe6b706e5831aa62b10a779e23a39f566b37 100644 (file)
@@ -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
index fc92edd75aa1ffca36b0b070f9d5cdd41eb04fad..8abe7b9836bdf4d847764d917103129c2243b6b8 100644 (file)
@@ -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
index e01f8dece5090b48f3b4168e9481411470c07453..2e9729d162da909450930a3e6417e69a8951b0b1 100644 (file)
@@ -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
index b598cf5c446de6652583bb53c1ae820601a05cff..62d8b7a11d4df4cad6f42767515fbf603c9790d6 100644 (file)
@@ -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
index 8bbe0f926b33312e5a89811423b01e7cf0003b76..0f83bd33da47b89e934c28d37c244dc3c7e0fc01 100644 (file)
@@ -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
index 3b4fccb9f72e10e6066667ad3466c59305a8cbc7..94e1fdb7a6c9b134eed1eb54df60012034844134 100644 (file)
@@ -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
index 02b889daeec8baf5f574348864743bffcdecb3f0..1ed6eb49d822c6d620c9d700825d3eaf55111246 100644 (file)
@@ -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
index eed59c57807bbf3184bde7df8d8db3923ff23de6..489498392c37c9574ca46fc2d7dce4fc67dc69ec 100644 (file)
@@ -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
index de3f635c44d1aa7bc1829ce45b786624fc2e65e4..0e5bf24a05ac53beb69ba65e704c05dad1022fb2 100644 (file)
@@ -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
index c4d1272cd1569a0f2197a8c837677d32e244bb6a..a192d19b68f761efbfc49045d923737ffacc8560 100644 (file)
@@ -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
index 22fc281529b887ae13f41d6220cc8ccc15ac893d..dbb2ff53ccf470bd0db12dac365cbab4000c4eb2 100644 (file)
@@ -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
index 56a74fca5fe50c4430c74295c4fb015c09dd10d7..62377febd6d0c54650d6fe19e7aaa8753fc3a9db 100644 (file)
@@ -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
index 6fcdf66d1c1ac2a9e758ecd9bc0f7d726d361274..4dacb4d2e320f3eff64bd2b255a6f82e456d0b2c 100644 (file)
@@ -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
index e13d9a1cda47c79af0b46c3d9c991b9d29b96c3a..76145dfed4d9ebb14e940a1e49c909092ef44fa0 100644 (file)
@@ -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
index 6e94603a5570bc57a975231f215c67544f2e6a6b..7e28c24742f6ede114fa0cf1730e93271601803e 100644 (file)
@@ -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
index ad13aae6989fed4794ff245f4b8c340ae8865f26..ca0ec0519a5264bf49fc506e45c640f186182bab 100644 (file)
@@ -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
index b1dae0113c2624de40a4ba08505fb1ccf4073968..205a8036fd1f86ca4b7f1ae72378d0452eba75eb 100644 (file)
@@ -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
index c6dc2519a4bb4b31c6707c8176175fe3da9968be..d69b6e9ed1c0f22883d30cecbc94b9b40dfd7289 100644 (file)
@@ -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
index 7fdc186c59f2a8570f601046ef66dfb68cb6cedb..d366954a39409b53d778c67e4a5bae9e66287193 100644 (file)
@@ -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
index c8d0f2474930b2be36ab133e5160a0de833e8f51..71e42bb46fb56d209b8b0cecb218ea597c7098ec 100644 (file)
@@ -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
index 0dfbb951e11c6a636ec732f32488da86e4e0e630..f2b27f60385b56ce992446494fe1f5f4e7a0abeb 100644 (file)
@@ -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
index 3a1eba858981e3e00dbc8a3d6f4279442b07ec63..8d7e7772da257921460037a9964d080adbaf33dc 100644 (file)
@@ -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
index 02d54b682f0ec13eff1e0b3b9c892915a49c77df..209b078c7960e8779698fc0a7b4b7fa3099f2dd6 100644 (file)
@@ -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
index 5c1b4ffc09a708f3aa4daaa996dd72d722795cda..13a46de481fa1b73e5ffe5c2d53a1e734166eea5 100644 (file)
@@ -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
index d9835f72d6c88070f471060e38ab126f82ce049e..ee1c18cdfa319f14f917801eb2d248a921226f77 100644 (file)
@@ -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
index f3a05381aeb7b79b5592b32ee71837d88f7f412c..e70de1b3fdf1fe3b1d400900aeb869b21ca90d73 100644 (file)
@@ -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
index 88d3da4225a4bf6f0620ab34f421e86fd8b229ac..b0a84f86eb347a72abec5e5c0a0e431c484c17c1 100644 (file)
@@ -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
index 0a7a5d3513700013fa5546abda70e8b44ecb6886..bf80f02a862e6c331f18ecf1f6e5258dd0db73d4 100644 (file)
@@ -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
index b02ad48798750676bd2a49fd0a5aa6a83ff9b4ed..8950f5f856933bbb524336abba28f93a832de244 100644 (file)
@@ -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
index 5f320df11094360d70be4ce1db70d672fc3846f2..84223c222bb2e25e3031a42054bfcd6c8d0afdf5 100644 (file)
@@ -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
index 7c3c2de2d3ed203c3972fe286397553ae504c47e..cc680ae13474a466ee2a45d33b064b85b50ea9be 100644 (file)
@@ -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
index 654e3ca1f23df88b0960d115beadeadc41d6d54e..348c20c4e030ba77d19ed4a9fd4cedc514c29f0b 100644 (file)
@@ -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
index 2847c683a1cc9b5b8e48fe690b19f2bd4dd86159..90ad430a4d2bd13422b9d9fe719198355f0f647b 100644 (file)
@@ -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
index 92b4be0813c15b40559988a979d37ecb56379601..cdc989c183a2624302e7a4a902a5875e5b10df96 100644 (file)
@@ -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
index dca549571a3b53085a90f84ad347a766f99b5675..e7457600c15f040b66cebbcef85f7e14fe44e71b 100644 (file)
@@ -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
index d6f22507e5f2ae852a11b9bdfdc63dbc5abb2cee..ad58f11b9e2ebd26673c2052d7eae1f3255fb6ad 100644 (file)
@@ -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
index 6db0560878605ddb5be74617808abd035d2c0518..c1061ba80808b27e99763bca33038307a9781150 100644 (file)
@@ -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
index af52dec9db87aa31f23c52ed51a74970b0ed8c20..d8c02b8896dc7698f6e41ec5a0bbcf28a38c5a6e 100644 (file)
@@ -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
index c56e49fc4fe4e38c1c6d5b6e6950250d9f1cd508..f90e2583ce0fb554bf96b370bcab45bb5526d183 100644 (file)
@@ -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
index f6f49e1462038473acb45c68dfa88e6e05b588d5..19ac9abe88377358c883685c9f5ec94d0495efbd 100644 (file)
@@ -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
index 049fa173e3cee6d7c02538fd2c85d9ec0b4112d6..e3cd91bb492a59f687f5dd618c5f9f3e7ecb7b0e 100644 (file)
@@ -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')
index 3ff1b247b1ef17e1b02df99b030b68f8422ec10d..9c6677252cfe756b85bed679672ff3a8f9e3d71a 100644 (file)
@@ -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
index 0345c7ef0fe357a5e0e7ac6a5294108f8361f305..f1a22be29536d910a1caf70b3bad9188d363937a 100644 (file)
@@ -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
index 5a1f802ae0101543bda1ab4d1f1e543a92e37c12..3c29828f8046f4bbde56621f12c8501e399b77c6 100644 (file)
@@ -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
index 01111cc89102f5e82c0068c2b31b094e23ab19bf..da3732e227437114391b7a7bb6f4bff4d14fbd2a 100644 (file)
@@ -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
index 84290242876cf7e417dc07c04b7d818fcb1235a3..93dea661abea5f11101df3820ec9fef83f0a005e 100644 (file)
@@ -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
index 439b41173bdaec331425af1b59da32fe44ab1754..35bb2d7df8072a9497a6492eb4daf2230ae6c836 100644 (file)
@@ -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
index 7d2ccfafb17eb28d850b26a28687e7ee0afb37b0..50b7bb180ab401046598433a8b7ee3ca61654f83 100644 (file)
@@ -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
index 957a46a2a1b00f87133b54928df9f7206da221bc..8be6a830820dd1fb598a2a25144f4235cf361474 100644 (file)
@@ -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
index 42ff8a183c40c549891c8cd91a433f15350a8150..d152e52081ab9f235a13dff4340eaae7d29b5ef4 100644 (file)
@@ -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
index ef6692da2ea7a56f4cd4778303f2bead3957d2b5..e155a672b28433238a81f212be7e3c29778fe1ec 100644 (file)
@@ -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
index f79104cacca0634e0623dc60125f92798a4af8f0..9ea515c43b42dd73f3430f87dae8478651650db6 100644 (file)
@@ -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
index 926b15c718289c0bb2f7970b263e7edecca5d880..8311444a6162b1cc94aa8a1084845af3b65ac1bf 100644 (file)
@@ -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
index 2d26e1fbd5f6c2d0e7a8423d6cd36f194895f649..ea40c66ac52a71123990b570bb603e44f35eb06e 100644 (file)
@@ -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