]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove @author(s) from copyright statements
authorGary Kotton <gkotton@vmware.com>
Wed, 6 Aug 2014 15:19:54 +0000 (08:19 -0700)
committerAkihiro Motoki <motoki@da.jp.nec.com>
Mon, 15 Sep 2014 12:40:09 +0000 (21:40 +0900)
We have git to track authorship, so let's not pad source files
with it as well.

A hacking check has been added for this. The value is N322.

Change-Id: Iab0b64d417e0bb41a6b455e2ac377deee64ec3ee

392 files changed:
HACKING.rst
neutron/agent/l2population_rpc.py
neutron/agent/linux/daemon.py
neutron/agent/linux/external_process.py
neutron/agent/linux/iptables_manager.py
neutron/agent/linux/utils.py
neutron/agent/metadata/__init__.py
neutron/agent/metadata/agent.py
neutron/agent/metadata/namespace_proxy.py
neutron/api/rpc/agentnotifiers/metering_rpc_agent_api.py
neutron/api/v2/resource_helper.py
neutron/cmd/usage_audit.py
neutron/common/log.py
neutron/db/extradhcpopt_db.py
neutron/db/firewall/firewall_db.py
neutron/db/metering/__init__.py
neutron/db/metering/metering_db.py
neutron/db/metering/metering_rpc.py
neutron/db/migration/README
neutron/db/migration/__init__.py
neutron/db/migration/alembic_migrations/env.py
neutron/db/migration/alembic_migrations/versions/2447ad0e9585_add_ipv6_mode_props.py
neutron/db/migration/cli.py
neutron/db/portbindings_base.py
neutron/db/portbindings_db.py
neutron/db/routedserviceinsertion_db.py
neutron/db/routerservicetype_db.py
neutron/db/servicetype_db.py
neutron/db/vpn/__init__.py
neutron/db/vpn/vpn_db.py
neutron/db/vpn/vpn_validator.py
neutron/extensions/extra_dhcp_opt.py
neutron/extensions/firewall.py
neutron/extensions/metering.py
neutron/extensions/routedserviceinsertion.py
neutron/extensions/routerservicetype.py
neutron/extensions/servicetype.py
neutron/extensions/vpnaas.py
neutron/hacking/checks.py
neutron/plugins/bigswitch/agent/restproxy_agent.py
neutron/plugins/bigswitch/config.py
neutron/plugins/bigswitch/db/__init__.py
neutron/plugins/bigswitch/extensions/__init__.py
neutron/plugins/bigswitch/extensions/routerrule.py
neutron/plugins/bigswitch/plugin.py
neutron/plugins/bigswitch/servermanager.py
neutron/plugins/bigswitch/tests/test_server.py
neutron/plugins/bigswitch/vcsversion.py
neutron/plugins/bigswitch/version.py
neutron/plugins/brocade/NeutronPlugin.py
neutron/plugins/brocade/db/models.py
neutron/plugins/brocade/nos/fake_nosdriver.py
neutron/plugins/brocade/nos/nctemplates.py
neutron/plugins/brocade/nos/nosdriver.py
neutron/plugins/brocade/tests/noscli.py
neutron/plugins/brocade/tests/nostest.py
neutron/plugins/brocade/vlanbm.py
neutron/plugins/cisco/__init__.py
neutron/plugins/cisco/cfg_agent/cfg_agent.py
neutron/plugins/cisco/cfg_agent/cfg_exceptions.py
neutron/plugins/cisco/cfg_agent/device_drivers/csr1kv/cisco_csr1kv_snippets.py
neutron/plugins/cisco/cfg_agent/device_drivers/csr1kv/csr1kv_routing_driver.py
neutron/plugins/cisco/cfg_agent/device_drivers/devicedriver_api.py
neutron/plugins/cisco/cfg_agent/device_drivers/driver_mgr.py
neutron/plugins/cisco/cfg_agent/device_drivers/dummy_driver.py
neutron/plugins/cisco/cfg_agent/device_status.py
neutron/plugins/cisco/cfg_agent/service_helpers/routing_svc_helper.py
neutron/plugins/cisco/common/__init__.py
neutron/plugins/cisco/common/cisco_constants.py
neutron/plugins/cisco/common/cisco_credentials_v2.py
neutron/plugins/cisco/common/cisco_exceptions.py
neutron/plugins/cisco/common/cisco_faults.py
neutron/plugins/cisco/db/__init__.py
neutron/plugins/cisco/db/l3/device_handling_db.py
neutron/plugins/cisco/db/l3/l3_models.py
neutron/plugins/cisco/db/l3/l3_router_appliance_db.py
neutron/plugins/cisco/db/n1kv_db_v2.py
neutron/plugins/cisco/db/n1kv_models_v2.py
neutron/plugins/cisco/db/network_db_v2.py
neutron/plugins/cisco/db/network_models_v2.py
neutron/plugins/cisco/extensions/_credential_view.py
neutron/plugins/cisco/extensions/_qos_view.py
neutron/plugins/cisco/extensions/credential.py
neutron/plugins/cisco/extensions/n1kv.py
neutron/plugins/cisco/extensions/network_profile.py
neutron/plugins/cisco/extensions/policy_profile.py
neutron/plugins/cisco/extensions/qos.py
neutron/plugins/cisco/l2device_plugin_base.py
neutron/plugins/cisco/l3/hosting_device_drivers/__init__.py
neutron/plugins/cisco/l3/hosting_device_drivers/csr1kv_hd_driver.py
neutron/plugins/cisco/l3/plugging_drivers/__init__.py
neutron/plugins/cisco/l3/plugging_drivers/n1kv_plugging_constants.py
neutron/plugins/cisco/l3/plugging_drivers/n1kv_trunking_driver.py
neutron/plugins/cisco/l3/rpc/devices_cfgagent_rpc_cb.py
neutron/plugins/cisco/l3/rpc/l3_router_cfgagent_rpc_cb.py
neutron/plugins/cisco/l3/service_vm_lib.py
neutron/plugins/cisco/models/__init__.py
neutron/plugins/cisco/models/virt_phy_sw_v2.py
neutron/plugins/cisco/n1kv/__init__.py
neutron/plugins/cisco/n1kv/n1kv_client.py
neutron/plugins/cisco/n1kv/n1kv_neutron_plugin.py
neutron/plugins/cisco/network_plugin.py
neutron/plugins/cisco/service_plugins/cisco_router_plugin.py
neutron/plugins/embrane/__init__.py
neutron/plugins/embrane/agent/__init__.py
neutron/plugins/embrane/agent/dispatcher.py
neutron/plugins/embrane/agent/operations/__init__.py
neutron/plugins/embrane/agent/operations/router_operations.py
neutron/plugins/embrane/base_plugin.py
neutron/plugins/embrane/common/__init__.py
neutron/plugins/embrane/common/config.py
neutron/plugins/embrane/common/constants.py
neutron/plugins/embrane/common/contexts.py
neutron/plugins/embrane/common/exceptions.py
neutron/plugins/embrane/common/operation.py
neutron/plugins/embrane/common/utils.py
neutron/plugins/embrane/l2base/__init__.py
neutron/plugins/embrane/l2base/fake/__init__.py
neutron/plugins/embrane/l2base/fake/fake_l2_plugin.py
neutron/plugins/embrane/l2base/fake/fakeplugin_support.py
neutron/plugins/embrane/l2base/ml2/ml2_support.py
neutron/plugins/embrane/l2base/support_base.py
neutron/plugins/embrane/l2base/support_exceptions.py
neutron/plugins/embrane/plugins/__init__.py
neutron/plugins/embrane/plugins/embrane_fake_plugin.py
neutron/plugins/embrane/plugins/embrane_ml2_plugin.py
neutron/plugins/hyperv/agent/hyperv_neutron_agent.py
neutron/plugins/hyperv/agent/security_groups_driver.py
neutron/plugins/hyperv/agent/utils.py
neutron/plugins/hyperv/agent/utilsfactory.py
neutron/plugins/hyperv/agent/utilsv2.py
neutron/plugins/hyperv/agent_notifier_api.py
neutron/plugins/hyperv/common/constants.py
neutron/plugins/hyperv/db.py
neutron/plugins/hyperv/hyperv_neutron_plugin.py
neutron/plugins/hyperv/model.py
neutron/plugins/hyperv/rpc_callbacks.py
neutron/plugins/ibm/agent/sdnve_neutron_agent.py
neutron/plugins/ibm/common/config.py
neutron/plugins/ibm/common/constants.py
neutron/plugins/ibm/common/exceptions.py
neutron/plugins/ibm/sdnve_api.py
neutron/plugins/ibm/sdnve_api_fake.py
neutron/plugins/ibm/sdnve_neutron_plugin.py
neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/plugins/linuxbridge/common/__init__.py
neutron/plugins/linuxbridge/common/config.py
neutron/plugins/linuxbridge/common/constants.py
neutron/plugins/linuxbridge/db/__init__.py
neutron/plugins/midonet/agent/midonet_driver.py
neutron/plugins/midonet/common/config.py
neutron/plugins/midonet/common/net_util.py
neutron/plugins/midonet/midonet_lib.py
neutron/plugins/midonet/plugin.py
neutron/plugins/ml2/drivers/arista/arista_l3_driver.py
neutron/plugins/ml2/drivers/brocade/db/models.py
neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py
neutron/plugins/ml2/drivers/brocade/nos/nctemplates.py
neutron/plugins/ml2/drivers/brocade/nos/nosdriver.py
neutron/plugins/ml2/drivers/cisco/apic/apic_model.py
neutron/plugins/ml2/drivers/cisco/apic/apic_sync.py
neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py
neutron/plugins/ml2/drivers/cisco/apic/config.py
neutron/plugins/ml2/drivers/cisco/apic/mechanism_apic.py
neutron/plugins/ml2/drivers/l2pop/__init__.py
neutron/plugins/ml2/drivers/l2pop/config.py
neutron/plugins/ml2/drivers/l2pop/constants.py
neutron/plugins/ml2/drivers/l2pop/db.py
neutron/plugins/ml2/drivers/l2pop/mech_driver.py
neutron/plugins/ml2/drivers/l2pop/rpc.py
neutron/plugins/ml2/drivers/mech_bigswitch/driver.py
neutron/plugins/ml2/drivers/mech_nuage/driver.py
neutron/plugins/ml2/drivers/mechanism_fslsdn.py
neutron/plugins/ml2/drivers/mechanism_odl.py
neutron/plugins/ml2/drivers/type_vxlan.py
neutron/plugins/nec/agent/nec_neutron_agent.py
neutron/plugins/nec/common/config.py
neutron/plugins/nec/common/exceptions.py
neutron/plugins/nec/common/ofc_client.py
neutron/plugins/nec/db/api.py
neutron/plugins/nec/db/models.py
neutron/plugins/nec/db/packetfilter.py
neutron/plugins/nec/drivers/__init__.py
neutron/plugins/nec/drivers/pfc.py
neutron/plugins/nec/drivers/trema.py
neutron/plugins/nec/extensions/packetfilter.py
neutron/plugins/nec/nec_plugin.py
neutron/plugins/nec/nec_router.py
neutron/plugins/nec/ofc_driver_base.py
neutron/plugins/nec/ofc_manager.py
neutron/plugins/nec/packet_filter.py
neutron/plugins/nec/router_drivers.py
neutron/plugins/nuage/common/config.py
neutron/plugins/nuage/common/constants.py
neutron/plugins/nuage/common/exceptions.py
neutron/plugins/nuage/extensions/netpartition.py
neutron/plugins/nuage/extensions/nuage_router.py
neutron/plugins/nuage/extensions/nuage_subnet.py
neutron/plugins/nuage/nuage_models.py
neutron/plugins/nuage/nuagedb.py
neutron/plugins/nuage/plugin.py
neutron/plugins/nuage/syncmanager.py
neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py
neutron/plugins/oneconvergence/lib/nvsd_db.py
neutron/plugins/oneconvergence/lib/nvsdlib.py
neutron/plugins/oneconvergence/lib/plugin_helper.py
neutron/plugins/oneconvergence/plugin.py
neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py
neutron/plugins/plumgrid/__init__.py
neutron/plugins/plumgrid/common/__init__.py
neutron/plugins/plumgrid/common/exceptions.py
neutron/plugins/plumgrid/drivers/__init__.py
neutron/plugins/plumgrid/drivers/fake_plumlib.py
neutron/plugins/plumgrid/drivers/plumlib.py
neutron/plugins/plumgrid/plumgrid_plugin/__init__.py
neutron/plugins/plumgrid/plumgrid_plugin/plugin_ver.py
neutron/plugins/plumgrid/plumgrid_plugin/plumgrid_plugin.py
neutron/plugins/ryu/agent/ryu_neutron_agent.py
neutron/plugins/ryu/ryu_neutron_plugin.py
neutron/plugins/sriovnicagent/eswitch_manager.py
neutron/plugins/sriovnicagent/pci_lib.py
neutron/plugins/vmware/vshield/common/exceptions.py
neutron/plugins/vmware/vshield/edge_appliance_driver.py
neutron/plugins/vmware/vshield/edge_firewall_driver.py
neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py
neutron/plugins/vmware/vshield/vcns.py
neutron/plugins/vmware/vshield/vcns_driver.py
neutron/services/firewall/agents/firewall_agent_api.py
neutron/services/firewall/agents/l3reference/firewall_l3_agent.py
neutron/services/firewall/agents/varmour/varmour_api.py
neutron/services/firewall/agents/varmour/varmour_router.py
neutron/services/firewall/agents/varmour/varmour_utils.py
neutron/services/firewall/drivers/fwaas_base.py
neutron/services/firewall/drivers/linux/iptables_fwaas.py
neutron/services/firewall/drivers/varmour/varmour_fwaas.py
neutron/services/firewall/fwaas_plugin.py
neutron/services/l3_router/l3_apic.py
neutron/services/l3_router/l3_arista.py
neutron/services/l3_router/l3_router_plugin.py
neutron/services/loadbalancer/agent/agent.py
neutron/services/loadbalancer/agent/agent_api.py
neutron/services/loadbalancer/agent/agent_manager.py
neutron/services/loadbalancer/drivers/__init__.py
neutron/services/loadbalancer/drivers/abstract_driver.py
neutron/services/loadbalancer/drivers/common/agent_driver_base.py
neutron/services/loadbalancer/drivers/embrane/agent/dispatcher.py
neutron/services/loadbalancer/drivers/embrane/agent/lb_operations.py
neutron/services/loadbalancer/drivers/embrane/config.py
neutron/services/loadbalancer/drivers/embrane/constants.py
neutron/services/loadbalancer/drivers/embrane/db.py
neutron/services/loadbalancer/drivers/embrane/driver.py
neutron/services/loadbalancer/drivers/embrane/models.py
neutron/services/loadbalancer/drivers/embrane/poller.py
neutron/services/loadbalancer/drivers/haproxy/__init__.py
neutron/services/loadbalancer/drivers/haproxy/cfg.py
neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py
neutron/services/loadbalancer/drivers/radware/__init__.py
neutron/services/loadbalancer/drivers/radware/driver.py
neutron/services/loadbalancer/drivers/radware/exceptions.py
neutron/services/loadbalancer/plugin.py
neutron/services/metering/__init__.py
neutron/services/metering/agents/__init__.py
neutron/services/metering/agents/metering_agent.py
neutron/services/metering/drivers/__init__.py
neutron/services/metering/drivers/abstract_driver.py
neutron/services/metering/drivers/iptables/__init__.py
neutron/services/metering/drivers/iptables/iptables_driver.py
neutron/services/metering/drivers/noop/__init__.py
neutron/services/metering/drivers/noop/noop_driver.py
neutron/services/metering/metering_plugin.py
neutron/services/vpn/__init__.py
neutron/services/vpn/device_drivers/cisco_csr_rest_client.py
neutron/services/vpn/device_drivers/cisco_ipsec.py
neutron/services/vpn/plugin.py
neutron/services/vpn/service_drivers/cisco_csr_db.py
neutron/services/vpn/service_drivers/cisco_validator.py
neutron/tests/tools.py
neutron/tests/unit/_test_extension_portbindings.py
neutron/tests/unit/bigswitch/fake_server.py
neutron/tests/unit/bigswitch/test_capabilities.py
neutron/tests/unit/bigswitch/test_restproxy_agent.py
neutron/tests/unit/bigswitch/test_router_db.py
neutron/tests/unit/bigswitch/test_servermanager.py
neutron/tests/unit/bigswitch/test_ssl.py
neutron/tests/unit/cisco/cfg_agent/test_cfg_agent.py
neutron/tests/unit/cisco/cfg_agent/test_csr1kv_routing_driver.py
neutron/tests/unit/cisco/cfg_agent/test_device_status.py
neutron/tests/unit/cisco/cfg_agent/test_routing_svc_helper.py
neutron/tests/unit/cisco/l3/device_handling_test_support.py
neutron/tests/unit/cisco/l3/test_l3_router_appliance_plugin.py
neutron/tests/unit/cisco/n1kv/__init__.py
neutron/tests/unit/cisco/n1kv/fake_client.py
neutron/tests/unit/cisco/n1kv/test_n1kv_db.py
neutron/tests/unit/cisco/n1kv/test_n1kv_plugin.py
neutron/tests/unit/database_stubs.py
neutron/tests/unit/db/firewall/test_db_firewall.py
neutron/tests/unit/db/metering/__init__.py
neutron/tests/unit/db/metering/test_db_metering.py
neutron/tests/unit/db/test_quota_db.py
neutron/tests/unit/db/vpn/__init__.py
neutron/tests/unit/db/vpn/test_db_vpnaas.py
neutron/tests/unit/embrane/__init__.py
neutron/tests/unit/embrane/test_embrane_defaults.py
neutron/tests/unit/embrane/test_embrane_l3_plugin.py
neutron/tests/unit/embrane/test_embrane_neutron_plugin.py
neutron/tests/unit/extensions/extendedattribute.py
neutron/tests/unit/extensions/extensionattribute.py
neutron/tests/unit/hyperv/test_hyperv_security_groups_driver.py
neutron/tests/unit/hyperv/test_hyperv_utilsfactory.py
neutron/tests/unit/hyperv/test_hyperv_utilsv2.py
neutron/tests/unit/ibm/test_sdnve_agent.py
neutron/tests/unit/ibm/test_sdnve_api.py
neutron/tests/unit/ibm/test_sdnve_plugin.py
neutron/tests/unit/midonet/mock_lib.py
neutron/tests/unit/midonet/test_midonet_driver.py
neutron/tests/unit/midonet/test_midonet_lib.py
neutron/tests/unit/midonet/test_midonet_plugin.py
neutron/tests/unit/ml2/drivers/arista/test_arista_l3_driver.py
neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_common.py
neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_mechanism_driver.py
neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_sync.py
neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_topology_agent.py
neutron/tests/unit/ml2/drivers/nuage/test_nuage_mechanism_driver.py
neutron/tests/unit/ml2/drivers/test_l2population.py
neutron/tests/unit/ml2/test_mechanism_fslsdn.py
neutron/tests/unit/ml2/test_mechanism_odl.py
neutron/tests/unit/ml2/test_type_vxlan.py
neutron/tests/unit/nec/stub_ofc_driver.py
neutron/tests/unit/nec/test_config.py
neutron/tests/unit/nec/test_db.py
neutron/tests/unit/nec/test_ofc_client.py
neutron/tests/unit/nec/test_ofc_manager.py
neutron/tests/unit/nec/test_pfc_driver.py
neutron/tests/unit/nec/test_portbindings.py
neutron/tests/unit/nec/test_trema_driver.py
neutron/tests/unit/nuage/fake_nuageclient.py
neutron/tests/unit/nuage/test_netpartition.py
neutron/tests/unit/nuage/test_nuage_plugin.py
neutron/tests/unit/nuage/test_syncmanager.py
neutron/tests/unit/oneconvergence/test_nvsd_agent.py
neutron/tests/unit/oneconvergence/test_plugin_helper.py
neutron/tests/unit/oneconvergence/test_security_group.py
neutron/tests/unit/plumgrid/__init__.py
neutron/tests/unit/plumgrid/test_plumgrid_plugin.py
neutron/tests/unit/services/__init__.py
neutron/tests/unit/services/firewall/agents/l3reference/test_firewall_l3_agent.py
neutron/tests/unit/services/firewall/agents/test_firewall_agent_api.py
neutron/tests/unit/services/firewall/agents/varmour/test_varmour_router.py
neutron/tests/unit/services/firewall/drivers/linux/test_iptables_fwaas.py
neutron/tests/unit/services/firewall/drivers/varmour/test_varmour_fwaas.py
neutron/tests/unit/services/firewall/test_fwaas_plugin.py
neutron/tests/unit/services/l3_router/test_l3_apic_plugin.py
neutron/tests/unit/services/loadbalancer/__init__.py
neutron/tests/unit/services/loadbalancer/agent/test_agent.py
neutron/tests/unit/services/loadbalancer/agent/test_agent_manager.py
neutron/tests/unit/services/loadbalancer/agent/test_api.py
neutron/tests/unit/services/loadbalancer/drivers/__init__.py
neutron/tests/unit/services/loadbalancer/drivers/embrane/test_embrane_defaults.py
neutron/tests/unit/services/loadbalancer/drivers/embrane/test_plugin_driver.py
neutron/tests/unit/services/loadbalancer/drivers/haproxy/__init__.py
neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_cfg.py
neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_namespace_driver.py
neutron/tests/unit/services/loadbalancer/drivers/radware/__init__.py
neutron/tests/unit/services/loadbalancer/drivers/radware/test_plugin_driver.py
neutron/tests/unit/services/loadbalancer/drivers/test_agent_driver_base.py
neutron/tests/unit/services/metering/__init__.py
neutron/tests/unit/services/metering/drivers/__init__.py
neutron/tests/unit/services/metering/drivers/test_iptables_driver.py
neutron/tests/unit/services/metering/test_metering_agent.py
neutron/tests/unit/services/metering/test_metering_plugin.py
neutron/tests/unit/services/vpn/__init__.py
neutron/tests/unit/services/vpn/device_drivers/cisco_csr_mock.py
neutron/tests/unit/services/vpn/device_drivers/notest_cisco_csr_rest.py
neutron/tests/unit/services/vpn/device_drivers/test_cisco_ipsec.py
neutron/tests/unit/services/vpn/service_drivers/test_cisco_config_loader.py
neutron/tests/unit/services/vpn/test_vpnaas_extension.py
neutron/tests/unit/test_api_api_common.py
neutron/tests/unit/test_api_v2_extension.py
neutron/tests/unit/test_api_v2_resource.py
neutron/tests/unit/test_db_migration.py
neutron/tests/unit/test_extension_extradhcpopts.py
neutron/tests/unit/test_extension_firewall.py
neutron/tests/unit/test_extension_pnet.py
neutron/tests/unit/test_hacking.py
neutron/tests/unit/test_iptables_manager.py
neutron/tests/unit/test_l3_schedulers.py
neutron/tests/unit/test_linux_daemon.py
neutron/tests/unit/test_linux_external_process.py
neutron/tests/unit/test_metadata_agent.py
neutron/tests/unit/test_metadata_namespace_proxy.py
neutron/tests/unit/test_servicetype.py
neutron/tests/unit/vmware/vshield/test_loadbalancer_driver.py

