From 69188a95513c6bf12c281157d8cffb4e00c04eaa Mon Sep 17 00:00:00 2001 From: Alexander Ignatov Date: Thu, 16 Jan 2014 02:12:43 +0400 Subject: [PATCH] Remove copyright from empty files According to policy change in HACKING: http://docs.openstack.org/developer/hacking/#openstack-licensing empty files should no longer contain copyright notices. Change-Id: I357adea1d295cdc11a12194ad7116d73a8560122 Closes-Bug: #1262424 --- cinderclient/tests/v2/__init__.py | 15 --------------- cinderclient/v1/contrib/__init__.py | 14 -------------- cinderclient/v2/contrib/__init__.py | 15 --------------- 3 files changed, 44 deletions(-) diff --git a/cinderclient/tests/v2/__init__.py b/cinderclient/tests/v2/__init__.py index f2c41f418..e69de29bb 100644 --- a/cinderclient/tests/v2/__init__.py +++ b/cinderclient/tests/v2/__init__.py @@ -1,15 +0,0 @@ -# Copyright (c) 2013 OpenStack Foundation -# -# 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/cinderclient/v1/contrib/__init__.py b/cinderclient/v1/contrib/__init__.py index 788cea1f7..e69de29bb 100644 --- a/cinderclient/v1/contrib/__init__.py +++ b/cinderclient/v1/contrib/__init__.py @@ -1,14 +0,0 @@ -# Copyright (c) 2013 OpenStack Foundation -# 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/cinderclient/v2/contrib/__init__.py b/cinderclient/v2/contrib/__init__.py index f2c41f418..e69de29bb 100644 --- a/cinderclient/v2/contrib/__init__.py +++ b/cinderclient/v2/contrib/__init__.py @@ -1,15 +0,0 @@ -# Copyright (c) 2013 OpenStack Foundation -# -# 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.