diff options
Diffstat (limited to 'test/Interactive/version.py')
-rw-r--r-- | test/Interactive/version.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Interactive/version.py b/test/Interactive/version.py index 84f70e8..37163a3 100644 --- a/test/Interactive/version.py +++ b/test/Interactive/version.py @@ -40,11 +40,9 @@ test.write('SConstruct', "") # by the packaging build. copyright_marker = '__' + 'COPYRIGHT' + '__' -copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007' - fmt = '(%s|Copyright \\(c\\) %s The SCons Foundation)\n' -copyright_line = fmt % (copyright_marker, copyright_years) +copyright_line = fmt % (copyright_marker, TestSCons.copyright_years) |