index 0f3666fc0a26678e35a4873b3af618a95eab7f56..a0595952cae4968abbaa8ba08f6f60b948ec9906 100644 (file)
@@ -10,6 +10,8 @@ Neutron Specific Commandments
 
 - [N320] Validate that LOG messages, except debug ones, have translations
 - [N321] Validate that jsonutils module is used instead of json
+- [N322] We do not use @authors tags in source files. We have git to track
+  authorship.
 
 Creating Unit Tests
 -------------------
index 93f6395dd9f62111cfeeb8f627eb38be8f0d5d88..737e2493efbd67c91bd942a8bdbe3018972d6c69 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sylvain Afchain, eNovance SAS
-# @author: Francois Eleouet, Orange
-# @author: Mathieu Rohon, Orange
 
 import abc
 
index b5fbacf14ac79cedf37c338b8011604bc764ad4d..887ab07a3c176530232c3c0185640f5d4e8bb507 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
 
 import atexit
 import fcntl
index b399af4369c23aa9fb6f0ab85774184f8081a87b..b9d581210a59ceb68be0b9bdfb4875bfd127b6f2 100644 (file)
@@ -11,8 +11,7 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
+
 import collections
 
 import eventlet
index 1a858fd5d4fd32e4b4f9130d6733ba0ab232b58c..613a929cab61bfa1c666b27a45283dc7f6fe351e 100644 (file)
@@ -13,9 +13,8 @@
 #    See the License for the specific language governing permissions and
 #    limitations under the License.
 #
-# @author: Juliano Martinez, Locaweb.
 # based on
-#   https://github.com/openstack/nova/blob/master/nova/network/linux_net.py
+# https://github.com/openstack/nova/blob/master/nova/network/linux_net.py
 
 """Implements iptables rules using linux utilities."""
 
index 2d6c4f5230737f4f37115727c1cc1c4faf2c1a95..e82a0d1496c34f18ad6e1abf510b5735bafe1a13 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Juliano Martinez, Locaweb.
 
 import fcntl
 import os
index f7461d23f3bf96ba79249c217c42085c94e950c6..20c9a03a026d463194c9e9f9fd3b0680b55491ef 100644 (file)
@@ -11,5 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
index 569a99171a27253cae9b07c73203a3d30ba65ebd..5a943fd13562cb49d434e30c93bece5fad89622e 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
 
 import hashlib
 import hmac
index 9325fdd614bb100e3902302876a62f1a52b9449a..1c2f9cb0f0f6ad3b0ba9caddb0ca01340165cd8f 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
 
 import httplib
 import socket
index 3b5debc55de0dd4b2e585ef4b13f3a332c5f50f8..915d999fc9e12fb7ab748b10a3b5cdb01e52704a 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index a2365d23b8ef6563f982c6b7ec01fa88c39d92f8..4a9510273c94c41ce9c18fef4aa54de535860911 100644 (file)
@@ -12,7 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Paul Michali Cisco Systems, Inc.
 
 from oslo.config import cfg
 
index d089c66458f1df2fa1b66ec86b8c423410c16048..a1efa7e1e47f435d7a69fcdfd5fff49a9ec11653 100644 (file)
@@ -1,6 +1,5 @@
 #!/usr/bin/env python
 # Copyright (c) 2012 New Dream Network, LLC (DreamHost)
-# Author: Julien Danjou <julien@danjou.info>
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 405b54a9109c6a17e0aa124ac9bc4ef52cf6a471..f1b5f425fd801f7b78e47f96d564cb1a26313182 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index 4693457f7caf0be80de50985a81c796fa4417c0a..6e7b23f43584a21483a3b846c0d3cb63ecfd5f40 100644 (file)
@@ -12,9 +12,7 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Don Kehn, dekehn@gmail.com
-#
+
 import sqlalchemy as sa
 from sqlalchemy import orm
 
index 40ccf5d3d6fa736c6b119945d78a70ba92640cd2..b6290e16f43e2c6d6cb961bd577208c6418051fc 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc.
 
 from oslo.config import cfg
 
index 82a447213014b032d3a5e37931c502c5da27a3f0..bc20be2a0cb257a3404bdf254111e1fcc70a4acb 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index 36e5d0b44b7fc1dfeb8e0f4d8165d1af1a2b883f..0e414a5f6bcddba0f4df3c65bc55574efcf516dc 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index c0bbd51ad30b660ec42ffeb0aa4f568a8fad78f8..5d6a91618c53a0cd38a558e1a31ac91f66f21eaf 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2014 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index 75d86d051be3872098c5217cfad1b9c7f1edde15..738f9f50ecdd55d3611adaa93b290b5d4f3d383b 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author Mark McClain (DreamHost)
 
 The migrations in the alembic/versions contain the changes needed to migrate
 from older Neutron releases to newer versions. A migration occurs by executing
index 907279bacf2527fc975aec25d704fad60cdff655..55c1443f1fea4c88cedd208c97f909b221d0b336 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
 
 import functools
 
index 924f16f3dd669edafd74bafe88b9ae9218018438..363667ff81753ed8dc3bef4f554ac07f8b95ff4b 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
 
 from logging import config as logging_config
 
index 2cdfad931e44774f9fc998b2a7504e7cdb4a286c..a95064a1ef1714fe5ae7f5a638b60b39789166fa 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author Sean M. Collins (Comcast)
 
 """Add IPv6 Subnet properties
 
index b25c520e0655230e3cdbff49cf99f405ac9c8b54..ae47562cd2620e83420db454e3b98060c6f001f4 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
 
 import os
 
index 045b7e3f26df79365728dfe152088a9aaed275fc..8114d2c529f4c99b02c9c114db8b2a04056730bc 100644 (file)
@@ -12,7 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Yong Sheng Gong, UnitedStack Inc.
 
 from neutron.api.v2 import attributes
 from neutron.db import db_base_plugin_v2
index 1f94f83974b796d216ffabec91c91c14466a353d..8b777aba7a6d680275c50358ffa5542276c133e8 100644 (file)
@@ -12,7 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Yong Sheng Gong, IBM, Corp.
 
 import sqlalchemy as sa
 from sqlalchemy import orm
index 25b87ca4206076a9a5a5ad41479ea995992bbf51..98b882cf05e28a947a8c50deb5ea32d518c96c6e 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kaiwei Fan, VMware, Inc
 
 import sqlalchemy as sa
 from sqlalchemy import event
index 9037a0bb4a80ed13cfed130e4007ef003eb6a425..32cfd60d4e695c8aff139a52532ab0f992160df8 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kaiwei Fan, VMware, Inc
 
 import sqlalchemy as sa
 
index 6dae9b7627dd858295823444d2aa88d968dfa0c2..534ba1553db3cd61a0a00201a60e4ebc44b596bd 100644 (file)
@@ -12,9 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-#    @author: Salvatore Orlando, VMware
-#
 
 import sqlalchemy as sa
 
index 060b986bbf3dbacd9e28f33c131802ac8412e762..a15801e6a479213fcf11efb41f78a31122b0751b 100644 (file)
@@ -12,5 +12,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Swaminathan Vasudevan, Hewlett-Packard.
index e8aeee8c133f2cd05b1117983ec667e85f590968..6ff9b7c9650b57bc68302ac4573132a83aa08d29 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Swaminathan Vasudevan, Hewlett-Packard.
 
 import netaddr
 import sqlalchemy as sa
index 5e228615678314b85308915a01fb3ffebf446890..4316bc29190e05890dcfd916ebcf8e80e1f5e13f 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Paul Michali, Cisco Systems, Inc.
 
 from neutron.db import l3_db
 from neutron.extensions import vpnaas
index 59a3a0c59e043d15db7085d13670b457d251e0c4..33d2ed709e097476e697ef5df087a82bc40fd254 100644 (file)
@@ -12,8 +12,6 @@
 # implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# @Author Don Kehn, dekehn@gmail.com
 
 from neutron.api import extensions
 from neutron.api.v2 import attributes as attr
index fb66aaa4a4f67580cbaeb77445669d104a82e8ba..7b365254a6fb372fc915ef16f2eb629452897578 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc.
 
 import abc
 
index 2bb167dadda57ed424503153c9dd059abb3297aa..a9c750d01d7e78e838effaf647b49f6cceea021b 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index 06ff9e259c837cae0b44788d136847130c65b90a..71e44b33ad9899dba5572f0cb7a62d892fef9103 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kaiwei Fan, VMware, Inc
 
 
 ROUTER_ID = 'router_id'
index 6168adf36f83a5fb661d9eb274f7fc65fd92b73a..cce9cf85d3315893cd88194a3f52b60f4ff6475b 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kaiwei Fan, VMware, Inc
 
 
 SERVICE_TYPE_ID = 'service_type_id'
index 25633775d9ea4c463980552d6757df18143e8054..5675c05c2735decba6d10bc3765010a3ead67758 100644 (file)
@@ -12,9 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-#    @author: Salvatore Orlando, VMware
-#
 
 from neutron.api import extensions
 from neutron.api.v2 import attributes
index c45378aff2245016eb198bc57e0175ec114847b6..a1bf41876bcfd59d3c25c231f95cef6542ac6c55 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Swaminathan Vasudevan, Hewlett-Packard.
 
 import abc
 
index 4e7d2eb0e971503f35233a4a55261d3ac8fc09e3..a170a0d4be8286eefbac615d1a03c28d1b7870cb 100644 (file)
@@ -33,6 +33,8 @@ Guidelines for writing new hacking checks
 
 log_translation = re.compile(
     r"(.)*LOG\.(audit|error|info|warn|warning|critical|exception)\(\s*('|\")")
+author_tag_re = (re.compile("^\s*#\s*@?(a|A)uthor"),
+                 re.compile("^\.\.\s+moduleauthor::"))
 
 
 def validate_log_translations(logical_line, physical_line, filename):
@@ -67,6 +69,17 @@ def use_jsonutils(logical_line, filename):
                 yield (pos, msg % {'fun': f[:-1]})
 
 
+def no_author_tags(physical_line):
+    for regex in author_tag_re:
+        if regex.match(physical_line):
+            physical_line = physical_line.lower()
+            pos = physical_line.find('moduleauthor')
+            if pos < 0:
+                pos = physical_line.find('author')
+            return pos, "N322: Don't use author tags"
+
+
 def factory(register):
     register(validate_log_translations)
     register(use_jsonutils)
+    register(no_author_tags)
index 8fb6cdf1256477fced14b7abaee5ee256d031b45..910be0656273b90cbb7d9ea14e021b4b2b68782c 100644 (file)
@@ -15,7 +15,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Kevin Benton, kevin.benton@bigswitch.com
 
 import sys
 import time
index 431cdd448b80b2aae54708b83186e172b0f996bc..4206dcc9a8f84c9b0de353df952fc41ba0108d4f 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mandeep Dhami, Big Switch Networks, Inc.
-# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc.
-# @author: Kevin Benton, Big Switch Networks, Inc.
 
 """
 This module manages configuration options
