From 61aa7c4dbcdffd46329c9329c88dd4a3dbdccbe4 Mon Sep 17 00:00:00 2001 From: hujie Date: Sat, 24 Sep 2016 20:03:32 +0800 Subject: Add license information to conf.py files JIRA ESCALATOR-32 Change-Id: I40591ef2c53f51ab8d9c653ad6752769eff70e38 Signed-off-by: hujie --- docs/requirements/etc/conf.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/requirements') diff --git a/docs/requirements/etc/conf.py b/docs/requirements/etc/conf.py index 0066035..8baaf78 100644 --- a/docs/requirements/etc/conf.py +++ b/docs/requirements/etc/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. + import datetime import sys import os -- cgit 1.2.3-korg