summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-02-25 08:36:17 +0300
committeranatoly techtonik <techtonik@gmail.com>2014-02-25 08:36:17 +0300
commit5ad8964393d4a0eecec0c4b21f9c8799de6c9f4b (patch)
tree9580fc656d604b6f8291b852c3abb40c1d8d0547
parent6f108b32da10ac346135472b553f48d2ef399d56 (diff)
downloadscons-5ad8964393d4a0eecec0c4b21f9c8799de6c9f4b.tar.gz
No need to update copyright_years in QMTest/TestSCons.py anymore
-rw-r--r--QMTest/TestSCons.py2
-rw-r--r--SConstruct2
2 files changed, 0 insertions, 4 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py
index ffba4c1a..57b97f99 100644
--- a/QMTest/TestSCons.py
+++ b/QMTest/TestSCons.py
@@ -36,8 +36,6 @@ from TestCmd import PIPE
default_version = '2.3.1.alpha.yyyymmdd'
-copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013'
-
python_version_unsupported = (2, 3, 0)
python_version_deprecated = (2, 7, 0)
diff --git a/SConstruct b/SConstruct
index 2445af1c..9dc599e7 100644
--- a/SConstruct
+++ b/SConstruct
@@ -3,8 +3,6 @@
#
# See the README.rst file for an overview of how SCons is built and tested.
-# 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-2014'
# This gets inserted into the man pages to reflect the month of release.