index 71aba5c6aa1419af10e3d9524528c06979063e68..70cb8a35316bf086c6903aeeb78b1f89a0928423 100644 (file)
@@ -12,5 +12,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kevin Benton, Big Switch Networks, Inc.
index 71aba5c6aa1419af10e3d9524528c06979063e68..70cb8a35316bf086c6903aeeb78b1f89a0928423 100644 (file)
@@ -12,5 +12,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kevin Benton, Big Switch Networks, Inc.
index 6970dd65791273302f480ba820937adf916f5549..9cabfde4b550e465daec9e617e0f6543a16df7ed 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kevin Benton, Big Switch Networks, Inc.
 
 from neutron.api.v2 import attributes as attr
 from neutron.common import exceptions as qexception
index 5d119113fc27a1a26a6b7738ac6bdb3334a164a7..3c35033f9f9414b0bdd0bb8b257959f1cf34803e 100644 (file)
@@ -12,9 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mandeep Dhami, Big Switch Networks, Inc.
-# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc.
 
 """
 Neutron REST Proxy Plug-in for Big Switch and FloodLight Controllers.
index 1b072848fdb7d26969c1a05ca1884555a57ad587..6fdbec36a6ca73451328e2b62eb4734aeb48d508 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mandeep Dhami, Big Switch Networks, Inc.
-# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc.
-# @author: Kevin Benton, Big Switch Networks, Inc.
 
 """
 This module manages the HTTP and HTTPS connections to the backend controllers.
index 812f73ea5cd557be4cfef8a15804763902bddeae..392ab92e9f14c7a2b80259a70bd48bbc3fe120df 100755 (executable)
@@ -13,8 +13,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mandeep Dhami, Big Switch Networks, Inc.
 
 """Test server mocking a REST based network ctrl.
 
index 9fa984ab39a65bc1b48c2dba6fff46fe960a2fc2..febe0e5429b7e47224f24079555a0a2d0d7c5db5 100644 (file)
@@ -11,9 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com
-#
 version_info = {'branch_nick': u'neutron/trunk',
                 'revision_id': u'1',
                 'revno': 0}
index 2e757f23143a284eb43761acf7b6c846f6953070..35904ae1f3e946cfd2ff35f4438181d3393e777b 100755 (executable)
@@ -13,9 +13,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# Based on openstack generic code
-# @author: Mandeep Dhami, Big Switch Networks, Inc.
 
 """Determine version of NeutronRestProxy plugin"""
 from __future__ import print_function
index 7b46e04bceee211af13036c3ec226114f31a4d37..1d8dc37ef152e35f265cef46de6e285fd0984a1e 100644 (file)
 #    License for the specific language governing permissions and limitations
 #    under the License.
 #
-# Authors:
-# Shiv Haris (sharis@brocade.com)
-# Varma Bhupatiraju (vbhupati@#brocade.com)
-#
 # (Some parts adapted from LinuxBridge Plugin)
 # TODO(shiv) need support for security groups
 
index 4a0df671ba56b4dbe7c7b78865292dcbcfc7b455..14401f095deb6f6e22265a4a196a6b4dd861b5c5 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# Authors:
-# Shiv Haris (sharis@brocade.com)
-# Varma Bhupatiraju (vbhupati@#brocade.com)
 
 
 """Brocade specific database schema/model."""
index 5fabc0ec473d5f68c9a29ea58ab610c2cf13d46d..5f7393fd938ec419cc4f32693ff6f5f78e26ceb2 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# Authors:
-# Varma Bhupatiraju (vbhupati@#brocade.com)
-# Shiv Haris (sharis@brocade.com)
 
 
 """FAKE DRIVER, for unit tests purposes.
index 9401130e61f516c23d8c5051108bf26d49ffd652..537280d0e006e0116cc6fa6fd65c8ba99dfeea49 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# Authors:
-# Varma Bhupatiraju (vbhupati@#brocade.com)
-# Shiv Haris (sharis@brocade.com)
-
 
 """NOS NETCONF XML Configuration Command Templates.
 
index 8dc1cf0ca8adad0daeda5944e42d50c4d7b3f426..fe09c0bf24e4a122109b85fd26cceca35684710e 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# Authors:
-# Varma Bhupatiraju (vbhupati@#brocade.com)
-# Shiv Haris (sharis@brocade.com)
 
 
 """Brocade NOS Driver implements NETCONF over SSHv2 for
index 81e988e3cc8b9357fd9ed882a860e3a29b89b245..41213b1a1eb73a110e786be11aa1cdd1a56fbf80 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# Authors:
-# Varma Bhupatiraju (vbhupati@#brocade.com)
-# Shiv Haris (sharis@brocade.com)
 
 
 """Brocade NOS Driver CLI."""
index 72a21ae8ba78e46cb80a640625d628c8d85743ba..a0d4b611ffdbbb6d654edde954daba04814a3b22 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# Authors:
-# Varma Bhupatiraju (vbhupati@#brocade.com)
-# Shiv Haris (sharis@brocade.com)
 
 
 """Brocade NOS Driver Test."""
index e45492f560aeee221c020b7650f901821f01b279..91bb24b7958f2fc6eaf8a0722557a441780bddef 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# Authors:
-# Shiv Haris (sharis@brocade.com)
-# Varma Bhupatiraju (vbhupati@#brocade.com)
 
 
 """A Vlan Bitmap class to handle allocation/de-allocation of vlan ids."""
index 9a446dd8ca7fc58a87b31cf51ac2593da92c3cb2..54aa18193d3a818d035afbfec5f240c371e50acc 100644 (file)
@@ -11,6 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, Cisco Systems, Inc.
-#
index f204952be4d6c9ebb6e5befee46f101fcb4371c6..d3d9eefb482fc73a49799a2f66f94e6be4243150 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Hareesh Puthalath, Cisco Systems, Inc.
 
 import eventlet
 eventlet.monkey_patch()
index 06ab4d4d6cf8999e9545651d19c1f40972bcc943..c79469d9f8be5b51fc63c9a4ca79f63ffdd0ac50 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Hareesh Puthalath, Cisco Systems, Inc.
 
 """Exceptions by Cisco Configuration Agent."""
 
