diff options
author | Saúl Ibarra Corretgé <saghul@gmail.com> | 2017-03-12 22:25:58 +0100 |
---|---|---|
committer | Saúl Ibarra Corretgé <saghul@gmail.com> | 2017-04-28 11:14:39 +0200 |
commit | d2eca716f12c4d914c42f5ab76fab192632ba3bf (patch) | |
tree | c27a58225d7648e1af1f3b031686e835ba327f3a /docs/src | |
parent | 93415e662befe8b692021c440d148272bd6e6b0e (diff) | |
download | libuv-d2eca716f12c4d914c42f5ab76fab192632ba3bf.tar.gz libuv-d2eca716f12c4d914c42f5ab76fab192632ba3bf.zip |
doc: update copyright years
PR-URL: https://github.com/libuv/libuv/pull/1246
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/conf.py b/docs/src/conf.py index 4f6eae64..c9b4ea38 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -64,7 +64,7 @@ master_doc = 'index' # General information about the project. project = u'libuv API documentation' -copyright = u'libuv contributors' +copyright = u'2014-present, libuv contributors' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -284,7 +284,7 @@ texinfo_documents = [ epub_title = u'libuv documentation' epub_author = u'libuv contributors' epub_publisher = u'libuv contributors' -epub_copyright = u'2014, libuv contributors' +epub_copyright = u'2014-present, libuv contributors' # The basename for the epub file. It defaults to the project name. epub_basename = u'libuv' |