From 4eecf7010ecc0c0cb2a41beb33080ebb9046780e Mon Sep 17 00:00:00 2001 From: Dmitry Tyzhnenko Date: Thu, 25 Jun 2015 15:06:58 +0300 Subject: [PATCH] Delete license information in empty files Remove from: devops/driver/__init__.py devops/migrations/__init__.py Changes referenced to OpenStack developer guide [0] [0] - http://docs.openstack.org/developer/hacking/#openstack-licensing Change-Id: Id4de83e7dfedf04c8e6b8a779c271f288761f082 Closes-bug: #1269759 --- devops/driver/__init__.py | 13 ------------- devops/migrations/__init__.py | 13 ------------- 2 files changed, 26 deletions(-) diff --git a/devops/driver/__init__.py b/devops/driver/__init__.py index 9c84498c..e69de29b 100644 --- a/devops/driver/__init__.py +++ b/devops/driver/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2013 - 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/devops/migrations/__init__.py b/devops/migrations/__init__.py index ce4c0084..e69de29b 100644 --- a/devops/migrations/__init__.py +++ b/devops/migrations/__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.