From bfcb39158027a8aa8c5e6d4aeb5c9477778b4622 Mon Sep 17 00:00:00 2001 From: Justin Viiret Date: Fri, 20 Jan 2017 14:25:50 +1100 Subject: [PATCH] doc: update copyright year --- doc/dev-reference/conf.py.in | 2 +- doc/dev-reference/copyright.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev-reference/conf.py.in b/doc/dev-reference/conf.py.in index 9f089883..2daab369 100644 --- a/doc/dev-reference/conf.py.in +++ b/doc/dev-reference/conf.py.in @@ -44,7 +44,7 @@ master_doc = 'index' # General information about the project. project = u'Hyperscan' -copyright = u'2015-2016, Intel Corporation' +copyright = u'2015-2017, Intel Corporation' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/doc/dev-reference/copyright.rst b/doc/dev-reference/copyright.rst index 737b160f..9464382e 100644 --- a/doc/dev-reference/copyright.rst +++ b/doc/dev-reference/copyright.rst @@ -30,4 +30,4 @@ and/or other countries. \*Other names and brands may be claimed as the property of others. -Copyright |copy| 2015-2016, Intel Corporation. All rights reserved. +Copyright |copy| 2015-2017, Intel Corporation. All rights reserved.