Fix license header violations in dummyprovider 53/25053/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 18:01:16 +0000 (14:01 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 18:01:16 +0000 (14:01 -0400)
commit64e1f1c29a1bc85ef5daba30c16af6a9cf931e99
tree7aa3c2623a928159bb9e22c16f4423374dbdfedd
parent6ac7350d0fb16e84edeac851ada661dea3c172b0
Fix license header violations in dummyprovider

Change-Id: Ic8cc4f9d877b57e7aaa14ecbf8bcac60752a6f55
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
22 files changed:
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/Activator.java
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/NeutronFirewallDummyProvider.java
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/NeutronFirewallPolicyDummyProvider.java
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/NeutronFirewallRuleDummyProvider.java
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/NeutronFloatingIPDummyProvider.java
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/NeutronLoadBalancerDummyProvider.java
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/NeutronLoadBalancerHealthMonitorDummyProvider.java
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/NeutronLoadBalancerListenerDummyProvider.java
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/NeutronLoadBalancerPoolDummyProvider.java
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/NeutronLoadBalancerPoolMemberDummyProvider.java
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/NeutronMeteringLabelDummyProvider.java
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/NeutronMeteringLabelRuleDummyProvider.java
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/NeutronNetworkDummyProvider.java
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/NeutronPortDummyProvider.java
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/NeutronRouterDummyProvider.java
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/NeutronSecurityGroupDummyProvider.java
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/NeutronSecurityRuleDummyProvider.java
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/NeutronSubnetDummyProvider.java
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/NeutronVPNIKEPolicyDummyProvider.java
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/NeutronVPNIPSECPolicyDummyProvider.java
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/NeutronVPNIPSECSiteConnectionDummyProvider.java
dummyprovider/src/main/java/org/opendaylight/neutron/dummyprovider/NeutronVPNServiceDummyProvider.java