]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix H102, H103 Apache 2.0 license hacking check error
authorAkihiro MOTOKI <motoki@da.jp.nec.com>
Tue, 6 Aug 2013 18:48:29 +0000 (03:48 +0900)
committerAkihiro MOTOKI <motoki@da.jp.nec.com>
Thu, 8 Aug 2013 03:46:18 +0000 (12:46 +0900)
commit724735977e35850313b3d73e74238a08dea370e1
treee59dacea8f9f74fb17816aa59671e150b9ed637d
parent94962f0142deade9a2a797dad0717e8b71246725
Fix H102, H103 Apache 2.0 license hacking check error

Closes-Bug: #1209070

This commit addresses H102 and H103 hacking check.
  H102  Apache 2.0 license header not found
  H103  Header does not match Apache 2.0 License notice

Also ignores H233 hacking check in tox.ini.
  H233  Python 3.x incompatible use of print operator

Change-Id: I081964bf0b9e21614da2f146bd3ba8d28e211024
neutron/api/v2/attributes.py
neutron/api/v2/router.py
neutron/plugins/openvswitch/common/constants.py
neutron/tests/unit/db/firewall/test_db_firewall.py
neutron/tests/unit/extensions/v2attributes.py
neutron/tests/unit/openvswitch/test_ovs_db.py
neutron/tests/unit/services/firewall/test_fwaas_plugin.py
neutron/tests/unit/services/loadbalancer/test_loadbalancer_plugin.py
neutron/tests/unit/test_extension_firewall.py
neutron/tests/unit/test_quota_ext.py
tox.ini