index dc20c7434cf123ce5679c01eca60f81b9c7f31c3..be033a6eabeec672e36ab0c963e349a32e3093e3 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Hareesh Puthalath, Cisco Systems, Inc.
 
 """
 CSR (IOS-XE) XML-based configuration snippets
index 191f1ee09a5f55705b36648886e05bf001e4ec3c..95d80b7cac1a714ac1946c4fd2ed3a703502e87e 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Hareesh Puthalath, Cisco Systems, Inc.
 
 import logging
 import netaddr
index 48c60166d303a6f8669a3e336e09bc3a6cec922b..8ed7c827b6a28f4080a1086d910e293fc7902dd5 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Hareesh Puthalath, Cisco Systems, Inc.
 
 import abc
 import six
index c04c96b391f0c5941a7e51091cd9ca5dbcf5ac49..f98d3454bcfb3b830c1a4d07ee5e6e13c57bcf95 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Hareesh Puthalath, Cisco Systems, Inc.
 
 from neutron.openstack.common import excutils
 from neutron.openstack.common import importutils
index 43fb12b27e38fa57faabe7b190fe6781e420b85e..8972c7fd50ebb849033502b1af0c71dd987da68a 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Hareesh Puthalath, Cisco Systems, Inc.
 
 import logging
 
index b5c5007474039adb39946519c41e9f085607eef5..ff389fbc6235d9897326e3a8ffb6ac08c64cc641 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Hareesh Puthalath, Cisco Systems, Inc.
 
 import datetime
 
index 474efc0cb3384ff49887d5aae9a0270d1a877283..6f6b592656d225e6b9c873f5efd32263ea968fa8 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Hareesh Puthalath, Cisco Systems, Inc.
 
 import collections
 import eventlet
index 51c0001965dfdec9c91cce1b832ad01803189af0..54aa18193d3a818d035afbfec5f240c371e50acc 100644 (file)
@@ -11,5 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, Cisco Systems, Inc.
index 10d0a3bbdee168febd169b0b121f60e4dcad0fbc..b348921bc4bd3e9dac42bc8451dd8e62c188c6ab 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, Cisco Systems, Inc.
 
 
 # Attachment attributes
index 115cab488aa5516a941c1a05f2ae4539041b7e1b..61112da57f51eb56adda871f5c0cca9dfa48e2b4 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, Cisco Systems, Inc.
 
 
 from neutron.plugins.cisco.common import cisco_constants as const
index 0a7fede310316fe548da8e1ac88be5ff41fbd77a..b0c2973704b12f0bed35d5639c4d968294667f90 100644 (file)
@@ -11,9 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, Cisco Systems, Inc.
-# @author: Rohit Agarwalla, Cisco Systems, Inc.
 
 """Exceptions used by the Cisco plugin."""
 
index c54367e6893eef84c1c09a8dc2c1d91d3df81532..a2df46c0600d9c23222f66e21dfa68a4bf806bec 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ying Liu, Cisco Systems, Inc.
 
 import webob.dec
 
index 9a446dd8ca7fc58a87b31cf51ac2593da92c3cb2..54aa18193d3a818d035afbfec5f240c371e50acc 100644 (file)
@@ -11,6 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, Cisco Systems, Inc.
-#
index 08cfbb022a9fdf03cacb506988f0da2e3c7e334b..a28348991823d678a99f384db9c0aa52d51a4658 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Bob Melander, Cisco Systems, Inc.
 
 import random
 
index 21de8225a61a6e09e4ae74149513ca87d6206cd4..62a0dee5b02725baab1e294d4960c43b72432fa0 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Bob Melander, Cisco Systems, Inc.
 
 import sqlalchemy as sa
 from sqlalchemy import orm
index 1320012b9e93278e34588d3050553a9ade144dfd..01515fff4728c684655b1127a6b6b906bbdd6bf4 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Bob Melander, Cisco Systems, Inc.
 
 import copy
 
index bfdd62c3062b0a1d3b2fcf2b75242cf7e39d5c5f..d694b236764373e14283adf19625daaf5f7d80f1 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Aruna Kushwaha, Cisco Systems Inc.
-# @author: Abhishek Raut, Cisco Systems Inc.
-# @author: Rudrajit Tapadar, Cisco Systems Inc.
-# @author: Sergey Sudakovich, Cisco Systems Inc.
 
 import netaddr
 import re
index c4d2a43b1f2bfb6d027d888c8330947ea74112bc..dbbbfb0919d4116a3e574c6b97f2feee5f05ed7a 100644 (file)
@@ -11,9 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Abhishek Raut, Cisco Systems Inc.
-# @author: Rudrajit Tapadar, Cisco Systems Inc.
 
 import sqlalchemy as sa
 from sqlalchemy import sql
index 03f350a03984659153d5ed523eb6a1046b4315b6..1afc3297ac94ff057301f5d4ca126c769766d499 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Rohit Agarwalla, Cisco Systems, Inc.
 
 from sqlalchemy.orm import exc
 
index bf9145e0250d35f507c058ff6d7ece9483e39141..460fcaf3fb34d4fdb55ff5b9b0c928a606b85d1f 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Rohit Agarwalla, Cisco Systems, Inc.
 
 import sqlalchemy as sa
 
index a0f80d45777f5e5b4d53b82285875ff022fc8fd7..5ab2809913c8cd6f750ec111a9583ab36e2e50c9 100644 (file)
@@ -11,9 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ying Liu, Cisco Systems, Inc.
-#
 
 
 def get_view_builder(req):
index b748b456e3280b0d5703faf9d6c60bf87c0f4576..187af1950908025d9bd793244cf607a53710b153 100644 (file)
@@ -11,9 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ying Liu, Cisco Systems, Inc.
-#
 
 
 def get_view_builder(req):
index 9bd621fb517825b77970dac4ab836794254e18f0..01749357bd37d71feba3bc628482f052dc584a13 100644 (file)
@@ -11,9 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ying Liu, Cisco Systems, Inc.
-# @author: Abhishek Raut, Cisco Systems, Inc
 
 from neutron.api import extensions
 from neutron.api.v2 import attributes
index 8bf21c65cb30b66bb86f178f6db0501c39f70d5c..59552ac3c8d14d01cbfcd4194ac6c3b83c7e4236 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Abhishek Raut, Cisco Systems, Inc.
-# @author: Rudrajit Tapadar, Cisco Systems, Inc.
-# @author: Aruna Kushwaha, Cisco Systems, Inc.
-# @author: Sergey Sudakovich, Cisco Systems, Inc.
 
 from neutron.api import extensions
 from neutron.api.v2 import attributes
index b2780047413e00887591f85f09280e6a385ed3b3..b2752a06c2cd88851304a4fe61881da36a91a331 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Abhishek Raut, Cisco Systems, Inc.
-# @author: Sergey Sudakovich, Cisco Systems, Inc.
-# @author: Rudrajit Tapadar, Cisco Systems, Inc.
 
 from neutron.api import extensions
 from neutron.api.v2 import attributes
index d85f96a5a7170a42eb9aac1a8023fc65fc70ca17..9c028e76b6b1e997737ad63f0b38a4c851248636 100644 (file)
@@ -11,9 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Abhishek Raut, Cisco Systems, Inc.
-# @author: Sergey Sudakovich, Cisco Systems, Inc.
 
 from neutron.api import extensions
 from neutron.api.v2 import attributes
index 90e2247d58a201e84c74b0170ce4ffd8604ce724..5d6cb7b607387f0b2f266de6ff2b9ce8f3d84998 100644 (file)
@@ -12,9 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ying Liu, Cisco Systems, Inc.
-#
 
 from webob import exc
 
index 5139b4b5cc20519c5a14b2d1347362bdc5c56eca..56fd91f199d4f035cc7b65259a8a0a86a1930e28 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, Cisco Systems, Inc.
 
 import abc
 import inspect
index 192f4cfc79dbe04612a138af5ff3d05f219df172..d0b493a22fbdfce73466b3ee70a68acef1e25935 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Bob Melander, Cisco Systems, Inc.
 
 import abc
 
index a3fb4a33d0d4c62d16c34f444a70fdb11be75f8c..22999f178e206a2cf39962635ca9c32b08beccc7 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Bob Melander, Cisco Systems, Inc.
 
 import netaddr
 
index dcbb664c6b492aef1e68982ba132121c43856b4b..526faf0af0eb107ae53f8a302b4a56343e67fd39 100644 (file)
@@ -11,9 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Bob Melander, Cisco Systems, Inc.
-
 
 import abc
 
index 67af3f9bfe14500a184d10cb21d66b7f1bd82d8e..35ebfcdfbd70838e177c1289d3f454419676e8cc 100644 (file)
@@ -11,9 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Bob Melander, Cisco Systems, Inc.
-# @author: Hareesh Puthalath, Cisco Systems, Inc.
 
 # Constants for the N1kv plugging drivers.
 
index c8717e6dcb8f2dc6e1b9c54001a8fd79b82b84f5..ffda751c28fdabbe89f96b96a19b3dfc74c70640 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Bob Melander, Cisco Systems, Inc.
 
 import eventlet
 
index 788ebb721c9910dcf33ab4f35917991c48e32eb9..fd96fd3ae94c12dce65395bce776641951568f44 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Bob Melander, Cisco Systems, Inc.
 
 
 class DeviceCfgRpcCallbackMixin(object):
index 3c94b5eadb57a4e4e6baee67dde44c804752b25b..c1d1104c2932cb4a79d421f9ea6819808290af8a 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Bob Melander, Cisco Systems, Inc.
 
 from neutron.common import constants
 from neutron.common import utils
index edff680428cea85bcbda37e04bb6442bab6a9d23..8ffe63bb9cd41230c3354f4eda5ce3898b5f7ee6 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Hareesh Puthalath, Cisco Systems, Inc.
-# @author: Bob Melander, Cisco Systems, Inc.
-
 
 from novaclient import exceptions as nova_exc
 from novaclient import utils as n_utils
index 51c0001965dfdec9c91cce1b832ad01803189af0..54aa18193d3a818d035afbfec5f240c371e50acc 100644 (file)
@@ -11,5 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, Cisco Systems, Inc.
index 9162384d250167893a64dbe5f22f192ee36d96d6..a9902d75eec43a3cb876cd0969cd580f2968060b 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, Cisco Systems, Inc.
-# @author: Rohit Agarwalla, Cisco Systems, Inc.
-#
 
 import inspect
 
index cf7a1ceaa8443b9288c55b07e6542ffda59a3b19..73c4997f21d505b366bfe874321318daa1645760 100644 (file)
@@ -11,6 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Abhishek Raut, Cisco Systems, Inc.
-#
index b07e1c51f1ee40778fdc80a3aadbaf3ff1eebf0f..848215994f90ce0f9c134f6d0cb252b362280be0 100644 (file)
@@ -11,9 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Abhishek Raut, Cisco Systems, Inc.
-# @author: Rudrajit Tapadar, Cisco Systems, Inc.
 
 import base64
 import eventlet
index 07331053a273e5e62fef362a8c05391df4ec3cc0..236822d2173aea2c2053af0dec73c3a6f52764ef 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Aruna Kushwaha, Cisco Systems, Inc.
-# @author: Rudrajit Tapadar, Cisco Systems, Inc.
-# @author: Abhishek Raut, Cisco Systems, Inc.
-# @author: Sergey Sudakovich, Cisco Systems, Inc.
 
 import eventlet
 
index b3f679e9dcec17ab561d3f75a5a0c0d995b4051d..7ea86136985b27ea2221720b16df0ebbe0aca71d 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, Cisco Systems, Inc.
 
 
 import webob.exc as wexc
index af10e73320a56b7f7d364093e65557cc1b2cc9a6..ef2fdbcaae199784efbac02c3d248289fb75f59b 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Bob Melander, Cisco Systems, Inc.
 
 from neutron.common import rpc as n_rpc
 from neutron.common import topics
index 25dc46b070e2ce4629c7c19f5d9a11dcd49da22b..5627edf2c91127b1e559bd25ee85327af15968a3 100644 (file)
@@ -12,5 +12,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro, Embrane, Inc.
index 25dc46b070e2ce4629c7c19f5d9a11dcd49da22b..5627edf2c91127b1e559bd25ee85327af15968a3 100644 (file)
@@ -12,5 +12,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro, Embrane, Inc.
index dcea84f7c2765753c9bd52a34a1f1160f977fc95..31c5602dc46752fd74228351a2d39ae4df6cbb87 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro, Embrane, Inc.
 
 from eventlet import greenthread
 from eventlet import queue
index 25dc46b070e2ce4629c7c19f5d9a11dcd49da22b..5627edf2c91127b1e559bd25ee85327af15968a3 100644 (file)
@@ -12,5 +12,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro, Embrane, Inc.
index a81c6aab54a0c0966a1cb634e3eba057d3441001..61059772a2718e70734b7e2477ec8a32c0c7ee27 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro, Embrane, Inc.
 
 import functools
 
index 8dedc653ae5303d1c15462e72871b58269900f3e..0dacc0fe779974324ab12c9526656131badcf3be 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro, Embrane, Inc.
 
 from heleosapi import backend_operations as h_op
 from heleosapi import constants as h_con
index 25dc46b070e2ce4629c7c19f5d9a11dcd49da22b..5627edf2c91127b1e559bd25ee85327af15968a3 100644 (file)
@@ -12,5 +12,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro, Embrane, Inc.
index 2c13a08f7e4634adea31abb64ca677c6aed1af8f..8ece1ce319330a8ceacf105169fcb8dbf0bcc3d7 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author:  Ivar Lazzaro, Embrane, Inc.
 
 from oslo.config import cfg
 
index d842013b32a7a78b3654fba50bca159f26ed05de..709d9467699a86f0fea63a9c1b15f96424057d87 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author:  Ivar Lazzaro, Embrane, Inc.
 
 from heleosapi import exceptions as h_exc
 
index d1182fcf115694582926c456c3b04cbb90927f09..93ab7300d3e0f254714ffc0751429ece1c0c1651 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro, Embrane, Inc.
 
 
 class DispatcherContext(object):
index a023717b643bfdf9e7c30c04193308b94c5365b5..7d42b647b3467b623de4eba0ab3fbeb6dbfab31e 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro, Embrane, Inc.
 
 from neutron.common import exceptions as neutron_exec
 
index bf779ef0615021734fc8fa3c48e5021d1ca16080..957982cf65a9f46a33faa288de4b1701e23bfbbf 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro, Embrane, Inc.
 
 
 class Operation(object):
index cd50fa620f64f874a8dbb0ded7fceb4ed6464040..34c2d5c44a6de02090f84bd42c01e953a3f52aac 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro, Embrane, Inc.
 
 from heleosapi import info as h_info
 
index 25dc46b070e2ce4629c7c19f5d9a11dcd49da22b..5627edf2c91127b1e559bd25ee85327af15968a3 100644 (file)
@@ -12,5 +12,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro, Embrane, Inc.
index 25dc46b070e2ce4629c7c19f5d9a11dcd49da22b..5627edf2c91127b1e559bd25ee85327af15968a3 100644 (file)
@@ -12,5 +12,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro, Embrane, Inc.
index cb888528c4b64db14882e2b584a20af42f514ffb..ec0190411613782003f80a2089b7b075318dcd41 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro, Embrane, Inc.
 
 from neutron.db import db_base_plugin_v2
 
index b63c76f6cb724a153ddee3939cdec8d08a347273..5b99ffe3b97ca18b1ffa80cc39abe96ff4a9c091 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro, Embrane, Inc.
 
 from heleosapi import info as h_info
 
index 047973b09fe24cbcb413895408dafe688843f879..e38195ea2e418d88bfa856b4f5a3ed46eb3f3e1c 100644 (file)
@@ -12,9 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro, Embrane, Inc.
-# @author: Ignacio Scopetta, Embrane, Inc.
 
 from heleosapi import info as h_info
 
index 8104775ae1f4e37eb54d00386a41b27832053cba..5ac0c57098b971f78ca33fef474f1a6e56df004c 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro, Embrane, Inc.
 
 import abc
 
index ac9358402e68923b683c942fd8e25867f0a96cee..2ea02df3a590646f2f9c09467e5825d8ba4827bb 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro, Embrane, Inc.
 
 from neutron.plugins.embrane.common import exceptions as embrane_exc
 
index 25dc46b070e2ce4629c7c19f5d9a11dcd49da22b..5627edf2c91127b1e559bd25ee85327af15968a3 100644 (file)
@@ -12,5 +12,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro, Embrane, Inc.
index bcfab70f191b87a39ccba6957562264c67b765f2..2ca11c99bcb941d45e450c9e1c862ad063ff2200 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro, Embrane, Inc.
 
 from neutron.db import extraroute_db
 from neutron.plugins.embrane import base_plugin as base
index 954e5ea8a73c93d1748bc0de08e4bab978706592..172fa9b9de4016d20009a8277519f349c210dbaa 100644 (file)
@@ -12,9 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro, Embrane, Inc.
-# @author: Ignacio Scopetta, Embrane, Inc.
 
 from neutron.db import extraroute_db
 from neutron.db import l3_dvr_db
index a41cb4a4eec6951fcce24b1db3cf41ebf9b718f4..856a986ab312bc0dc9066c0b1c31080a843b4e32 100644 (file)
@@ -13,8 +13,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Pedro Navarro Perez
-# @author: Alessandro Pilotti, Cloudbase Solutions Srl
 
 import platform
 import re
index 755ab5270ed0e9cf77d96e8c4bc04c376f0216bb..a32d24fd2c6a0f318b0eae416a212dcc6685b9df 100644 (file)
@@ -12,7 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Claudiu Belu, Cloudbase Solutions Srl
 
 from neutron.agent import firewall
 from neutron.openstack.common import log as logging
index 1e18731ca2c980cc49dcf1582355a201516edc68..2508fac99b08f78c8d23f9cdbebf6abcb8befcab 100644 (file)
@@ -13,8 +13,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Pedro Navarro Perez
-# @author: Alessandro Pilotti, Cloudbase Solutions Srl
 
 import sys
 import time
index adc01099438499d413a4d9c4bfe4b2be71645473..06503bbb0ce5c1e13f8c18d436517f83503ad7d4 100644 (file)
@@ -12,7 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Claudiu Belu, Cloudbase Solutions Srl
 
 import sys
 
index d7e4a7569bfdab2eaedb7d288fec3953af0e0123..0ef1ce4d891384835b133a4d855014c0f258b85a 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Alessandro Pilotti, Cloudbase Solutions Srl
-# @author: Claudiu Belu, Cloudbase Solutions Srl
 
 from neutron.plugins.hyperv.agent import utils
 
index bceab0a221d98bfb6b9a208972ddd018287e0f35..d3dd7f54ef5cf60a4a29ba8880f1ab104534eabe 100644 (file)
@@ -12,7 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Alessandro Pilotti, Cloudbase Solutions Srl
 
 from neutron.common import rpc as n_rpc
 from neutron.common import topics
index bab6e50b01145de9ee3260e154bf2895f974e56f..bf3d3787806eedf46f42c3be74e55208c9717981 100644 (file)
@@ -12,7 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Alessandro Pilotti, Cloudbase Solutions Srl
 
 # Topic for tunnel notifications between the plugin and agent
 TUNNEL = 'tunnel'
index e3a88dc0ea7ca9ee5901b019266f2aec55ff40f7..59eeb0c86fbdf4ba56b18dabcc5b2e4e8bed679c 100644 (file)
@@ -12,7 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Alessandro Pilotti, Cloudbase Solutions Srl
 
 from six import moves
 from sqlalchemy.orm import exc
index 70ede35d19555b88839714f12ad4c8c6d515e5a1..8088b121bf269f17f29b476ccd5104a157496a1c 100644 (file)
@@ -12,7 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Alessandro Pilotti, Cloudbase Solutions Srl
 
 from oslo.config import cfg
 
index f42aeb1d5a0da7f02bffead2b2c49886e0211290..51069552d1c38b9e104f449ccab5e974dca96ba6 100644 (file)
@@ -12,7 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Alessandro Pilotti, Cloudbase Solutions Srl
 
 from sqlalchemy import Boolean, Column, ForeignKey, Integer, String
 
index a44cfbca59f404b87f9479c019da009549486d01..ab4bbcdecfd80b0b4d22f9946956b5afeda7d4d8 100644 (file)
@@ -12,7 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Alessandro Pilotti, Cloudbase Solutions Srl
 
 from neutron.common import constants as q_const
 from neutron.common import rpc as n_rpc
index e2121bf7b787c18242b888d872046ecf4ddb88c3..4f6579071f36c4142a3e8c8fda4179c90975775c 100644 (file)
@@ -13,8 +13,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mohammad Banikazemi, IBM Corp.
 
 
 import socket
index 9d4b116ad98a1bae43d3d02b453608800fe9d488..f05a995a6c81fd0de16c36e8727d894254feae54 100644 (file)
@@ -13,8 +13,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mohammad Banikazemi, IBM Corp.
 
 
 from oslo.config import cfg
index 3acf9baff5a22520f5c76030b46bbbc593d1fa98..758f630f539b97cf1ed571596aec1295570cd642 100644 (file)
@@ -13,8 +13,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mohammad Banikazemi, IBM Corp.
 
 
 import httplib
index d2e5e7ed8e5f1e03a4a01fac73cf5f91012b4ce8..26298bae1312e8fcb66bd59076f26888d01ab876 100644 (file)
@@ -13,8 +13,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mohammad Banikazemi, IBM Corp.
 
 from neutron.common import exceptions
 
index 50e689c1c8dca3db910df3bb1bd760137ffb5b0b..135fa6c85dd2109f8bd800319f2e52429036cf13 100644 (file)
@@ -13,8 +13,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mohammad Banikazemi, IBM Corp.
 
 
 import httplib
index 74cfc838620f0b597614c235dc02f9493789a484..571f1f3ac5bf9aeab5332854b2c50bf1798f87cb 100644 (file)
@@ -13,8 +13,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mohammad Banikazemi, IBM Corp.
 
 from neutron.openstack.common import log as logging
 from neutron.plugins.ibm.common import constants
index 2097122792f6dff0000278102faf1ed805faf46e..b48a87849d7ff22754dd187442e075037306e5d8 100644 (file)
@@ -13,8 +13,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mohammad Banikazemi, IBM Corp.
 
 
 import functools
index 7d608c3e6ee28286c5019a65b06d3602470a9959..ac586a9cd7b3095c20a1e877c8fbe880b48d8403 100755 (executable)
@@ -18,7 +18,6 @@
 # Performs per host Linux Bridge configuration for Neutron.
 # Based on the structure of the OpenVSwitch agent in the
 # Neutron OpenVSwitch Plugin.
-# @author: Sumit Naiksatam, Cisco Systems, Inc.
 
 import os
 import sys
index a9d66be89cd68777ac80c56c77947a537868b667..1f20c6bd46b2902c3f0579a25b031f311e027242 100644 (file)
@@ -11,5 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, Cisco Systems, Inc.
index 0bf92ea40996b80c8f2e092baa5c216762f609c9..a8060a9ebbd3011df604f4ca85e876b35d91647a 100644 (file)
@@ -11,9 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, Cisco Systems, Inc.
-# @author: Rohit Agarwalla, Cisco Systems, Inc.
 
 from oslo.config import cfg
 
index 5cd29ac1cfe4f3e53f6f1e522bf6764396421e54..4e5f65146cc4dfa1024288d9e375a2d5f8a49e23 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, Cisco Systems, Inc.
 
 
 from neutron.plugins.common import constants as p_const
index 8eaec07b661d5e76812d1fafb3c374d8ba398493..1f20c6bd46b2902c3f0579a25b031f311e027242 100644 (file)
@@ -11,6 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, Cisco Systems, Inc.
-#
index 8ebcf6750f36f9365d629f34cdf85344b35acdbe..29930b868cd2baf39fb7c527faecb21c80848138 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Rossella Sblendido, Midokura Japan KK
-# @author: Tomoe Sugihara, Midokura Japan KK
-# @author: Ryu Ishimoto, Midokura Japan KK
 
 from neutron.agent.linux import dhcp
 from neutron.openstack.common import log as logging
index 54d7f12f0eb9eeead66368abfeaaf52ba4220163..d4db12ef05c41faed7b64a32f97cb2d6f943e3a5 100644 (file)
@@ -13,8 +13,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Tomoe Sugihara, Midokura Japan KK
 
 from oslo.config import cfg
 
index 6f62ecdce847cc6e6f703cde8782e63dbea7fcb0..69706d396eab635363aa09a0f8e62ba75393562d 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ryu Ishimoto, Midokura Japan KK
 
 
 from neutron.common import constants
index 6488a8b4ccfe1bd0b61f7efca9bd26e748d1403c..a733eb0574729c94455447eb06ee37dc0187917b 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Tomoe Sugihara, Midokura Japan KK
-# @author: Ryu Ishimoto, Midokura Japan KK
-# @author: Rossella Sblendido, Midokura Japan KK
-# @author: Duarte Nunes, Midokura Japan KK
 
 from midonetclient import exc
 from webob import exc as w_exc
index 0df30ad302e59c5b93429d45a69f9ec08314538a..4dc9af558357c85b889f5e8e8e375fc5dc2a6ad6 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Takaaki Suzuki, Midokura Japan KK
-# @author: Tomoe Sugihara, Midokura Japan KK
-# @author: Ryu Ishimoto, Midokura Japan KK
-# @author: Rossella Sblendido, Midokura Japan KK
-# @author: Duarte Nunes, Midokura Japan KK
 
 import functools
 
index a879f1ad16c523c9256e4858b1fb3bddd7f05b14..aac24410f02e5a48390b090e9bad0b81cc24c689 100644 (file)
@@ -11,9 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sukhdev Kapur, Arista Networks, Inc.
-#
 
 import hashlib
 import socket
index 24954052711fc18a63093ec2cf246239249a37ca..5dfc601e2d00ff53fbd0c7b38ea10c6793770b4f 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# Authors:
-# Shiv Haris (sharis@brocade.com)
-# Varma Bhupatiraju (vbhupati@#brocade.com)
 
 
 """Brocade specific database schema/model."""
index 92e0b2954f3e7e67127ae54f4cc1021f28a0e141..bd73a339846d104c8ed02594d81192944b47696c 100644 (file)
@@ -12,9 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# Author:
-# Shiv Haris (shivharis@hotmail.com)
 
 
 """Implentation of Brocade ML2 Mechanism driver for ML2 Plugin."""
index 08c3121e02bf005083d1dcc3f3699c532d892923..f52c8c9f5f925967f97dcfc57ce7253b2471e2a6 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# Authors:
-# Varma Bhupatiraju (vbhupati@#brocade.com)
-# Shiv Haris (sharis@brocade.com)
 
 
 """NOS NETCONF XML Configuration Command Templates.
