From f9323889d65d5a87704c2edca3e210276d6766db Mon Sep 17 00:00:00 2001 From: Darren Shaw Date: Tue, 8 Dec 2015 19:21:19 -0600 Subject: [PATCH] Add Apache license header to all rst documentation This patch has the Apache license header found in doc/source/dev/glossary.rst added to every .rst file Change-Id: Icc20e7baf7d3cd0f116c371d54ef03c7c8401778 Closes-Bug: #1523986 --- HACKING.rst | 13 +++++++++++++ README.rst | 13 +++++++++++++ doc/source/architecture.rst | 13 +++++++++++++ doc/source/cmds/watcher-db-manage.rst | 13 +++++++++++++ doc/source/deploy/configuration.rst | 11 +++++++++++ doc/source/deploy/installation.rst | 13 +++++++++++++ doc/source/deploy/user-guide.rst | 15 ++++++++++++++- doc/source/dev/contributing.rst | 13 +++++++++++++ doc/source/dev/environment.rst | 11 +++++++++++ doc/source/dev/plugins.rst | 13 +++++++++++++ doc/source/index.rst | 13 +++++++++++++ doc/source/usage.rst | 13 +++++++++++++ doc/source/webapi/v1.rst | 13 +++++++++++++ .../tempest/tempest/api/infra_optim/README.rst | 13 +++++++++++++ watcher/contrib/tempest/tempest/cli/README.rst | 13 +++++++++++++ 15 files changed, 192 insertions(+), 1 deletion(-) diff --git a/HACKING.rst b/HACKING.rst index 49d1a5ab4..41a977754 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -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. + ========================== watcher Style Commandments ========================== diff --git a/README.rst b/README.rst index b1ffa24e5..cb40470f7 100644 --- a/README.rst +++ b/README.rst @@ -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. + ======= Watcher ======= diff --git a/doc/source/architecture.rst b/doc/source/architecture.rst index 2fbc1d1e3..8cdb8a49d 100644 --- a/doc/source/architecture.rst +++ b/doc/source/architecture.rst @@ -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. + .. _architecture: =================== diff --git a/doc/source/cmds/watcher-db-manage.rst b/doc/source/cmds/watcher-db-manage.rst index 54c8f6faa..6d12867be 100644 --- a/doc/source/cmds/watcher-db-manage.rst +++ b/doc/source/cmds/watcher-db-manage.rst @@ -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. + .. _watcher-db-manage: ============= diff --git a/doc/source/deploy/configuration.rst b/doc/source/deploy/configuration.rst index d70c675f1..74dd5157f 100644 --- a/doc/source/deploy/configuration.rst +++ b/doc/source/deploy/configuration.rst @@ -1,4 +1,15 @@ .. + 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. =================== Configuring Watcher diff --git a/doc/source/deploy/installation.rst b/doc/source/deploy/installation.rst index c02dce540..fe601f674 100644 --- a/doc/source/deploy/installation.rst +++ b/doc/source/deploy/installation.rst @@ -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. + ================== Installing Watcher ================== diff --git a/doc/source/deploy/user-guide.rst b/doc/source/deploy/user-guide.rst index 664b082ef..a7fdfbfa5 100644 --- a/doc/source/deploy/user-guide.rst +++ b/doc/source/deploy/user-guide.rst @@ -1,4 +1,17 @@ - .. _user-guide: +.. + 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. + +.. _user-guide: ================================= Welcome to the Watcher User Guide diff --git a/doc/source/dev/contributing.rst b/doc/source/dev/contributing.rst index e0e751a5f..06468c9c9 100644 --- a/doc/source/dev/contributing.rst +++ b/doc/source/dev/contributing.rst @@ -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. + .. _contributing: ====================== diff --git a/doc/source/dev/environment.rst b/doc/source/dev/environment.rst index 702cab2c5..5d14805ff 100644 --- a/doc/source/dev/environment.rst +++ b/doc/source/dev/environment.rst @@ -1,4 +1,15 @@ .. + 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. ============================================ Setting up a Watcher development environment diff --git a/doc/source/dev/plugins.rst b/doc/source/dev/plugins.rst index d1aa1e628..9f04cd015 100644 --- a/doc/source/dev/plugins.rst +++ b/doc/source/dev/plugins.rst @@ -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. + =============== Watcher plugins =============== diff --git a/doc/source/index.rst b/doc/source/index.rst index 115d6cbd2..2f508b17c 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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. + ============================================ Welcome to Watcher's developer documentation ============================================ diff --git a/doc/source/usage.rst b/doc/source/usage.rst index 75ea17244..65d91cf75 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -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. + ======== Usage ======== diff --git a/doc/source/webapi/v1.rst b/doc/source/webapi/v1.rst index d217ec270..311387c32 100644 --- a/doc/source/webapi/v1.rst +++ b/doc/source/webapi/v1.rst @@ -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. + ===================== RESTful Web API (v1) ===================== diff --git a/watcher/contrib/tempest/tempest/api/infra_optim/README.rst b/watcher/contrib/tempest/tempest/api/infra_optim/README.rst index 38ede1901..63cb319d2 100644 --- a/watcher/contrib/tempest/tempest/api/infra_optim/README.rst +++ b/watcher/contrib/tempest/tempest/api/infra_optim/README.rst @@ -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 Field Guide to Infrastructure Optimization API tests ============================================================ diff --git a/watcher/contrib/tempest/tempest/cli/README.rst b/watcher/contrib/tempest/tempest/cli/README.rst index bc180843d..9953a3706 100644 --- a/watcher/contrib/tempest/tempest/cli/README.rst +++ b/watcher/contrib/tempest/tempest/cli/README.rst @@ -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. + .. _cli_field_guide: Tempest Field Guide to CLI tests