fixed year to 2019 in conf.py, helpers.h and LICENSE (#4661)

This commit is contained in:
Matvey Turkov
2019-07-15 19:29:12 +03:00
committed by Jiaming Yuan
parent beb7b295a8
commit 61f764946f
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ for mod_name in MOCK_MODULES:
# General information about the project.
project = u'xgboost'
author = u'%s developers' % project
copyright = u'2016, %s' % author
copyright = u'2019, %s' % author
github_doc_root = 'https://github.com/dmlc/xgboost/tree/master/doc/'
os.environ['XGBOOST_BUILD_DOC'] = '1'