From 27e4aa4796dc93670656895fce075132e4fbbd34 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Fri, 30 Sep 2016 16:57:17 +0700 Subject: [PATCH] Files with no code must be left completely empty As per OpenStack licensing guide lines [1]: [H104] Files with no code shouldn't contain any license header nor comments, and must be left completely empty. [H102 H103] Newly contributed Source Code should be licensed under the Apache 2.0 license. [1] http://docs.openstack.org/developer/hacking/#openstack-licensing Change-Id: I90cb2e6fa3bf560278e26419dd05ba2a6b35ff6a --- fuel_health/__init__.py | 13 ------------- fuel_health/tests/__init__.py | 13 ------------- fuel_plugin/ostf_adapter/__init__.py | 13 ------------- fuel_plugin/ostf_adapter/storage/__init__.py | 13 ------------- .../ostf_adapter/storage/migrations/__init__.py | 13 ------------- fuel_plugin/ostf_adapter/wsgi/__init__.py | 13 ------------- fuel_plugin/ostf_client/__init__.py | 13 ------------- fuel_plugin/testing/__init__.py | 13 ------------- fuel_plugin/testing/fixture/__init__.py | 13 ------------- fuel_plugin/testing/fixture/dummy_tests/__init__.py | 13 ------------- .../dummy_tests/dependent_testsets/__init__.py | 13 ------------- .../dummy_tests/deployment_types_tests/__init__.py | 13 ------------- fuel_plugin/testing/tests/functional/__init__.py | 13 ------------- fuel_plugin/testing/tests/unit/__init__.py | 13 ------------- 14 files changed, 182 deletions(-) diff --git a/fuel_health/__init__.py b/fuel_health/__init__.py index 995782b2..e69de29b 100644 --- a/fuel_health/__init__.py +++ b/fuel_health/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2013 Mirantis, Inc. -# -# 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. diff --git a/fuel_health/tests/__init__.py b/fuel_health/tests/__init__.py index 995782b2..e69de29b 100644 --- a/fuel_health/tests/__init__.py +++ b/fuel_health/tests/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2013 Mirantis, Inc. -# -# 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. diff --git a/fuel_plugin/ostf_adapter/__init__.py b/fuel_plugin/ostf_adapter/__init__.py index 141ca6ab..e69de29b 100644 --- a/fuel_plugin/ostf_adapter/__init__.py +++ b/fuel_plugin/ostf_adapter/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2013 Mirantis, Inc. -# -# 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. diff --git a/fuel_plugin/ostf_adapter/storage/__init__.py b/fuel_plugin/ostf_adapter/storage/__init__.py index 141ca6ab..e69de29b 100644 --- a/fuel_plugin/ostf_adapter/storage/__init__.py +++ b/fuel_plugin/ostf_adapter/storage/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2013 Mirantis, Inc. -# -# 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. diff --git a/fuel_plugin/ostf_adapter/storage/migrations/__init__.py b/fuel_plugin/ostf_adapter/storage/migrations/__init__.py index 141ca6ab..e69de29b 100644 --- a/fuel_plugin/ostf_adapter/storage/migrations/__init__.py +++ b/fuel_plugin/ostf_adapter/storage/migrations/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2013 Mirantis, Inc. -# -# 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. diff --git a/fuel_plugin/ostf_adapter/wsgi/__init__.py b/fuel_plugin/ostf_adapter/wsgi/__init__.py index 141ca6ab..e69de29b 100644 --- a/fuel_plugin/ostf_adapter/wsgi/__init__.py +++ b/fuel_plugin/ostf_adapter/wsgi/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2013 Mirantis, Inc. -# -# 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. diff --git a/fuel_plugin/ostf_client/__init__.py b/fuel_plugin/ostf_client/__init__.py index 141ca6ab..e69de29b 100644 --- a/fuel_plugin/ostf_client/__init__.py +++ b/fuel_plugin/ostf_client/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2013 Mirantis, Inc. -# -# 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. diff --git a/fuel_plugin/testing/__init__.py b/fuel_plugin/testing/__init__.py index 141ca6ab..e69de29b 100644 --- a/fuel_plugin/testing/__init__.py +++ b/fuel_plugin/testing/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2013 Mirantis, Inc. -# -# 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. diff --git a/fuel_plugin/testing/fixture/__init__.py b/fuel_plugin/testing/fixture/__init__.py index 141ca6ab..e69de29b 100644 --- a/fuel_plugin/testing/fixture/__init__.py +++ b/fuel_plugin/testing/fixture/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2013 Mirantis, Inc. -# -# 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. diff --git a/fuel_plugin/testing/fixture/dummy_tests/__init__.py b/fuel_plugin/testing/fixture/dummy_tests/__init__.py index 141ca6ab..e69de29b 100644 --- a/fuel_plugin/testing/fixture/dummy_tests/__init__.py +++ b/fuel_plugin/testing/fixture/dummy_tests/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2013 Mirantis, Inc. -# -# 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. diff --git a/fuel_plugin/testing/fixture/dummy_tests/dependent_testsets/__init__.py b/fuel_plugin/testing/fixture/dummy_tests/dependent_testsets/__init__.py index 141ca6ab..e69de29b 100644 --- a/fuel_plugin/testing/fixture/dummy_tests/dependent_testsets/__init__.py +++ b/fuel_plugin/testing/fixture/dummy_tests/dependent_testsets/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2013 Mirantis, Inc. -# -# 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. diff --git a/fuel_plugin/testing/fixture/dummy_tests/deployment_types_tests/__init__.py b/fuel_plugin/testing/fixture/dummy_tests/deployment_types_tests/__init__.py index 141ca6ab..e69de29b 100644 --- a/fuel_plugin/testing/fixture/dummy_tests/deployment_types_tests/__init__.py +++ b/fuel_plugin/testing/fixture/dummy_tests/deployment_types_tests/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2013 Mirantis, Inc. -# -# 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. diff --git a/fuel_plugin/testing/tests/functional/__init__.py b/fuel_plugin/testing/tests/functional/__init__.py index 141ca6ab..e69de29b 100644 --- a/fuel_plugin/testing/tests/functional/__init__.py +++ b/fuel_plugin/testing/tests/functional/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2013 Mirantis, Inc. -# -# 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. diff --git a/fuel_plugin/testing/tests/unit/__init__.py b/fuel_plugin/testing/tests/unit/__init__.py index 141ca6ab..e69de29b 100644 --- a/fuel_plugin/testing/tests/unit/__init__.py +++ b/fuel_plugin/testing/tests/unit/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2013 Mirantis, Inc. -# -# 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.