diff options
author | hujie <hu.jie@zte.com.cn> | 2016-09-24 20:03:32 +0800 |
---|---|---|
committer | hujie <hu.jie@zte.com.cn> | 2016-09-24 20:08:37 +0800 |
commit | 61aa7c4dbcdffd46329c9329c88dd4a3dbdccbe4 (patch) | |
tree | 17680a949c90449a38a70422fb1337c989633c43 /docs | |
parent | b1addcfcf107f9b7d5aafe442b35db6e1dd133fc (diff) |
Add license information to conf.py files
JIRA ESCALATOR-32
Change-Id: I40591ef2c53f51ab8d9c653ad6752769eff70e38
Signed-off-by: hujie <hu.jie@zte.com.cn>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/design/etc/conf.py | 13 | ||||
-rw-r--r-- | docs/etc/conf.py | 14 | ||||
-rw-r--r-- | docs/gap_analysis/etc/conf.py | 13 | ||||
-rw-r--r-- | docs/requirements/etc/conf.py | 13 |
4 files changed, 53 insertions, 0 deletions
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 |