summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-02-11 00:50:16 (GMT)
committeranatoly techtonik <techtonik@gmail.com>2014-02-11 00:50:16 (GMT)
commit393d48be670f8dcb42071836776812b29a184e0f (patch)
tree77ef6333a8e3a234308be0098ea611fa5eb425f7 /SConstruct
parentcb44210566c28d16c1e2c91d898306ad539fa9f5 (diff)
downloadSCons-393d48be670f8dcb42071836776812b29a184e0f.zip
SCons-393d48be670f8dcb42071836776812b29a184e0f.tar.gz
SCons-393d48be670f8dcb42071836776812b29a184e0f.tar.bz2
Update copyright years for 2014
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 3f4d703..2445af1 100644
--- a/SConstruct
+++ b/SConstruct
@@ -5,7 +5,7 @@
# When this gets changed, you must also change the copyright_years string
# in QMTest/TestSCons.py so the test scripts look for the right string.
-copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013'
+copyright_years = '2001-2014'
# This gets inserted into the man pages to reflect the month of release.
month_year = 'MONTH YEAR'