From cd420fb059aef4d4356897626a75a1fb851ce9d2 Mon Sep 17 00:00:00 2001 From: yuhui_inspur Date: Tue, 11 Apr 2017 01:46:48 -0700 Subject: [PATCH] Add Apache License content in .py files Change-Id: Iebd5844dc2b999f19264daf61d4b73dc85f42111 --- doc/source/conf.py | 13 +++++++++++++ releasenotes/source/conf.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 2597f04c48..cbfcc090f1 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,3 +1,16 @@ +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # Tempest documentation build configuration file, created by # sphinx-quickstart on Tue May 21 17:43:32 2013. # diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index eec42cdf16..97e3a4d97f 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# tempest Release Notes documentation build configuration file, created by +# Tempest Release Notes documentation build configuration file, created by # sphinx-quickstart on Tue Nov 3 17:40:50 2015. # # This file is execfile()d with the current directory set to its