index 3fa22965303bcc7b9180d3f0585e0b61c468d894..47b5c871ff3e6474dd214930f46464ddb34463d8 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# Authors:
-# Varma Bhupatiraju (vbhupati@brocade.com)
-# Shiv Haris (shivharis@hotmail.com)
 
 
 """Brocade NOS Driver implements NETCONF over SSHv2 for
index 256369f252c73af22683f6dba30ab20392b49f7c..44bd2e22cd8d48afe9f09a4e67f9f9c34b9b8bae 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Arvind Somya (asomya@cisco.com), Cisco Systems Inc.
 
 import sqlalchemy as sa
 from sqlalchemy import orm
index 398fc93169ff519020de37e1a09b8d35970cc0f9..6a5ac161712e97025e6e42a67d62d3ad3b3b14a4 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro (ivar-lazzaro), Cisco Systems Inc.
 
 from neutron.common import constants as n_constants
 from neutron import context
index 28b7fcfe322a0866bd0192aed4efc92abb6f4c04..6be0b2a9fd0c7ecb4c9bc0b7660e8c6704237703 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mandeep Dhami (dhami@noironetworks.com), Cisco Systems Inc.
 
 import re
 import sys
index c1e1bc2d0824619488ee539acc5d62e36a2c92f0..e8801041b767d49a4f8b20611f56fa45942b2ecf 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Arvind Somya (asomya@cisco.com), Cisco Systems Inc.
 
 from oslo.config import cfg
 
index e5c9b1f404bc486df40f7a658c8bb90c28ad7135..c9ef932026b9d3c95fdac14aef7c0685ffdde145 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Arvind Somya (asomya@cisco.com), Cisco Systems Inc.
 
 from apicapi import apic_manager
 from apicapi import exceptions as exc
index b9b2306f9d0249e0d1308670286c2abe8bff469d..e82932559d48b34a1c719fc8f7fdad8ac2803aba 100644 (file)
@@ -12,7 +12,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sylvain Afchain, eNovance SAS
-# @author: Francois Eleouet, Orange
-# @author: Mathieu Rohon, Orange
index 1e0701e0be56ae7048c4569fc145e2329939dce6..403b66269feca11cc256dfa8999a8805a41fca28 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sylvain Afchain, eNovance SAS
-# @author: Francois Eleouet, Orange
-# @author: Mathieu Rohon, Orange
 
 from oslo.config import cfg
 
index 9ea7b387a29fe83db76d31b4935765e6ee700b11..c12ab3c02ec35afc37e2440f3a9a4878674a5096 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sylvain Afchain, eNovance SAS
-# @author: Francois Eleouet, Orange
-# @author: Mathieu Rohon, Orange
 
 from neutron.common import constants
 
index 6ecf1a93a135acbe72615240e0c94ae471505de8..446dc8943098c0b27c53e626a0e090238d50f1a5 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sylvain Afchain, eNovance SAS
-# @author: Francois Eleouet, Orange
-# @author: Mathieu Rohon, Orange
 
 from sqlalchemy import sql
 
index 88d063b4e6fb88ca351b802bcf5bbe6c4cfa328a..a98a27fd7d5eab7f76a4e656d011d9d492d03927 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sylvain Afchain, eNovance SAS
-# @author: Francois Eleouet, Orange
-# @author: Mathieu Rohon, Orange
 
 from oslo.config import cfg
 
index 7be7b8a6640bb12806e2eedc2a67e865bb4ecb10..8b5efacf292804addb0bb49576914d24016937b9 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sylvain Afchain, eNovance SAS
-# @author: Francois Eleouet, Orange
-# @author: Mathieu Rohon, Orange
 
 from neutron.common import rpc as n_rpc
 from neutron.common import topics
index 349d8870bd360a82dd8e48e7a14ed6398195ea73..a8e40d575b6fcaf99e22ca8d5b09bfb0dea62f9f 100644 (file)
@@ -12,9 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc.
-# @author: Kevin Benton, Big Switch Networks, Inc.
 import copy
 import datetime
 import httplib
index daa9a95eecdac46ea93c5500ee6ad84e31ebb296..7a23a9261e353153dbd6a29b75003f806ec3ae25 100644 (file)
@@ -11,9 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc.
-
 
 import netaddr
 from oslo.config import cfg
index 514fd9b86c926d761b81172ec42f2d1227b6a0d3..381ea955114a914259278ed9715dd21d1070b220 100755 (executable)
@@ -13,9 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# @author: Trinath Somanchi, Freescale, Inc
-
-
 from neutronclient.v2_0 import client
 from oslo.config import cfg
 
index 771839a31514187b12d95b4c0d5896acbe45c3e2..18b12a65a6b794573a7a3b43849346f77b0ef695 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Kyle Mestery, Cisco Systems, Inc.
-# @author: Dave Tucker, Hewlett-Packard Development Company L.P.
 
 import time
 
index cb271934c94d3c0b1c743dbbc87453c16426426c..d2f78ca9e527fa637b2660eb47c791b8beff3549 100644 (file)
@@ -12,7 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Kyle Mestery, Cisco Systems, Inc.
 
 from oslo.config import cfg
 from oslo.db import exception as db_exc
index 4060305b0393fa5f6b380ec911a160d813bbda52..9c3ec1a496f4ae1d595be275dbc386503989da32 100755 (executable)
@@ -17,8 +17,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Ryota MIBU
-# @author: Akihiro MOTOKI
 
 import socket
 import sys
index fd4bba642b9eeaab9f38f692d06d30a3e75ddaf8..3626472625b81a19ed0509113aa2a92caa4385fa 100644 (file)
@@ -11,7 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Ryota MIBU
 
 from oslo.config import cfg
 
index 0a1571ba524dd599387d63e4f2f38292df76b946..3fd5d74947d21b94f849bfd09ab431034a91ae07 100644 (file)
@@ -11,7 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Ryota MIBU
 
 from neutron.common import exceptions as qexc
 
index 0ffa8db470c5fc78f4537daa998f12993bfba48d..c06f9ea2a9c7c92d4c7abc49f66fc600c997e699 100644 (file)
@@ -11,7 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Ryota MIBU
 
 import time
 
index 02cb79491a7bc5087e0fd65e408d88c5af56a81a..9816eee0c46bd3b6325c022493fd8e4a6fc4b979 100644 (file)
@@ -11,7 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Ryota MIBU
 
 import sqlalchemy as sa
 
index 6ca0c4c1135547c0ac502e6f742e38eb5a764e6e..965a04e8e457f512d13c6168c2be0609ba8017c9 100644 (file)
@@ -11,7 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Ryota MIBU
 
 import sqlalchemy as sa
 from sqlalchemy import orm
index acfe90442cd1d5ff082cd97b3d275b545af6330a..a3763efefcae5e8a0dd99398a30c0234c4a72e7a 100644 (file)
@@ -11,7 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Ryota MIBU
 
 import sqlalchemy as sa
 from sqlalchemy import orm
index 0ba7ece63a03a992b1d9ae2239542eaeab98329c..7788ea757047c82e10934116d2d199f6a7c3aa7c 100644 (file)
@@ -11,7 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Ryota MIBU
 
 from neutron.openstack.common import importutils
 from neutron.openstack.common import log as logging
index 0bc929701cb630f282d653ab2e1dd1d50f6bb387..faf6c2d18155f7295c46f74644ca96feefe1e421 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Ryota MIBU
-# @author: Akihiro MOTOKI
 
 import re
 import uuid
index 77fee804236004feff6504d0ce4df3aa631b3ec0..cf39008346eb2a67782e262e6d47ef6e0f77650f 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Ryota MIBU
-# @author: Akihiro MOTOKI
 
 from neutron.openstack.common import uuidutils
 from neutron.plugins.nec.common import ofc_client
index 73e952bad47f071697ace509075ed4a8277b1409..f534e619dfd53717106fb168d6da1474d5766931 100644 (file)
@@ -12,9 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ryota MIBU
-#
 
 from oslo.config import cfg
 
index f88ce8d3d36646cb729eac93f8c2eaca96f31f54..7d26b1b59b846f9c1a186a0b4510473abda1e383 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Ryota MIBU
-# @author: Akihiro MOTOKI
 
 from neutron.agent import securitygroups_rpc as sg_rpc
 from neutron.api import extensions as neutron_extensions
index 9af75cbeda279c27bf92218e66242577c0e2cc8a..9ed65f3d1957ef619086ee6220c0ed6c42e49809 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Akihiro Motoki
 
 from neutron.api.rpc.agentnotifiers import l3_rpc_agent_api
 from neutron.api.v2 import attributes as attr
index ba9321326369406191f13883b2bd657b0767f5c6..b1c6e016343bade5507d4a4d5ac957a837c418af 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Ryota MIBU
-# @author: Akihiro MOTOKI
 
 import abc
 import six
index 41a50ecf15c6e6fc3abfd8883900aeb0d97f8fb5..86960c8b93b8e9350cbc2431b6632305b50aa9c7 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Ryota MIBU
-# @author: Akihiro MOTOKI
 
 import netaddr
 
index 99a28fbbecc1d47c8966698b6e8b28c781fd80b3..c36148b57034cf980bec7721e0bce480a3f29863 100644 (file)
@@ -11,7 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Ryota MIBU
 
 from neutron.openstack.common import excutils
 from neutron.openstack.common import log as logging
index d06d805c524151cff62348a13f7259353d2ef7d7..58c83e3390e76bc5c173bb95887d32a25a0d4e5d 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Akihiro Motoki
 
 import abc
 import httplib
index 6ba6d5d3f3a910a44b62e3af7e3af4736df2337e..5d125c8c8dfa0f6c418acae659e56ed872388431 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc.
 
 from oslo.config import cfg
 
@@ -56,4 +54,4 @@ syncmanager_opts = [
 
 def nuage_register_cfg_opts():
     cfg.CONF.register_opts(restproxy_opts, "RESTPROXY")
-    cfg.CONF.register_opts(syncmanager_opts, "SYNCMANAGER")
\ No newline at end of file
+    cfg.CONF.register_opts(syncmanager_opts, "SYNCMANAGER")
index ff2680bf7bac3c7742a74f6a8f9409800188bf3a..a996b7e904e946946f0115947ec8754332b3f6f2 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc.
 
 from neutron.common import constants
 
index 2634d3458cef3c885aa76c9f196e9acb0cd9f0d7..a93e2520f4b59223fdbb0c74016ca1e34d58c044 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc.
 
 ''' Nuage specific exceptions '''
 
index c731e1dede1d7e3f8d13e01afb52b9ee77ed2976..2249a5eba360672a8489ffbfbde9291d34d7dc75 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc.
 
 import abc
 
index ebf6a456a99a351db9007e8152e85820849460ce..651d4a9d6bad84af1a988ef08504f9206e60ae78 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc.
 
 
 EXTENDED_ATTRIBUTES_2_0 = {
index c41b246112313d0cccdc42f7e658ad80c4525a5c..02cd201061aa01d61d8ab76a613012953cc1c23e 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc.
 
 
 EXTENDED_ATTRIBUTES_2_0 = {
index dbf7c0703f3ef62ba7568f6c07cca632e010f128..5d30dbcb06cd99622ef09929f1bb706f5a87302e 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc.
 
 import sqlalchemy as sa
 
index 2a4c0eafb2facde08fecff1e363c376397c58e38..1fc261371db2934036753cdc1e59dcc778035d8f 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc.
 
 from neutron.db import common_db_mixin
 from neutron.db import extraroute_db
@@ -289,4 +287,4 @@ def make_subnl2dom_dict(subl2dom):
 def make_entrtr_dict(entrtr):
     return {'net_partition_id': entrtr['net_partition_id'],
             'router_id': entrtr['router_id'],
-            'nuage_router_id': entrtr['nuage_router_id']}
\ No newline at end of file
+            'nuage_router_id': entrtr['nuage_router_id']}
index e29e60e9554b99a26846218ac5cfa5ab7d525f23..661c77b596aba446c3078ad7fea67435ab0572cc 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc.
 
 import copy
 import re
index a719015b6da9f3145bce2666f2cb848410cd3d07..8656e15b05a61c872b6bdef910f67f9061a2bdac 100644 (file)
@@ -12,7 +12,6 @@
 #    License for the specific language governing permissions and limitations
 #    under the License.
 #
-# @author: Sayaji Patil, Nuage Networks, Alcatel-Lucent USA Inc.
 
 from oslo.config import cfg
 import sqlalchemy.orm.exc as db_exc
@@ -420,4 +419,4 @@ def main():
     SyncManager(nuageclient).synchronize(fipquota)
 
 if __name__ == '__main__':
-    main()
\ No newline at end of file
+    main()
index 6181a4443583ab8aeb878ecaa097d8109e9f0c7d..fb19978ea83daab19e5aaa468492e879f5acd270 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kedar Kulkarni, One Convergence, Inc.
 
 """NVSD agent code for security group events."""
 
index 00a623a85ba9a0e0fe658abca3cef3ac0c33beea..ae5f0151ec2ff0e3ca219e19918807f328068bb0 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kedar Kulkarni, One Convergence, Inc.
 
 from neutron.db import api as db
 from neutron.db import models_v2
index 584c4b9af485b74c56eb79394147bb3b96deaea0..9bd674a6ed93e0aaeea2bfda4026c57ffd644f7e 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kedar Kulkarni, One Convergence, Inc.
 
 """Intermidiate NVSD Library."""
 
index db823e7bb989c2f27c90add01716d3f495eafeb2..ede86b5925013fafd71cac8e661837c7bbd587ca 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kedar Kulkarni, One Convergence, Inc.
 
 """Library to talk to NVSD controller."""
 
index 580a66d3d8c530810141008cdeae403a2431bb0e..a4b9cf86e9cde705465a45a017d45c33d05d1920 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kedar Kulkarni, One Convergence, Inc.
 
 """Implementation of OneConvergence Neutron Plugin."""
 
index dcb9f77a44a957c25716353c80da44410391ffaf..3d89fe0b199f3631550c6adb34a6bf805c3373cf 100644 (file)
@@ -12,7 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Vivekanandan Narasimhan, Hewlett-Packard Inc
 
 
 from neutron.api.rpc.handlers import dvr_rpc
index c166c35296c6728deb9c777b18c003fa670bd43f..f34feeeec9618fe2b40c027d8e73882517da658b 100644 (file)
@@ -11,5 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc.
index c166c35296c6728deb9c777b18c003fa670bd43f..f34feeeec9618fe2b40c027d8e73882517da658b 100644 (file)
@@ -11,5 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc.
index 58fdcad3311d46d9559e159600152f7a1f67b0ef..b2a24379103a08fa0fe3fa57d3d4668a7ddcb1f6 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc.
 
 
 """Neutron PLUMgrid Plugin exceptions"""
index c166c35296c6728deb9c777b18c003fa670bd43f..f34feeeec9618fe2b40c027d8e73882517da658b 100644 (file)
@@ -11,5 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc.
index dab2a99a06cb4432f79c15488133c2f1d4828c81..8fd252ffef870dd2c6b290f8df55694eaa678c62 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc.
 
 from neutron.extensions import providernet as provider
 from neutron.openstack.common import log as logging
index ba241f4b360c3df1fe793173ece4127c8dd72ecb..6b12e4851468969aa6588e41fe69a2855f9645b9 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc.
 
 """
 Neutron Plug-in for PLUMgrid Virtual Networking Infrastructure (VNI)
