diff options
author | 2018-02-23 17:24:31 +0800 | |
---|---|---|
committer | 2018-02-23 17:24:31 +0800 | |
commit | 8222c10c685c826144e43781eff1d09f93612625 (patch) | |
tree | 309ad11bfd0c92de7d9110ce4c84ffd3effb7fef | |
parent | cd43e1188a918cbf94738c08012a21152bd535d2 (diff) |
Add missing license header
Change-Id: Ie6464f443ef4357f0aac13667ca7053194b4615b
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
-rw-r--r-- | docs/conf.py | 9 | ||||
-rw-r--r-- | resources/ansible_roles/qtip-generator/files/doctor/group_vars/all.yml | 9 |
2 files changed, 18 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 diff --git a/resources/ansible_roles/qtip-generator/files/doctor/group_vars/all.yml b/resources/ansible_roles/qtip-generator/files/doctor/group_vars/all.yml index 55d5b250..766520b9 100644 --- a/resources/ansible_roles/qtip-generator/files/doctor/group_vars/all.yml +++ b/resources/ansible_roles/qtip-generator/files/doctor/group_vars/all.yml @@ -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 +############################################################################## + {% raw %} doctor_project: doctor doctor_user: doctor |