summaryrefslogtreecommitdiff
path: root/trove/backup
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/backup
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/backup')
-rw-r--r--trove/backup/__init__.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/trove/backup/__init__.py b/trove/backup/__init__.py
index bf88df86..e69de29b 100644
--- a/trove/backup/__init__.py
+++ b/trove/backup/__init__.py
@@ -1,13 +0,0 @@
-#Copyright 2013 Hewlett-Packard Development Company, L.P.
-
-#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.