]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ofagent: Remove @author tags and update copyright notices
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Thu, 4 Sep 2014 03:27:06 +0000 (12:27 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Thu, 4 Sep 2014 03:38:11 +0000 (12:38 +0900)
commitb45af9ea940345f48e2e8af8e35a25c9e956fdd8
treede13826237822ff2070731a7d47d606cda82a94b
parentb6afc3c9cb5ee7a7a7aa341d09fd4a0590e8d6cb
ofagent: Remove @author tags and update copyright notices

When writing these modules, ofagent team (kakuma, yamamoto) thought
that @author tag was OpenStack's style to represent authorships.
But it turned out to be wrong.  Acutally there seems to be a consensus
not to use them.  So, replace them back to the original Ryu-style
copyright notices.

Change-Id: Icc9fdd1850c0c1dbd354bb3312199a7f6849925a
13 files changed:
neutron/plugins/ml2/drivers/mech_ofagent.py
neutron/plugins/ofagent/agent/arp_lib.py
neutron/plugins/ofagent/agent/main.py
neutron/plugins/ofagent/agent/ofa_neutron_agent.py
neutron/plugins/ofagent/common/config.py
neutron/tests/unit/agent/l2population_rpc_base.py
neutron/tests/unit/agent/test_l2population_rpc.py
neutron/tests/unit/ofagent/fake_oflib.py
neutron/tests/unit/ofagent/ofa_test_base.py
neutron/tests/unit/ofagent/test_arp_lib.py
neutron/tests/unit/ofagent/test_ofa_defaults.py
neutron/tests/unit/ofagent/test_ofa_neutron_agent.py
neutron/tests/unit/ofagent/test_ofa_ports.py