From 5947ae6ea9f7e95318c908ea9295d60c8cf078af Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 3 Jul 2014 21:18:13 +0200 Subject: [PATCH] Address H104 File contains nothing but comments Those files can just be left empty, no need for a copyright header. Change-Id: Ib08633c6e57ffc6126bbd180d32482cd9e846c1b --- manila/api/middleware/__init__.py | 16 ---------------- manila/api/views/__init__.py | 16 ---------------- manila/common/__init__.py | 15 --------------- manila/db/sqlalchemy/__init__.py | 17 ----------------- manila/scheduler/filters/__init__.py | 14 -------------- manila/scheduler/weights/__init__.py | 14 -------------- manila/tests/api/extensions/__init__.py | 15 --------------- 7 files changed, 107 deletions(-) diff --git a/manila/api/middleware/__init__.py b/manila/api/middleware/__init__.py index d65c689a83..e69de29bb2 100644 --- a/manila/api/middleware/__init__.py +++ b/manila/api/middleware/__init__.py @@ -1,16 +0,0 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# Copyright 2011 OpenStack LLC. -# All Rights Reserved. -# -# 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/manila/api/views/__init__.py b/manila/api/views/__init__.py index d65c689a83..e69de29bb2 100644 --- a/manila/api/views/__init__.py +++ b/manila/api/views/__init__.py @@ -1,16 +0,0 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# Copyright 2011 OpenStack LLC. -# All Rights Reserved. -# -# 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/manila/common/__init__.py b/manila/common/__init__.py index 0a3b98867a..e69de29bb2 100644 --- a/manila/common/__init__.py +++ b/manila/common/__init__.py @@ -1,15 +0,0 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# Copyright (c) 2011 Red Hat, 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/manila/db/sqlalchemy/__init__.py b/manila/db/sqlalchemy/__init__.py index 747015af53..e69de29bb2 100644 --- a/manila/db/sqlalchemy/__init__.py +++ b/manila/db/sqlalchemy/__init__.py @@ -1,17 +0,0 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# Copyright 2010 United States Government as represented by the -# Administrator of the National Aeronautics and Space Administration. -# All Rights Reserved. -# -# 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/manila/scheduler/filters/__init__.py b/manila/scheduler/filters/__init__.py index ce4951de97..e69de29bb2 100644 --- a/manila/scheduler/filters/__init__.py +++ b/manila/scheduler/filters/__init__.py @@ -1,14 +0,0 @@ -# Copyright (c) 2013 OpenStack, LLC. -# All Rights Reserved. -# -# 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/manila/scheduler/weights/__init__.py b/manila/scheduler/weights/__init__.py index ce4951de97..e69de29bb2 100644 --- a/manila/scheduler/weights/__init__.py +++ b/manila/scheduler/weights/__init__.py @@ -1,14 +0,0 @@ -# Copyright (c) 2013 OpenStack, LLC. -# All Rights Reserved. -# -# 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/manila/tests/api/extensions/__init__.py b/manila/tests/api/extensions/__init__.py index 848908a953..e69de29bb2 100644 --- a/manila/tests/api/extensions/__init__.py +++ b/manila/tests/api/extensions/__init__.py @@ -1,15 +0,0 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# Copyright 2011 OpenStack LLC -# -# 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.