diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2018-02-23 17:24:31 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2018-02-23 17:24:31 +0800 |
commit | 8222c10c685c826144e43781eff1d09f93612625 (patch) | |
tree | 309ad11bfd0c92de7d9110ce4c84ffd3effb7fef /docs/conf.py | |
parent | cd43e1188a918cbf94738c08012a21152bd535d2 (diff) |
Add missing license header
Change-Id: Ie6464f443ef4357f0aac13667ca7053194b4615b
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 4469b229..5c21c3a6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,3 +1,12 @@ +############################################################################## +# Copyright (c) 2017 ZTE Corporation and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + # -*- coding: utf-8 -*- # # QTIP documentation build configuration file, created by |