summaryrefslogtreecommitdiff
path: root/ironic/__init__.py
diff options
context:
space:
mode:
authorEric Guo <eric.guo@easystack.cn>2014-01-04 10:26:32 +0800
committerEric Guo <eric.guo@easystack.cn>2014-01-07 21:05:01 +0800
commit9a041f335d1593e0938527022ee2e9ae82ccbd1a (patch)
tree9c3dbc35da09dd9c7fc346c0f99b017239d92c27 /ironic/__init__.py
parentce139edc30bfff5cc2ae7c7e3d48f82b44fc1eab (diff)
downloadironic-9a041f335d1593e0938527022ee2e9ae82ccbd1a.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. This patch aslo changes files in ironic/openstack/common, which were changed in oslo https://review.openstack.org/#/c/64082/ Change-Id: I85fdbc2d94200b6e47ad7c9b8717d4578de2eaee Closes-Bug: #1262424
Diffstat (limited to 'ironic/__init__.py')
-rw-r--r--ironic/__init__.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/ironic/__init__.py b/ironic/__init__.py
index 56425d0fc..e69de29bb 100644
--- a/ironic/__init__.py
+++ b/ironic/__init__.py
@@ -1,16 +0,0 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
-# Copyright 2013 Hewlett-Packard Development Company, L.P.
-# 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.