summaryrefslogtreecommitdiff
path: root/trove/dns
diff options
context:
space:
mode:
authorAlexander Ignatov <aignatov@mirantis.com>2014-01-16 13:13:23 +0400
committerAlexander Ignatov <aignatov@mirantis.com>2014-01-16 13:13:23 +0400
commitd401e1208d77ed06fee14142700b6ee06957b756 (patch)
treec9f25a4e476393912ffef607fd3ec3f2303c2d72 /trove/dns
parent1085ea267b56ad664bbe65fbe8f590126f913fc3 (diff)
downloadtrove-d401e1208d77ed06fee14142700b6ee06957b756.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: I3992a72c3614e2d0c65aee91e69d89ff806824fc Closes-Bug: #1262424
Diffstat (limited to 'trove/dns')
-rw-r--r--trove/dns/__init__.py16
-rw-r--r--trove/dns/designate/__init__.py15
2 files changed, 0 insertions, 31 deletions
diff --git a/trove/dns/__init__.py b/trove/dns/__init__.py
index f0f23d6a..e69de29b 100644
--- a/trove/dns/__init__.py
+++ b/trove/dns/__init__.py
@@ -1,16 +0,0 @@
-# vim: tabstop=4 shiftwidth=4 softtabstop=4
-
-# Copyright (c) 2011 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/trove/dns/designate/__init__.py b/trove/dns/designate/__init__.py
index 89ba40d6..e69de29b 100644
--- a/trove/dns/designate/__init__.py
+++ b/trove/dns/designate/__init__.py
@@ -1,15 +0,0 @@
-# Copyright 2013 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.