index c166c35296c6728deb9c777b18c003fa670bd43f..f34feeeec9618fe2b40c027d8e73882517da658b 100644 (file)
@@ -11,5 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc.
index 33a2396f2614b38ca40669e9a8c3803d48c49bc7..c050009d6160fa8d7dc9c8bd8fc186bb3ef0e2ba 100644 (file)
@@ -11,7 +11,5 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc.
 
 VERSION = "0.2"
index 2b36c55908615b80b2e3ae3727a72e27dcde7c50..e132cc266de784cfea1bc7dd1b742f919e42f38c 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc.
 
 """
 Neutron Plug-in for PLUMgrid Virtual Networking Infrastructure (VNI)
index 615e2e93162d63217e8f19f7ed422308686661a1..b1e1330d0f96a568af202075bc64aa53ae5737c7 100755 (executable)
@@ -16,7 +16,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Isaku Yamahata
 
 import httplib
 import socket
index a6da5df3d54d45ae20c07f7c6542fb605774f0b8..8a18228362628abd6adf7c651eeb7b247f795d2d 100644 (file)
@@ -13,7 +13,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Isaku Yamahata
 
 from oslo.config import cfg
 from ryu.app import client
index b5359077050b18e78b74cbdcf10588715799c675..4f5e993f9652cb2f6e00354c6171fef4b6e10df7 100644 (file)
@@ -13,8 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# @author: Samer Deeb, Mellanox Technologies, Ltd
-
 import os
 import re
 
index 0d615c3ca0b04cbd9de3324dd2a7c4fbfb75a5f4..575d10c8d2a6327d496eb7acd62f416cdbd9d92c 100644 (file)
@@ -13,8 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# @author: Samer Deeb, Mellanox Technologies, Ltd
-
 import re
 
 from neutron.agent.linux import ip_lib
index 4764db034037ee530fbd64d36504a00f8ef6f665..e90ca1825cb3a560820877cdca761f78bd45cc2f 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: linb, VMware
 
 from neutron.common import exceptions
 
index 806a18c627cf28db3283138c8397772498084bc5..5b71b09723231f35bb67c0786d606d3e896cb1eb 100644 (file)
@@ -11,9 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kaiwei Fan, VMware, Inc.
-# @author: Bo Link, VMware, Inc.
 
 from neutron.openstack.common import excutils
 from neutron.openstack.common import jsonutils
index b0520651fd44d4e3d295c731a903b489ec1ed3b4..09b618cbacec322ccdf5ef66cc0d207cca383c40 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Leon Cui, VMware
 
 from neutron.db import db_base_plugin_v2
 from neutron.openstack.common import excutils
index 2e3efd56e20fb05d1507293318e8bfa8516e49bb..faad6e889c51338368c93dd6af9b9884260a4554 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Leon Cui, VMware
 
 from neutron.openstack.common import excutils
 from neutron.openstack.common import log as logging
index 7183fd760d3441cf81e885378da6f4d0892169b9..ec3923c3a681398139776f79daa2e988e33b934d 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: linb, VMware
 
 from neutron.openstack.common import jsonutils
 from neutron.openstack.common import log as logging
index 2a6cbfb50fd1b70da8ad4ac2a59ec8507ba3bee1..148c575c374168524db37715057a2bf64742d585 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: linb, VMware
 
 from oslo.config import cfg
 
index 56ee804a56a067f1baa80e3850db382ef5a11160..71caca8c65d0ff9abfb31852be7b565250464357 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc.
-# @author: Sridar Kandaswamy, skandasw@cisco.com, Cisco Systems, Inc.
-# @author: Dan Florea, dflorea@cisco.com, Cisco Systems, Inc.
 
 from oslo.config import cfg
 
index 689209419a5afff6040fb8316a04751365d343ae..0d994ef5a90e502b0e3a1c9468b75b4b13c3aaf9 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc.
-# @author: Sridar Kandaswamy, skandasw@cisco.com, Cisco Systems, Inc.
-# @author: Dan Florea, dflorea@cisco.com, Cisco Systems, Inc.
 
 from oslo.config import cfg
 
index fb067c5e8d62dc5c12b019e4e8aaede70906c154..e191946f8c8f13c594c804b766c70f3b7be9d4d3 100755 (executable)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Gary Duan, gduan@varmour.com, vArmour Networks
 
 import base64
 
index 44e3ce17619ad0b9fa0ea30c7a5190b037471a08..7ac398d18a3bbac880b53d8413c7818b54d31364 100755 (executable)
@@ -12,9 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Gary Duan, vArmour Networks Inc.
-#
 
 import sys
 
index d69733dea95b5855cb0462ce634acda08658963a..1bf5072a3777a62290622d0cc2b5ffd4e9616240 100755 (executable)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Gary Duan, gduan@varmour.com, vArmour Networks
 
 ROUTER_OBJ_PREFIX = 'r-'
 OBJ_PREFIX_LEN = 8
index e57c7eaa34d78ca57fb0711672b7907c662be55c..ed70c53e859eddd252ceb01c3fbcc39bc08895f4 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Rajesh Mohan, Rajesh_Mohan3@Dell.com, DELL Inc.
 
 import abc
 
index 1a04a77bc9a515994bfcd58828d8d89e8e5642a7..7f4a2c12a48ef3e43756a3177eee57d715f4aa5b 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Rajesh Mohan, Rajesh_Mohan3@Dell.com, DELL Inc.
 
 from neutron.agent.linux import iptables_manager
 from neutron.extensions import firewall as fw_ext
index 57ca02bfcdfd6b5fe48aa88db59a8c781fad1e08..470fb624510f3b16e7ebce309aca193f1cad98c2 100755 (executable)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Gary Duan, gduan@varmour.com, vArmour Networks
 
 from neutron.openstack.common import log as logging
 from neutron.services.firewall.agents.varmour import varmour_api
index a988a2efad1a6f60a315074b0b54fb4c965e638e..49feefea10e710fb50453b5d649bec86e31103af 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc.
 
 from oslo.config import cfg
 
index c1559af3d02a5e1d5f5396f0998a2b2e52d358f5..18896b50f599ac0c1206e855aa727f8bf81d4355 100644 (file)
@@ -12,9 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Arvind Somya (asomya@cisco.com), Cisco Systems Inc.
-# @author: Ivar Lazzaro (ivarlazzaro@gmail.com), Cisco Systems Inc.
 
 from apicapi import apic_mapper
 
index 4da2735661361e70d519b42e9c997f70160dbff0..2c6cf9cc7017dbc6caa487e1620f27c115bdf989 100644 (file)
@@ -11,9 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sukhdev Kapur, Arista Networks, Inc.
-#
 
 import copy
 import threading
index 630c6dae953bda6e63a532294ffb2d72478f4b65..4ebd9224b72746ff8ae4a94122578d9e53ee768d 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Bob Melander, Cisco Systems, Inc.
 
 from oslo.config import cfg
 
index c6e4f68bc4755b82632f9d3d42edad53fb329ff3..bc7bfe24c59914fc6e07f10be601f135a90a44e4 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
 
 import sys
 
index 219c0a22648539bdbb41473f73d50c34741aa42d..e62c8b85ed9dc438924427113410de1693b8e52c 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
 
 from neutron.common import rpc as n_rpc
 
index 52da4f5eee7576fe98374dfffb26ef1c974ed09e..d4f7381bd68686e33237cbb00a54c383da881e04 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
 
 from oslo.config import cfg
 
index 44391ce44e67fe1570e2c707d23249dec6c177b5..69bb9f63237d28bb4c0ddc4e7c5bdd7295d2fd77 100644 (file)
@@ -11,5 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
index 64854fe43459f8d09adde72ff658e4cb0c451a51..c56fcac2bdd2d6e281148d711a39e07236e5d84f 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Avishay Balderman, Radware
 
 import abc
 
index 0f8e036d11244b07c78ef25918cca57761375189..e0918497ad821a97a616a25cc80fee0c5d4a82eb 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
 
 import uuid
 
index 7ba0005997166a812931ee2844b596e3b33ad428..2b583bcbd91a22c2ebcc4cc4a47f9363ba61ed3e 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author:  Ivar Lazzaro, Embrane, Inc. ivar@embrane.com
 
 from eventlet import greenthread
 from eventlet import queue
index f31caf77775dd25ced644b5cf462e41271e93708..f7bc363c97ea4278feaaf078ee9eedfec3488746 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author:  Ivar Lazzaro, Embrane, Inc. ivar@embrane.com
 
 import functools
 
index cac9a63d592c8de1e02d968958ffcd4ecd9e6261..8a5b2ba1f753fb99762651c231ec4bc768faafb7 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author:  Ivar Lazzaro, Embrane, Inc. ivar@embrane.com
 
 from oslo.config import cfg
 
index 61e6095981e3897cb2069a834b21f894e16865c8..3d05c520fd0986cffbc56f9841bd1b7cf831823e 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author:  Ivar Lazzaro, Embrane, Inc. ivar@embrane.com
 
 from heleosapi import constants as h_con
 from heleosapi import exceptions as h_exc
index 2e5c9e1d9687e83858d9152c0f9714ce47f14503..ef6928a348a7b1f4496f6075cfc0bc32382b975c 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author:  Ivar Lazzaro, Embrane, Inc. ivar@embrane.com
 
 from neutron.db import models_v2 as nmodel
 from neutron.services.loadbalancer.drivers.embrane import models
index a6a09fd91c630d25771f4dec40cecc54ee8728fd..e3014bf0aae561907078473db02c489090067f36 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author:  Ivar Lazzaro, Embrane, Inc. ivar@embrane.com
 
 from heleosapi import backend_operations as h_op
 from heleosapi import constants as h_con
index 51adfcf248c42b0c560661fd1cce5462d8775c62..55441c7e1ad80edf003848296b6070550302feef 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author:  Ivar Lazzaro, Embrane, Inc. ivar@embrane.com
 
 import sqlalchemy as sql
 
index bf36079cf1f0cccc2d8c54c832deaac1cd185827..427457ca0dea4cc3d23f65daff5613e8fb9306f1 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author:  Ivar Lazzaro, Embrane, Inc. ivar@embrane.com
 
 from heleosapi import exceptions as h_exc
 
index 44391ce44e67fe1570e2c707d23249dec6c177b5..69bb9f63237d28bb4c0ddc4e7c5bdd7295d2fd77 100644 (file)
@@ -11,5 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
index 63aa02da7d88ed280693b1f0c30cf8126c2c00a2..1200cf80e7462424dad72ed1b4460229d4488c28 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
 
 import itertools
 from six import moves
index a96b67a2f7af97b2677cfd757df3cb8ac691ab02..04787d430a0c4430a6a3a46a9300c07e6fbf2332 100644 (file)
@@ -11,8 +11,7 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
+
 import os
 import shutil
 import socket
index 4d42f0e62b9add3321f344dd1406709595cf52ff..762b3f3336b576d07298dafdaad449de27da5f47 100644 (file)
@@ -11,5 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Avishay Balderman, Radware
index 2fd850be9531bb4eaf2c89013f4df3bc4b3aacac..23fa2eae18fac52d6a02c9bc149d5c77ba0a3948 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Avishay Balderman, Radware
 
 import base64
 import copy
index 4c7b4c5d97ee549f92b3210288b6869c9dd4f80f..bb16cb75519f0ae0854e9b62cb6f88697d741521 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Evgeny Fedoruk, Radware
 
 
 from neutron.common import exceptions
index 6951f1e1718454c4d60f10b9cc94b4f91edfb99e..ea5db3b75de45837ed0f7e735d9c0741f1963675 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Avishay Balderman, Radware
 
 from neutron.api.v2 import attributes as attrs
 from neutron.common import exceptions as n_exc
index 82a447213014b032d3a5e37931c502c5da27a3f0..bc20be2a0cb257a3404bdf254111e1fcc70a4acb 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index 82a447213014b032d3a5e37931c502c5da27a3f0..bc20be2a0cb257a3404bdf254111e1fcc70a4acb 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index c22c80b8afbe48388e3fe8b3a727884d5827f105..c860bdb93b889307e100a3a59a2c0e0f21e6a74a 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index 82a447213014b032d3a5e37931c502c5da27a3f0..bc20be2a0cb257a3404bdf254111e1fcc70a4acb 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index 884fbba50af559c40cf5eed94c0dfad0802eaf49..5169bdd97baf3035b73cc1c6caff10eae9a5ed96 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index 82a447213014b032d3a5e37931c502c5da27a3f0..bc20be2a0cb257a3404bdf254111e1fcc70a4acb 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index 12dd1bd26f5cbbc058e284c3fcaf8d812210fb57..40af40f3a409d6dab71ec0e07a2f10ae27f1a22f 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index 82a447213014b032d3a5e37931c502c5da27a3f0..bc20be2a0cb257a3404bdf254111e1fcc70a4acb 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index d3f5e7df455f124b3cb97d8b596ca98fd6dfa67e..977b922e29f5c1cc95344b6e7075482e9d202540 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index b2e9215b8eade9043d76a63a0f51dafa96267bf5..046938da58071636bde587548dfac36c4f5e0b57 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index f236ecd7b60298a68664b40094c4071ae4121c02..f560154933f16406b305f89f504df0807a28fcd4 100644 (file)
@@ -12,5 +12,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Swaminathan Vasudevan, Hewlett-Packard
index 2e6e205abe28e194db512cbacab31818a755a6b5..04241b743cbdd7178963d6dd11c9a952ed11b047 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Paul Michali, Cisco Systems, Inc.
 
 import time
 
index 331b175c7ba78e016b71dcae646c72730af57839..b024f333aa4ae80e22158b59c3fbf7ef9f0685f7 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Paul Michali, Cisco Systems, Inc.
 
 import abc
 import collections
index e82ef525782641511a63883fc9e3c2838e0cb899..9353d6c571130c73e7a1459b6ee3cabe7e9aa238 100644 (file)
@@ -13,8 +13,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Swaminathan Vasudevan, Hewlett-Packard
 
 from neutron.db.vpn import vpn_db
 from neutron.openstack.common import log as logging
index e98fb820814ab66ce310e176c505bcc4b6de9aac..f29bec5fe34cf35b41327d8599f638a1c1dbeb5c 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Paul Michali, Cisco Systems, Inc.
 
 from oslo.db import exception as db_exc
 import sqlalchemy as sa
index f78b8bdc1ea18c3850482da490bbab74a68a86e6..e5e2198c236fd157c93ca644051ffd414b26973f 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Paul Michali, Cisco Systems, Inc.
 
 import netaddr
 from netaddr import core as net_exc
index 2f80e42412d00369b542b840bf74ea5ed73a1e2a..1b9158b72f2a4fe4ae56d21e996f783b4dbdb5d0 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Akihiro Motoki, NEC Corporation
 
 
 """setup_mock_calls and verify_mock_calls are convenient methods
