Remove copyright headers from empty files

Registered by Sylvain Bauza

As agree with the community, we need to remove all copyright headers from empty Python files. As discussed in mailing list:

http://lists.openstack.org/pipermail/openstack-dev/2013-November/020687.html

bauzas@b019750-ux:~/git/climate$ find -type f -not -path "*.tox*" -name "*.py" -exec wc -l {} \; | awk '$1 < 16 && $1 >0'
14 ./climate/api/__init__.py
14 ./climate/openstack/common/notifier/__init__.py
14 ./climate/db/__init__.py
14 ./climate/tests/api/__init__.py
14 ./climate/tests/db/sqlalchemy/__init__.py
14 ./climate/tests/db/__init__.py
14 ./climate/tests/manager/__init__.py
14 ./climate/manager/__init__.py
14 ./climate/plugins/__init__.py
14 ./climate/cmd/__init__.py

The only file we should not modify is ./climate/openstack/common/notifier/__init__.py - that's part of openstack.common.

Blueprint information

Status:
Complete
Approver:
Blazar core developers
Priority:
Low
Drafter:
Sylvain Bauza
Direction:
Approved
Assignee:
Sylvain Bauza
Definition:
Approved
Series goal:
Accepted for 0.1.x
Implementation:
Implemented
Milestone target:
milestone icon 0.1.0
Started by
Sylvain Bauza
Completed by
Sylvain Bauza

Related branches

Sprints

Whiteboard

Gerrit topic: https://review.openstack.org/#q,topic:bp/remove-empty-copyrights,n,z

Addressed by: https://review.openstack.org/59653
    Remove empty copyright headers

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.