diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-01-07 17:16:08 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-01-07 17:16:08 (GMT) |
commit | 92fa2386ebcbcb1788c204a08f4e31130474dfc1 (patch) | |
tree | 90577cf1292835c6d4c539103748e16172340282 | |
parent | 0fb914855c31d064070bc76278a95e67f60b8b67 (diff) | |
download | SCons-92fa2386ebcbcb1788c204a08f4e31130474dfc1.zip SCons-92fa2386ebcbcb1788c204a08f4e31130474dfc1.tar.gz SCons-92fa2386ebcbcb1788c204a08f4e31130474dfc1.tar.bz2 |
Update copyright date to 2019
-rwxr-xr-x | ReleaseConfig | 2 | ||||
-rw-r--r-- | SConstruct | 2 |
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 @@ -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' |