index 33e4a0b6193e8bd08d2e4f22b1f6043aad60fc0f..4f72f58664f54a5fc7bc31708944be480d664dfa 100644 (file)
@@ -12,9 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Akihiro Motoki, NEC Corporation
-#
 
 import contextlib
 import httplib
index dfcd6826c3ef96fdf6739e90b17e69fb3d44f91e..6c6bb5a650c370ba2965602c5c0fff4e1e8813c3 100644 (file)
@@ -11,9 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kevin Benton, <kevin.benton@bigswitch.com>
-#
 
 from neutron.openstack.common import jsonutils
 from neutron.openstack.common import log as logging
index 8ff48d044bdf50cd38964b10207b3c8d21488693..a164b3da60f208f4e388a470ee436976da533bda 100644 (file)
@@ -13,8 +13,6 @@
 # implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# @author Kevin Benton
 
 import contextlib
 import mock
index 4c961df7df62d490a2deedb522d44247ceab76c0..f7d9009ed5c29cf6c662f9c718ac631f5e0a6a99 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kevin Benton, Big Switch Networks
 
 import contextlib
 
index a2365adda4e9c89a0217bcef15de55d9dcb56690..bb2452a7ec438a714340e6cc51f8ad2ab548a194 100644 (file)
@@ -13,8 +13,6 @@
 #    under the License.
 #
 # Adapted from neutron.tests.unit.test_l3_plugin
-# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com
-#
 
 import contextlib
 import copy
index b30ca83479f438f019f577fce31cb7ccb1ccc89e..43723fe8f988697f7f1f659a996f8a2d8bc5c758 100644 (file)
@@ -11,9 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kevin Benton, kevin.benton@bigswitch.com
-#
 import contextlib
 import httplib
 import socket
index 551f9cc53a27ee93c5aedf14607d74406ea7b159..6a30744236ff249c1ecd35104c45227f5798e510 100644 (file)
@@ -11,9 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kevin Benton, kevin.benton@bigswitch.com
-#
 import contextlib
 import os
 
index 740a73081485b5dfb8ada0d9f5d1abc6d39a0d8c..48c7b4866e31b704da9d4580566d41ed8aa9746f 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Hareesh Puthalath, Cisco Systems, Inc.
 
 import mock
 from oslo.config import cfg
@@ -138,4 +136,4 @@ class TestCiscoCfgAgentWIthStateReporting(base.BaseTestCase):
         agent = cfg_agent.CiscoCfgAgentWithStateReport(HOSTNAME, self.conf)
         agent.heartbeat = mock.Mock()
         agent.send_agent_report(None, None)
-        self.assertTrue(agent.heartbeat.stop.called)
\ No newline at end of file
+        self.assertTrue(agent.heartbeat.stop.called)
index c93b2d45b01aab8862c8560eeae95809934ffcd1..3713083747a5f6b7daabc68a416bd13d6d06a631 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Hareesh Puthalath, Cisco Systems, Inc.
 
 import sys
 
index d296ddf67312e7fe71f66dd48a2b01ba70538eb4..49b1babc865a98917efb994ed86b737c60e607a9 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Hareesh Puthalath, Cisco Systems, Inc.
 import sys
 
 import datetime
@@ -190,4 +188,4 @@ class TestHostingDevice(base.BaseTestCase):
         expected = {'reachable': [],
                     'dead': [hd_id]}
         self.assertEqual(expected,
-                         self.status.check_backlogged_hosting_devices())
\ No newline at end of file
+                         self.status.check_backlogged_hosting_devices())
index 38a6840aa79dbc232c5cb8e63c152fd4ea8bf3da..dff1d5cd78e3d0f939ccf16561d478d88adf17e7 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Hareesh Puthalath, Cisco Systems, Inc.
 
 import copy
 import mock
index 1921e56acbb3cbb58caad9c290586a25a87b1b24..974da4e7ff2d95e90e48993b60c9db77d64ee0b4 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Bob Melander, Cisco Systems, Inc.
 
 import mock
 from novaclient import exceptions as nova_exc
index c0547b8f2878f042ae7bf9cdeae77f832cddaf96..f30b60f24bd8129ef506c3f13e8bd2657d0dbca1 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Bob Melander, Cisco Systems, Inc.
 
 import mock
 from oslo.config import cfg
index cf7a1ceaa8443b9288c55b07e6542ffda59a3b19..73c4997f21d505b366bfe874321318daa1645760 100644 (file)
@@ -11,6 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Abhishek Raut, Cisco Systems, Inc.
-#
index 799a8f0ccf6388b2bb35a338e950b358df1a4078..1a4db29f4a14cfef5460a84c53bcce6dd72c9dd4 100755 (executable)
@@ -11,9 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Abhishek Raut, Cisco Systems Inc.
-# @author: Sourabh Patwardhan, Cisco Systems Inc.
 
 from neutron.openstack.common import log as logging
 from neutron.plugins.cisco.common import cisco_exceptions as c_exc
index 68cae5bfebdbc39109cefc298b2031ea6749ddea..434250e2a9d9e24083a4d38dfc883936e58ec4ed 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Juergen Brendel, Cisco Systems Inc.
-# @author: Abhishek Raut, Cisco Systems Inc.
-# @author: Rudrajit Tapadar, Cisco Systems Inc.
 
 from six import moves
 from sqlalchemy.orm import exc as s_exc
index 66a68b5a2db586d023123b0b180705f9589d322b..e412dfc7e68d86dc0e3f8fbf598d00edf06f9a07 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Juergen Brendel, Cisco Systems Inc.
-# @author: Abhishek Raut, Cisco Systems Inc.
-# @author: Sourabh Patwardhan, Cisco Systems Inc.
-# @author: Marga Millet, Cisco Systems Inc.
 
 import mock
 import webob.exc
index 0424c8721fefcbbe873cb1afc14af8d438695ed6..66b052a5a04b15aa6957fc8e0d0ad7805eb9a2b1 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Rohit Agarwalla, Cisco Systems, Inc.
 
 """stubs.py provides interface methods for the database test cases"""
 
index f070caf1a2d56f1d4a5113febf06b495a65487a2..59d718030e926888efccac61b30db2a6a3196b03 100644 (file)
@@ -12,8 +12,6 @@
 #  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #  License for the specific language governing permissions and limitations
 #  under the License.
-#
-# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc.
 
 from oslo.config import cfg
 
index 82a447213014b032d3a5e37931c502c5da27a3f0..bc20be2a0cb257a3404bdf254111e1fcc70a4acb 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index 8a217f544ce13af17bca55445d88cacbbe1515d0..1e1ca985bcfcbc1b23cea96037f3f6d297dbcf10 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index a7dfa40bfdb8683b33778a7dc0825068f29e3a2a..b6c9ed83f813df61c11fa55a8f6c01ceb39adfa3 100644 (file)
@@ -12,8 +12,6 @@
 # implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# @author: Sergio Cazzolato, Intel
 
 from neutron.common import exceptions
 from neutron import context
index 17b786d17bfdd7362b872d710b0a9f30666ce70a..f560154933f16406b305f89f504df0807a28fcd4 100644 (file)
@@ -12,4 +12,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Swaminathan Vasudevan, Hewlett-Packard.
index e4ecd45bd2e66e74de01cffb101c0e2a4d048e03..979240ed157e116fd69230c039ac157b979a3e38 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Swaminathan Vasudevan, Hewlett-Packard.
 
 import contextlib
 import os
index ca8f26b15f66221033fb2778e807918bd8464ffa..5627edf2c91127b1e559bd25ee85327af15968a3 100644 (file)
@@ -12,5 +12,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author:  Ivar Lazzaro, Embrane, Inc.
index 49f6dde8bfbf59c560bef28e28f6e30cdbcc5a40..3f37e7c41a09068cd70b009781c59e75a08310f7 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author:  Ivar Lazzaro, Embrane, Inc.
 
 from oslo.config import cfg
 
index cd4dc615022d0059fd238fe1935cd6bea52c0804..849096fc59bbe12f64c934c7a22d5615645bd0e5 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author:  Ivar Lazzaro, Embrane, Inc.
 
 from oslo.config import cfg
 
index 111a0a8e1acac225d7ee33544706e286db3d2a2b..2979a0e82b9baea6afd242bbae270e7ad82327bc 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author:  Ivar Lazzaro, Embrane, Inc.
 import sys
 
 import mock
index d01cc74665e1d07b07f0671dcc0d46f33a5fbda9..6754bffa0e487d5a74e98f910e9502307a52e2ce 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kaiwei Fan, VMware, Inc
 
 from neutron.api import extensions
 
index a11ddf78a2df994114b788d9bbabe8296be12255..22814fc80b59ecb98fb1dd8994483cc482733f40 100644 (file)
@@ -12,9 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kaiwei Fan, VMware, Inc
-#
 
 import abc
 
index bcbe6ba0e948e5ccc77f320704ff4e68fd0722f8..e0e41ce5589317b993ef437b82617adf4e4a5f7d 100644 (file)
@@ -12,7 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Claudiu Belu, Cloudbase Solutions Srl
 
 """
 Unit tests for the Hyper-V Security Groups Driver.
index 81eb64c521f20eca0b56730c1e178199b9ec716b..aa4ad94ea62dc07940dac2ad3436fbe43868f49d 100644 (file)
@@ -12,7 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Claudiu Belu, Cloudbase Solutions Srl
 
 """
 Unit tests for the Hyper-V utils factory.
index 2a7c54bc8bd6b7d5b0841a3542f158289f8ee033..332f45daed56883919a0e8577a50ccf76565ff74 100644 (file)
@@ -12,7 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Alessandro Pilotti, Cloudbase Solutions Srl
 
 """
 Unit tests for the Hyper-V utils V2.
index 085ec936d184b9b469124842256d4cf5f9a98ddc..c1c9f95ed753262c7789b88e5d4434450ab9c63d 100644 (file)
@@ -13,9 +13,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mohammad Banikazemi, IBM Corp
-
 
 import contextlib
 
index f1f8d60b8b5fba1c103c6ca2b60764ef23551cc6..cfde1b5855439826451f8da533574e3208563353 100644 (file)
@@ -13,8 +13,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mohammad Banikazemi, IBM Corp
 
 
 import mock
index 4e4c967ccdf6b5d4fad0ac667114db182e2f0ee3..3edb461723a4883941e01ad9bf1acf07ef4b1242 100644 (file)
@@ -13,8 +13,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mohammad Banikazemi, IBM Corp
 
 
 import contextlib
index 0e6935e5fcbce14624b9a1aed7f10c79f48aade4..c4022955fd9fd2a5b296419ada29610d5777c143 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ryu Ishimoto, Midokura Japan KK
 
 import mock
 import uuid
index 67085f94290082a55fa3c812d8b7e190ab021d9a..57544d908c7af31a478d4aca157036ea0bffdce4 100644 (file)
@@ -13,8 +13,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Rossella Sblendido, Midokura Japan KK
 
 import mock
 
index 588903aab9acab9e43bb4e00222b355d48bf1982..9f456a870910ad6042c374ec269df4bb28716742 100644 (file)
@@ -13,9 +13,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ryu Ishimoto, Midokura Japan KK
-# @author: Tomoe Sugihara, Midokura Japan KK
 import sys
 
 import mock
index 5129fef063a7051d1f264c9a286d2c92accace2e..6a2478295d1e4db3a452aa6993f96b9736455fe1 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Rossella Sblendido, Midokura Europe SARL
-# @author: Ryu Ishimoto, Midokura Japan KK
-# @author: Tomoe Sugihara, Midokura Japan KK
 
 import mock
 import os
index 7b0649e2f48f48a2ad7c15d5dd4725de1db3fc29..b2a2989b644c511e0073986378ce402a8596d8d1 100644 (file)
@@ -12,9 +12,6 @@
 # implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# @author: Sukhdev Kapur, Arista Networks, Inc.
-#
 
 
 import mock
index ac7e008f65cbc81f3566d7cc6f7f2fb4eb2e8b66..d2da4ed24b81718ff7ef03035e1e57326ede938b 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Henry Gessau, Cisco Systems
 
 import contextlib
 import requests
index 33cc3ce2236014e9dc1b88f5a8bb2b1c5956043e..7c41361bf3459a97336cf1c8302cdcb3e56ba925 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Henry Gessau, Cisco Systems
 
 import sys
 
index 88fcf7e6d0443f880cb92d6edafcfab39d2f974f..3780e57de21328ff4066d58b98266e2800dd770b 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro (ivarlazzaro@gmail.com), Cisco Systems, Inc.
 
 import sys
 
@@ -76,4 +74,4 @@ class TestCiscoApicSync(base.BaseTestCase):
                                                     'network_id': 'net',
                                                     'device_id': 'dev'}]
         sync.sync_router()
-        self.driver.add_router_interface_postcommit.assert_called_once()
\ No newline at end of file
+        self.driver.add_router_interface_postcommit.assert_called_once()
index 5c1a10a9c1a07e2ebd553e9d2c4fb74c33f328ec..895d3cdfa45b74baea7738ab8df6661188acf1ad 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ivar Lazzaro (ivarlazzaro@gmail.com), Cisco Systems, Inc.
 
 import sys
 
@@ -205,4 +203,4 @@ class TestCiscoApicTopologyAgent(base.BaseTestCase,
                                    return_value=peers):
                 self.agent._check_for_new_peers(context)
                 self.agent.service_agent.update_link.assert_called_with(
-                    context, *expected)
\ No newline at end of file
+                    context, *expected)
index c589520f7b7a6c387c2118eb807d51ca13b8ae35..d89027078f7b7ffc768be7a10079c0aa053030a8 100644 (file)
@@ -11,9 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc.
-
 
 from neutron.plugins.ml2 import config as ml2_config
 from neutron.tests.unit.ml2 import test_ml2_plugin
index d70216b744ec32e3924be278c90baf7f28241710..cfe76d3a5761f5c6a2264fddeafb7c0aa55a08d0 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sylvain Afchain, eNovance SAS
-# @author: Francois Eleouet, Orange
-# @author: Mathieu Rohon, Orange
 
 import mock
 
index d39e5973f7bd62f0f98402e73d3c53325bcd2c14..244f7e0299c87e7b79068bd8dc4e3c4048dc72da 100644 (file)
@@ -13,8 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# @author: Trinath Somanchi, Freescale, Inc.
-
 import mock
 from oslo.config import cfg
 
index e743c3457931778beec4df63a8978b2833e3b6a6..3679f9f1fd0b38b48e304a7ccfb2ca3920b562ba 100644 (file)
@@ -12,7 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Kyle Mestery, Cisco Systems, Inc.
 
 import mock
 import requests
index a2f1274576ae85e67521c0e835b87664c6763240..f62d328eadfd844c5d9f88ad1facebabab471b82 100644 (file)
@@ -12,7 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Kyle Mestery, Cisco Systems, Inc.
 
 import mock
 from six import moves
index e4800043a655001f33ccf9b3270306997bf52c7a..da28f8735f38772160215c966231da2529925659 100644 (file)
@@ -11,7 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Ryota MIBU
 
 import netaddr
 
index 5bc25394fe377ee9c1e74b5e7fb7b3ced87deb84..6df371a2f02ac1e941250413c2e3a8a6b87493dd 100644 (file)
@@ -11,7 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Ryota MIBU
 
 from neutron.plugins.nec.common import config
 from neutron.tests import base
index 69927d99c27f453f2833d1b57b5e9b89562b9d48..8f6414212b43c5ccd808815d43f4f57f3261d4dd 100644 (file)
@@ -11,7 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Ryota MIBU
 
 import contextlib
 import random
index 5754b6477e446a2577df90664dff2d5b2c042914..56621a04c0b0b13ebc0e2ba11cbe296ce0a21c90 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Akihiro Motoki
 
 import mock
 from oslo.config import cfg
index 13d71d766e1331aa7c130c84b669ec9e7c3b82b2..24fa8de7705d41a80aa659dbc8dd8ec3edef5b3e 100644 (file)
@@ -11,7 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Ryota MIBU
 
 import mock
 
index a2b3939d335e707d520d001cafb9d6a14cf8ef3f..c7516d5cb8a8cde906b2fa6225ba2ab1d607aef6 100644 (file)
@@ -11,7 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Ryota MIBU
 
 import random
 import string
index 0c57f69b441716daecf42baf97bab98250bfa21f..9dc61ed54c3f17d366e266be39edc5e12ba8f752 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Akihiro Motoki, NEC Corporation
 
 from oslo.config import cfg
 from testtools import matchers
index 635b4a43bd914ababe8568de2140af521f6a00ac..2d095fb00566697449f81e85dfbe6ba8f1c8d891 100644 (file)
@@ -11,7 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Ryota MIBU
 
 import random
 
index 37995ba3247b0c92d69a2fd8714e90f26332bd56..463f16438d67ef250270f839c3c20f17f3ef56d9 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ronak Shah, Aniket Dandekar, Nuage Networks, Alcatel-Lucent USA Inc.
 
 from neutron.openstack.common import uuidutils
 
index bf51bc40a051c8d972fcbaccd54a8fcc0f309636..6dc6b31bfd32b7fd5f9bb0d94be3479bc189c4b7 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc.
 
 import contextlib
 import uuid
index b3b755fa3dcb76317bb1181c0a610a7bb3c973b5..b3d1d22c70ffd770d0ce41368e222c7e9506284f 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Ronak Shah, Aniket Dandekar, Nuage Networks, Alcatel-Lucent USA Inc.
 
 
 import contextlib
index e72d235f6aaa08ec9fbbb6d2a73ff9354309434a..1c2b7e0b08d6ae42b877f6e8ad11f555c397a023 100644 (file)
@@ -12,7 +12,6 @@
 #    License for the specific language governing permissions and limitations
 #    under the License.
 #
-# @author: Sayaji Patil, Nuage Networks, Alcatel-Lucent USA Inc.
 
 import contextlib
 
@@ -340,4 +339,4 @@ class TestSecurityGroupSync(test_sg.TestSecurityGroups):
         sg_dict = {'security': {'secgrouprule':
                                 {'l2domain': {'add': [_uuid()]},
                                  'domain': {'add': [_uuid()]}}}}
-        self.syncmanager.sync_secgrp_rules(sg_dict)
\ No newline at end of file
+        self.syncmanager.sync_secgrp_rules(sg_dict)
index d034755fbd416f025329d860a4d79510caae8fb5..193f1b42990e80c2193613662998b5efe767497b 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kedar Kulkarni, One Convergence, Inc.
 
 import contextlib
 import time
index d513591d15aa37c04c063f78a9b1bc2948d5edc7..7f7f28fbd92ed122778bd8a413ad17a0c876f45c 100644 (file)
@@ -11,8 +11,7 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kedar Kulkarni, One Convergence, Inc.
+
 import mock
 import requests
 
index 495a30b99d4e87a3da29bc5923bfd9e5b844c528..f3be849973804d6c744e7d9d98badcae710e85c6 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Kedar Kulkarni, One Convergence, Inc.
 
 import uuid
 
index c166c35296c6728deb9c777b18c003fa670bd43f..f34feeeec9618fe2b40c027d8e73882517da658b 100644 (file)
@@ -11,5 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc.
index 7a1a6a7a00e3bfb342a4795048f081625429bce0..ff275205b1016329deccf5e62df8bef892ebbe80 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc.
 
 """
 Test cases for  Neutron PLUMgrid Plug-in
