Fixed license header

Change-Id: Ia33b2dcbb1d17f869e795dfb2c2bc3144969fed9
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 5fb615c..409ae2d 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -1,4 +1,7 @@
 # -*- coding: utf-8 -*-
+
+# Copyright (c) 2015-2016, 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 a copy of the License at
@@ -38,7 +41,7 @@
 
 # General information about the project.
 project = u'trsync'
-copyright = u'2013, OpenStack Foundation'
+copyright = u'2015-2016, Mirantis, Inc.'
 
 # If true, '()' will be appended to :func: etc. cross-reference text.
 add_function_parentheses = True
@@ -72,4 +75,4 @@
 ]
 
 # Example configuration for intersphinx: refer to the Python standard library.
-#intersphinx_mapping = {'http://docs.python.org/': None}
\ No newline at end of file
+#intersphinx_mapping = {'http://docs.python.org/': None}