diff options
author | Alexander Ignatov <aignatov@mirantis.com> | 2014-01-16 13:13:23 +0400 |
---|---|---|
committer | Alexander Ignatov <aignatov@mirantis.com> | 2014-01-16 13:13:23 +0400 |
commit | d401e1208d77ed06fee14142700b6ee06957b756 (patch) | |
tree | c9f25a4e476393912ffef607fd3ec3f2303c2d72 /trove/db | |
parent | 1085ea267b56ad664bbe65fbe8f590126f913fc3 (diff) | |
download | trove-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/db')
-rw-r--r-- | trove/db/sqlalchemy/__init__.py | 16 | ||||
-rw-r--r-- | trove/db/sqlalchemy/migrate_repo/__init__.py | 16 | ||||
-rw-r--r-- | trove/db/sqlalchemy/migrate_repo/versions/__init__.py | 18 |
3 files changed, 0 insertions, 50 deletions
diff --git a/trove/db/sqlalchemy/__init__.py b/trove/db/sqlalchemy/__init__.py index c43a9000..e69de29b 100644 --- a/trove/db/sqlalchemy/__init__.py +++ b/trove/db/sqlalchemy/__init__.py @@ -1,16 +0,0 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# Copyright 2010-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/db/sqlalchemy/migrate_repo/__init__.py b/trove/db/sqlalchemy/migrate_repo/__init__.py index 4dec227c..e69de29b 100644 --- a/trove/db/sqlalchemy/migrate_repo/__init__.py +++ b/trove/db/sqlalchemy/migrate_repo/__init__.py @@ -1,16 +0,0 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# Copyright 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/db/sqlalchemy/migrate_repo/versions/__init__.py b/trove/db/sqlalchemy/migrate_repo/versions/__init__.py index 026c18ea..e69de29b 100644 --- a/trove/db/sqlalchemy/migrate_repo/versions/__init__.py +++ b/trove/db/sqlalchemy/migrate_repo/versions/__init__.py @@ -1,18 +0,0 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# Copyright 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. - -# template repository default versions module |