update year in LICENSE, conf.py and README.md files
I found that year in files is not up-to-date
This commit is contained in:
parent
9a5489ee15
commit
5829eb3cf2
2
LICENSE
2
LICENSE
@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2014 by Contributors
|
Copyright (c) 2016 by Contributors
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|||||||
@ -41,7 +41,7 @@ XGBoost has been developed and used by a group of active community members. Your
|
|||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
© Contributors, 2015. Licensed under an [Apache-2](https://github.com/dmlc/xgboost/blob/master/LICENSE) license.
|
© Contributors, 2016. Licensed under an [Apache-2](https://github.com/dmlc/xgboost/blob/master/LICENSE) license.
|
||||||
|
|
||||||
|
|
||||||
Reference
|
Reference
|
||||||
|
|||||||
@ -35,7 +35,7 @@ for mod_name in MOCK_MODULES:
|
|||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'xgboost'
|
project = u'xgboost'
|
||||||
author = u'%s developers' % project
|
author = u'%s developers' % project
|
||||||
copyright = u'2015, %s' % author
|
copyright = u'2016, %s' % author
|
||||||
github_doc_root = 'https://github.com/dmlc/xgboost/tree/master/doc/'
|
github_doc_root = 'https://github.com/dmlc/xgboost/tree/master/doc/'
|
||||||
|
|
||||||
# add markdown parser
|
# add markdown parser
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user