From 70bfefbfa0fd2d2b58da427be893858fe69192da Mon Sep 17 00:00:00 2001 From: Evgeny Konstantinov Date: Tue, 10 Jan 2017 14:42:29 +0300 Subject: [PATCH] Update year to 2017 Change-Id: Ida60dc2c9ad58fc3ecb3cdba7a3a406b570e6c32 --- conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index cf4a39326..c8bb41c63 100644 --- a/conf.py +++ b/conf.py @@ -52,7 +52,7 @@ master_doc = 'index' # General information about the project. project = u'Fuel' -copyright = u'2012-2016, OpenStack' +copyright = u'2012-2017, OpenStack' # 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/setup.py b/setup.py index fe60d19d1..8e868c604 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2015 Mirantis, Inc. +# Copyright 2012 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain