Skip to content

Commit 61f7649

Browse files
turk0vtrivialfis
authored andcommitted
fixed year to 2019 in conf.py, helpers.h and LICENSE (dmlc#4661)
1 parent beb7b29 commit 61f7649

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright (c) 2018 by Contributors
189+
Copyright (c) 2019 by Contributors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# General information about the project.
5959
project = u'xgboost'
6060
author = u'%s developers' % project
61-
copyright = u'2016, %s' % author
61+
copyright = u'2019, %s' % author
6262
github_doc_root = 'https://github.com/dmlc/xgboost/tree/master/doc/'
6363

6464
os.environ['XGBOOST_BUILD_DOC'] = '1'

tests/cpp/helpers.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright 2016-2018 XGBoost contributors
2+
* Copyright 2016-2019 XGBoost contributors
33
*/
44
#ifndef XGBOOST_TESTS_CPP_HELPERS_H_
55
#define XGBOOST_TESTS_CPP_HELPERS_H_

0 commit comments

Comments
 (0)