summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-01-07 17:16:08 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2019-01-07 17:16:08 (GMT)
commit92fa2386ebcbcb1788c204a08f4e31130474dfc1 (patch)
tree90577cf1292835c6d4c539103748e16172340282
parent0fb914855c31d064070bc76278a95e67f60b8b67 (diff)
downloadSCons-92fa2386ebcbcb1788c204a08f4e31130474dfc1.zip
SCons-92fa2386ebcbcb1788c204a08f4e31130474dfc1.tar.gz
SCons-92fa2386ebcbcb1788c204a08f4e31130474dfc1.tar.bz2
Update copyright date to 2019
-rwxr-xr-xReleaseConfig2
-rw-r--r--SConstruct2
2 files changed, 2 insertions, 2 deletions
diff --git a/ReleaseConfig b/ReleaseConfig
index 7ff6087..b5954df 100755
--- a/ReleaseConfig
+++ b/ReleaseConfig
@@ -51,7 +51,7 @@ deprecated_python_version = (2, 7, 0)
#month_year = 'December 2012'
# If copyright years is not given, the release year is used as the end.
-copyright_years = '2001 - 2018'
+copyright_years = '2001 - 2019'
# Local Variables:
# tab-width:4
diff --git a/SConstruct b/SConstruct
index 22caa1d..a7eca26 100644
--- a/SConstruct
+++ b/SConstruct
@@ -5,7 +5,7 @@
from __future__ import print_function
-copyright_years = '2001 - 2018'
+copyright_years = '2001 - 2019'
# This gets inserted into the man pages to reflect the month of release.
month_year = 'January 2019'