summaryrefslogtreecommitdiffstats
path: root/test/option-v.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-03-31 19:49:37 (GMT)
committerSteven Knight <knight@baldmt.com>2008-03-31 19:49:37 (GMT)
commit3aaaa6c6344cf81eeab0f1b19ae96391dac3bfd2 (patch)
treeed8516e05c6e335415c8993f18f5c98b1458dc69 /test/option-v.py
parent8a201fe36c6b3ee53892b43efd2a21e967a5fc19 (diff)
downloadSCons-3aaaa6c6344cf81eeab0f1b19ae96391dac3bfd2.zip
SCons-3aaaa6c6344cf81eeab0f1b19ae96391dac3bfd2.tar.gz
SCons-3aaaa6c6344cf81eeab0f1b19ae96391dac3bfd2.tar.bz2
Merged revisions 2720-2724 via svnmerge from
http://scons.tigris.org/svn/scons/branches/core ........ r2722 | stevenknight | 2008-03-31 11:51:25 -0700 (Mon, 31 Mar 2008) | 2 lines Update the copyright year. ........ r2723 | stevenknight | 2008-03-31 11:56:25 -0700 (Mon, 31 Mar 2008) | 2 lines Windows portability fixes in tests (mostly with absolute path handling). ........ r2724 | stevenknight | 2008-03-31 12:44:37 -0700 (Mon, 31 Mar 2008) | 2 lines Update publication month (way out of date). ........
Diffstat (limited to 'test/option-v.py')
-rw-r--r--test/option-v.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option-v.py b/test/option-v.py
index 55278ab..433d6d0 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, 2007'
+copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008'
fmt = '(%s|Copyright \\(c\\) %s The SCons Foundation)\n'