From c66dba2d81cfa751addfac2d976ddbe24f40a903 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Fri, 30 Sep 2016 16:05:25 +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: I2bca1f43a2ac325d9721bb6fc76804fc5a5d3b09 --- nailgun/nailgun/__init__.py | 13 ------------- nailgun/nailgun/api/__init__.py | 13 ------------- nailgun/nailgun/api/v1/__init__.py | 13 ------------- nailgun/nailgun/api/v1/validators/__init__.py | 13 ------------- nailgun/nailgun/assassin/__init__.py | 13 ------------- .../network_manager/serializers/__init__.py | 13 ------------- nailgun/nailgun/fixtures/__init__.py | 13 ------------- nailgun/nailgun/fsm/__init__.py | 13 ------------- nailgun/nailgun/middleware/__init__.py | 13 ------------- nailgun/nailgun/objects/serializers/__init__.py | 13 ------------- nailgun/nailgun/orchestrator/__init__.py | 13 ------------- nailgun/nailgun/statistics/__init__.py | 13 ------------- .../statistics/fuel_statistics/__init__.py | 13 ------------- nailgun/nailgun/statistics/oswl/__init__.py | 13 ------------- nailgun/nailgun/task/__init__.py | 13 ------------- nailgun/nailgun/test/__init__.py | 13 ------------- nailgun/nailgun/test/integration/__init__.py | 15 --------------- nailgun/nailgun/test/unit/__init__.py | 13 ------------- nailgun/nailgun/volumes/__init__.py | 13 ------------- nailgun/nailgun/webui/__init__.py | 13 ------------- 20 files changed, 262 deletions(-) diff --git a/nailgun/nailgun/__init__.py b/nailgun/nailgun/__init__.py index 141ca6ab9a..e69de29bb2 100644 --- a/nailgun/nailgun/__init__.py +++ b/nailgun/nailgun/__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/nailgun/nailgun/api/__init__.py b/nailgun/nailgun/api/__init__.py index 141ca6ab9a..e69de29bb2 100644 --- a/nailgun/nailgun/api/__init__.py +++ b/nailgun/nailgun/api/__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/nailgun/nailgun/api/v1/__init__.py b/nailgun/nailgun/api/v1/__init__.py index 141ca6ab9a..e69de29bb2 100644 --- a/nailgun/nailgun/api/v1/__init__.py +++ b/nailgun/nailgun/api/v1/__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/nailgun/nailgun/api/v1/validators/__init__.py b/nailgun/nailgun/api/v1/validators/__init__.py index 141ca6ab9a..e69de29bb2 100644 --- a/nailgun/nailgun/api/v1/validators/__init__.py +++ b/nailgun/nailgun/api/v1/validators/__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/nailgun/nailgun/assassin/__init__.py b/nailgun/nailgun/assassin/__init__.py index 141ca6ab9a..e69de29bb2 100644 --- a/nailgun/nailgun/assassin/__init__.py +++ b/nailgun/nailgun/assassin/__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/nailgun/nailgun/extensions/network_manager/serializers/__init__.py b/nailgun/nailgun/extensions/network_manager/serializers/__init__.py index ebb074b25e..e69de29bb2 100644 --- a/nailgun/nailgun/extensions/network_manager/serializers/__init__.py +++ b/nailgun/nailgun/extensions/network_manager/serializers/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2016 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/nailgun/nailgun/fixtures/__init__.py b/nailgun/nailgun/fixtures/__init__.py index 141ca6ab9a..e69de29bb2 100644 --- a/nailgun/nailgun/fixtures/__init__.py +++ b/nailgun/nailgun/fixtures/__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/nailgun/nailgun/fsm/__init__.py b/nailgun/nailgun/fsm/__init__.py index 141ca6ab9a..e69de29bb2 100644 --- a/nailgun/nailgun/fsm/__init__.py +++ b/nailgun/nailgun/fsm/__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/nailgun/nailgun/middleware/__init__.py b/nailgun/nailgun/middleware/__init__.py index ce4c00840c..e69de29bb2 100644 --- a/nailgun/nailgun/middleware/__init__.py +++ b/nailgun/nailgun/middleware/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2014 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/nailgun/nailgun/objects/serializers/__init__.py b/nailgun/nailgun/objects/serializers/__init__.py index 141ca6ab9a..e69de29bb2 100644 --- a/nailgun/nailgun/objects/serializers/__init__.py +++ b/nailgun/nailgun/objects/serializers/__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/nailgun/nailgun/orchestrator/__init__.py b/nailgun/nailgun/orchestrator/__init__.py index 141ca6ab9a..e69de29bb2 100644 --- a/nailgun/nailgun/orchestrator/__init__.py +++ b/nailgun/nailgun/orchestrator/__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/nailgun/nailgun/statistics/__init__.py b/nailgun/nailgun/statistics/__init__.py index ce4c00840c..e69de29bb2 100644 --- a/nailgun/nailgun/statistics/__init__.py +++ b/nailgun/nailgun/statistics/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2014 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/nailgun/nailgun/statistics/fuel_statistics/__init__.py b/nailgun/nailgun/statistics/fuel_statistics/__init__.py index b5ff96e6dc..e69de29bb2 100644 --- a/nailgun/nailgun/statistics/fuel_statistics/__init__.py +++ b/nailgun/nailgun/statistics/fuel_statistics/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2015 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/nailgun/nailgun/statistics/oswl/__init__.py b/nailgun/nailgun/statistics/oswl/__init__.py index b5ff96e6dc..e69de29bb2 100644 --- a/nailgun/nailgun/statistics/oswl/__init__.py +++ b/nailgun/nailgun/statistics/oswl/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2015 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/nailgun/nailgun/task/__init__.py b/nailgun/nailgun/task/__init__.py index 141ca6ab9a..e69de29bb2 100644 --- a/nailgun/nailgun/task/__init__.py +++ b/nailgun/nailgun/task/__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/nailgun/nailgun/test/__init__.py b/nailgun/nailgun/test/__init__.py index 141ca6ab9a..e69de29bb2 100644 --- a/nailgun/nailgun/test/__init__.py +++ b/nailgun/nailgun/test/__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/nailgun/nailgun/test/integration/__init__.py b/nailgun/nailgun/test/integration/__init__.py index 1c7b9b8818..e69de29bb2 100644 --- a/nailgun/nailgun/test/integration/__init__.py +++ b/nailgun/nailgun/test/integration/__init__.py @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- - -# 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/nailgun/nailgun/test/unit/__init__.py b/nailgun/nailgun/test/unit/__init__.py index 141ca6ab9a..e69de29bb2 100644 --- a/nailgun/nailgun/test/unit/__init__.py +++ b/nailgun/nailgun/test/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. diff --git a/nailgun/nailgun/volumes/__init__.py b/nailgun/nailgun/volumes/__init__.py index 141ca6ab9a..e69de29bb2 100644 --- a/nailgun/nailgun/volumes/__init__.py +++ b/nailgun/nailgun/volumes/__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/nailgun/nailgun/webui/__init__.py b/nailgun/nailgun/webui/__init__.py index 141ca6ab9a..e69de29bb2 100644 --- a/nailgun/nailgun/webui/__init__.py +++ b/nailgun/nailgun/webui/__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.