diff options
Diffstat (limited to 'test/option-v.py')
-rw-r--r-- | test/option-v.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option-v.py b/test/option-v.py index 0626106..55278ab 100644 --- a/test/option-v.py +++ b/test/option-v.py @@ -38,7 +38,7 @@ test.write('SConstruct', "") # by the packaging build. copyright_marker = '__' + 'COPYRIGHT' + '__' -copyright_years = '2001, 2002, 2003, 2004, 2005, 2006' +copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007' fmt = '(%s|Copyright \\(c\\) %s The SCons Foundation)\n' |