File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright (c) 2018 by Contributors
189
+ Copyright (c) 2019 by Contributors
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 58
58
# General information about the project.
59
59
project = u'xgboost'
60
60
author = u'%s developers' % project
61
- copyright = u'2016 , %s' % author
61
+ copyright = u'2019 , %s' % author
62
62
github_doc_root = 'https://github.com/dmlc/xgboost/tree/master/doc/'
63
63
64
64
os .environ ['XGBOOST_BUILD_DOC' ] = '1'
Original file line number Diff line number Diff line change 1
1
/* !
2
- * Copyright 2016-2018 XGBoost contributors
2
+ * Copyright 2016-2019 XGBoost contributors
3
3
*/
4
4
#ifndef XGBOOST_TESTS_CPP_HELPERS_H_
5
5
#define XGBOOST_TESTS_CPP_HELPERS_H_
You can’t perform that action at this time.
0 commit comments