From 92fa2386ebcbcb1788c204a08f4e31130474dfc1 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 7 Jan 2019 09:16:08 -0800 Subject: Update copyright date to 2019 --- ReleaseConfig | 2 +- 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 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' -- cgit v0.12