From 61aa7c4dbcdffd46329c9329c88dd4a3dbdccbe4 Mon Sep 17 00:00:00 2001 From: hujie Date: Sat, 24 Sep 2016 20:03:32 +0800 Subject: [PATCH] Add license information to conf.py files JIRA ESCALATOR-32 Change-Id: I40591ef2c53f51ab8d9c653ad6752769eff70e38 Signed-off-by: hujie --- docs/design/etc/conf.py | 13 +++++++++++++ docs/etc/conf.py | 14 ++++++++++++++ docs/gap_analysis/etc/conf.py | 13 +++++++++++++ docs/requirements/etc/conf.py | 13 +++++++++++++ 4 files changed, 53 insertions(+) diff --git a/docs/design/etc/conf.py b/docs/design/etc/conf.py index 0066035..8baaf78 100644 --- a/docs/design/etc/conf.py +++ b/docs/design/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 diff --git a/docs/etc/conf.py b/docs/etc/conf.py index 0066035..acc00ca 100644 --- a/docs/etc/conf.py +++ b/docs/etc/conf.py @@ -1,3 +1,17 @@ +# 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 diff --git a/docs/gap_analysis/etc/conf.py b/docs/gap_analysis/etc/conf.py index 0066035..8baaf78 100644 --- a/docs/gap_analysis/etc/conf.py +++ b/docs/gap_analysis/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 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 -- 2.16.6