summaryrefslogtreecommitdiff
path: root/openstackclient/tests/__init__.py
diff options
context:
space:
mode:
authorAlexander Ignatov <aignatov@mirantis.com>2014-01-20 17:27:02 +0400
committerAlexander Ignatov <aignatov@mirantis.com>2014-01-20 17:28:13 +0400
commitad4367839f53f1d00cde80bfcb396cfc3d8f9c7d (patch)
treebbe136bf63e1e0d4b4a0428e17ad58c0cbffbc61 /openstackclient/tests/__init__.py
parent81d33a524dd53f233bf72ea1eae4bea1058ceeaf (diff)
downloadpython-openstackclient-ad4367839f53f1d00cde80bfcb396cfc3d8f9c7d.tar.gz
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: Iba09a00f24dfbd1cd03c1c9f70ea216788e64d93 Closes-Bug: #1262424
Diffstat (limited to 'openstackclient/tests/__init__.py')
-rw-r--r--openstackclient/tests/__init__.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/openstackclient/tests/__init__.py b/openstackclient/tests/__init__.py
index 85ac2501..e69de29b 100644
--- a/openstackclient/tests/__init__.py
+++ b/openstackclient/tests/__init__.py
@@ -1,14 +0,0 @@
-# Copyright 2012-2013 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.
-#