index 44391ce44e67fe1570e2c707d23249dec6c177b5..69bb9f63237d28bb4c0ddc4e7c5bdd7295d2fd77 100644 (file)
@@ -11,5 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
index 81fa211e0632d44ce05198458b76cd6a33fb6174..57edddcb45f7a66022575b1bf09ad9b6513c1aed 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc.
-# @author: Sridar Kandaswamy, skandasw@cisco.com, Cisco Systems, Inc.
-# @author: Dan Florea, dflorea@cisco.com, Cisco Systems, Inc.
 
 import contextlib
 import uuid
index d0525a65a1a0690b740a59bd0b01e3b05c8b5af6..e2891d328cfb1daee0904aa8137bb648f0499841 100644 (file)
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc.
-# @author: Sridar Kandaswamy, skandasw@cisco.com, Cisco Systems, Inc.
-# @author: Dan Florea, dflorea@cisco.com, Cisco Systems, Inc.
 
 import contextlib
 import mock
index 113e4c0964ce6be19da3e5220edb8dc5775d8398..bb08e327796798711e1f7ee8a94fcaade425a70f 100644 (file)
@@ -12,9 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Gary Duan, vArmour Networks Inc.
-#
 
 
 import mock
index 29f532220bba82dc5b4be8b22e20db2313005a48..f865818c0ca7e81d4c2fe08225b5694d1d1d8024 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Rajesh Mohan, Rajesh_Mohan3@Dell.com, DELL Inc.
 
 import mock
 from oslo.config import cfg
index 0b5121afe900288b87f5eded9452bb7e77cb1721..5f8d6bf088e739cdac2f5fc3d26c1e965648819c 100644 (file)
@@ -12,9 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Gary Duan, vArmour Networks Inc.
-#
 
 
 import mock
index 1d7e7817a056af8df6b96d0f5f674946be190756..f1278a8924aedeca6a7a864c4148c47d3187a6cf 100644 (file)
@@ -12,8 +12,6 @@
 #  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #  License for the specific language governing permissions and limitations
 #  under the License.
-#
-# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc.
 
 
 import contextlib
index bc52fa9ea083d94c23824695fd7c346a7c89be77..79fb88d4e9590bd3935c2d17bbecd84ddbdd7f9e 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Arvind Somya (asomya@cisco.com), Cisco Systems
 
 import sys
 
index 44391ce44e67fe1570e2c707d23249dec6c177b5..69bb9f63237d28bb4c0ddc4e7c5bdd7295d2fd77 100644 (file)
@@ -11,5 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
index d8dd60513e2c8e6e78c9371eb4d812bb37b1d379..ae1afe34193c083908eeb6faaa1f2a70d31601f3 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
 
 import contextlib
 import mock
index 25c9b476470b9a7886caff3c8cc8ef2a790e0d06..4e28429026f61aa08a5f4e126f2a72d99c091161 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
 
 import contextlib
 
index 988ed1f804f6da062084cf092a2532b62db9eb47..3d212a96576fb7fafba391ebe9a6a6666e7c70ec 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
 
 import mock
 
index 44391ce44e67fe1570e2c707d23249dec6c177b5..69bb9f63237d28bb4c0ddc4e7c5bdd7295d2fd77 100644 (file)
@@ -11,5 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
index 2402b18dc7fee388dadac85566c4a27c1de5b66b..d061adc264b39e6bc91d1425427ea32510bcb75c 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author:  Ivar Lazzaro, Embrane, Inc.
 
 from oslo.config import cfg
 
index 85a35fb46627b25c89b35e678aac33e21be5e373..00771d72a51b09d757a7a2256197da0dde120394 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author:  Ivar Lazzaro, Embrane, Inc. ivar@embrane.com
 
 import sys
 
index 44391ce44e67fe1570e2c707d23249dec6c177b5..69bb9f63237d28bb4c0ddc4e7c5bdd7295d2fd77 100644 (file)
@@ -11,5 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
index 82104e6540dc216e4f13cf6e96edbb9e4694241f..1e38822afe320fc503ed755d156a73dfba3fa79e 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Oleg Bondarev (obondarev@mirantis.com)
 
 import contextlib
 
index 8649e03b6d6e58c4138ef7e759f8a233bdf6c472..45acdf5ee6701c56e7343fa139058fff26c472e8 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
 
 import contextlib
 
index e708e47db5c5e36a371b6bbe979de582c339e59c..817d20e75278e0654c4b31f4803473a11660d554 100644 (file)
@@ -11,5 +11,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Avishay Balderman, Radware
index 027de00b48ae74b1fce2b4f5210ee25680934bf9..3bf18297da732c7954e89882123f32af48132356 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Avishay Balderman, Radware
 
 import re
 
index 72eb78bbd5fd23400597a80c7271384cf1beb09c..812719e4ac344a657e12b8248ab0b19b402b1376 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
 
 import contextlib
 
index 82a447213014b032d3a5e37931c502c5da27a3f0..bc20be2a0cb257a3404bdf254111e1fcc70a4acb 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index 82a447213014b032d3a5e37931c502c5da27a3f0..bc20be2a0cb257a3404bdf254111e1fcc70a4acb 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index 160a01bf613730ad575268866015e1e76739149e..57a833b99d35e21c62046c2f12126decebabcd3d 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index 356b24b2629501b7b357b31ab3851cf75deddc0a..aee7f2c0c198cda060b97a8f7b6c65ace9ad6874 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index 519fb8ffa2778b97851d08bb959c4f49aaa5b86b..c2eaad5af29d2172642571b8c0c46d4f0dd6c5ab 100644 (file)
@@ -1,7 +1,5 @@
 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #
-# Author: Sylvain Afchain <sylvain.afchain@enovance.com>
-#
 # 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
index 17b786d17bfdd7362b872d710b0a9f30666ce70a..f560154933f16406b305f89f504df0807a28fcd4 100644 (file)
@@ -12,4 +12,3 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-# @author: Swaminathan Vasudevan, Hewlett-Packard.
index a63ebe5a168bf6606ec2d51790e72af1093b56d8..93a126bfdacd0c0b228d3e89d277c931940f5b9a 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Paul Michali, Cisco Systems, Inc.
 
 """Mock REST requests to Cisco Cloud Services Router."""
 
index 44d92a1c4c68d790d5b6b737e491caad1e48890f..a89abe9445c34aba712f53709922abf86d75d139 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Paul Michali, Cisco Systems, Inc.
 
 #TODO(pcm): Rename this file to remove the "no" prefix, once httmock is
 # approved and added to requirements.txt
index ecfbc90fff15a67ed71aa106e2d75e1a0159c54f..f08364894ca5b624c40ef60550d5f68dda858098 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Paul Michali, Cisco Systems, Inc.
 
 import copy
 import httplib
index 9f9f1348fa52bccd6e15fe869b4911bd6e76ffeb..37e5fd54646bdbc589e1197c83b029261865c64c 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Paul Michali, Cisco Systems, Inc.
 
 """Test module for interim implementation - to be removed later.
 
index 31a55d412c246b781deef76e65b63011de3cd4f7..1053061d9624f505463962bbd212460bc3d1bd17 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Swaminathan Vasudevan, Hewlett-Packard.
 
 import copy
 
index 92a360097023434c0ea2354d635e19849938dfda..5ccf4891c3c3262ea02285192b42c3d13556c5a6 100644 (file)
@@ -12,9 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Zhongyue Luo, Intel Corporation.
-#
 
 from testtools import matchers
 from webob import exc
index b754c2b139a3f011e21dd4197108245c6eeb13ad..a0047c029467e3d5e1e166a55535ed642caa3a5e 100644 (file)
@@ -15,8 +15,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Isaku Yamahata, Intel Corporation.
 
 import uuid
 
index a14c5ce89d6e044cd98833edd6b37baf9e6cc034..91e24de711c77126fe700a332c45f6bcf61bb065 100644 (file)
@@ -12,9 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Zhongyue Luo, Intel Corporation.
-#
 
 import mock
 from webob import exc
index 5d6dd83ee3ebc4c9fd6a14c2e2fc4209c56b664f..4d44853c8e3a927dcb734dae7aa2fba624599754 100644 (file)
@@ -13,8 +13,6 @@
 #    License for the specific language governing permissions and limitations
 #    under the License.
 
-# @author Mark McClain (DreamHost)
-
 import sys
 
 import mock
index 8d0f1e26c9faa0a5e7a64599c112c76e5424f95b..103a7939f638fe72d29bc6457543a6ee4d410a13 100644 (file)
@@ -12,9 +12,6 @@
 # implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-# @author: D.E. Kehn, dekehn@gmail.com
-#
 
 import copy
 import webob.exc
index f185cd1144bd1e4c61c1bff91786f649fa7c7942..27abc0cc6b563ee69b00c378e7ead917720d6010 100644 (file)
@@ -13,8 +13,6 @@
 #  License for the specific language governing permissions and limitations
 #  under the License.
 
-# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc.
-
 import copy
 
 import mock
index 64bc48a9a3f450316a419c5cf54c5dc79027c429..5455e08b409441d2b91b000603bf68407d9061f4 100644 (file)
@@ -12,9 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Salvatore Orlando, VMware
-#
 
 import mock
 from oslo.config import cfg
index d068f920d7aaedbe4fbf37d08d0ebf8580a1adb8..895dbe9101931941c944690bdc8c8e683f2527d0 100644 (file)
@@ -67,3 +67,15 @@ class HackingTestCase(base.BaseTestCase):
                     "json.%s" % method,
                     "./neutron/plugins/openvswitch/agent/xenapi/etc/xapi.d/"
                     "plugins/netwrap"))))
+
+    def test_no_author_tags(self):
+        self.assertIsInstance(checks.no_author_tags("# author: pele"), tuple)
+        self.assertIsInstance(checks.no_author_tags("# @author: pele"), tuple)
+        self.assertIsInstance(checks.no_author_tags("# @Author: pele"), tuple)
+        self.assertIsInstance(checks.no_author_tags("# Author: pele"), tuple)
+        self.assertIsInstance(checks.no_author_tags("# Author pele"), tuple)
+        self.assertIsInstance(checks.no_author_tags(".. moduleauthor:: pele"),
+                              tuple)
+        self.assertEqual(2, checks.no_author_tags("# author: pele")[0])
+        self.assertEqual(2, checks.no_author_tags("# Author: pele")[0])
+        self.assertEqual(3, checks.no_author_tags(".. moduleauthor:: pele")[0])
index cc3abeaebf867993a39a3d9a507de832619f8637..ac0f9ad8c0f51a77068729469749479ae839d472 100644 (file)
@@ -12,8 +12,6 @@
 #    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.
-#
-# @author: Juliano Martinez, Locaweb.
 
 import inspect
 import os
index 7c0319c2b39f8d315e6435aac996f58cf2be8b37..5dc805e32699ebcdfe9eee2a2897bd3fc9e1f588 100644 (file)
@@ -12,9 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Sylvain Afchain, eNovance SAS
-# @author: Emilien Macchi, eNovance SAS
 
 import contextlib
 import datetime
index ab65a2bb295ea710f7f1d2d12f8b38cd198ac87a..f5408961c314b0bdd2ebd06dc7a1664c757e34bd 100644 (file)
@@ -12,8 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
 
 import os
 import sys
index d915a34e719fb2ae411efc4a832136ed72ec4d11..85c24544a24ca27d7c1c233b95da742c8e439b4a 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
 
 import mock
 
index dbb3e12306262d42860e758231b5a46cacccd4b0..f5446e933cadd3b19e804d994fdf2af2bbf40001 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
 
 import contextlib
 import socket
index 314b22ea4ed085ad6294db0dd521b1fcd7769a5a..6f90d335f224aac739c20559f892192471cedf44 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: Mark McClain, DreamHost
 
 import socket
 
index 843983d03da204826f9290033add079e2ab67aeb..ede407efe7365d3ac20c86e116fe0c89233fd3eb 100644 (file)
@@ -12,9 +12,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-#    @author: Salvatore Orlando, VMware
-#
 
 import mock
 from oslo.config import cfg
index 257276407cb3cda482b341443af22b2085bfdd17..459c548d9b54f69de90836e7af0a0062dc65bedc 100644 (file)
@@ -11,8 +11,6 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#
-# @author: linb, VMware
 
 import mock