Add missing license headers 80/42380/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 23 Jul 2016 03:53:20 +0000 (23:53 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 25 Jul 2016 15:26:29 +0000 (15:26 +0000)
Change-Id: I9244a111a539a8a63031c4289ebd5b40761b1d8c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
80 files changed:
domain-extensions/l2-l3/src/test/java/org/opendaylight/groupbasedpolicy/domain_extension/l2_l3/L2L3NetworkDomainAugmentorTest.java
groupbasedpolicy-ise-adapter/src/test/java/org/opendaylight/groupbasedpolicy/gbp_ise_adapter/impl/GbpIseAdapterProviderTest.java
groupbasedpolicy-ise-adapter/src/test/java/org/opendaylight/groupbasedpolicy/gbp_ise_adapter/impl/util/RestClientFactoryTest.java
groupbasedpolicy/src/test/java/org/opendaylight/groupbasedpolicy/base_endpoint/EndpointAugmentorRegistryImplTest.java
groupbasedpolicy/src/test/java/org/opendaylight/groupbasedpolicy/endpoint/EndpointRpcRegistryTest.java
groupbasedpolicy/src/test/java/org/opendaylight/groupbasedpolicy/resolver/EgKeyTest.java
groupbasedpolicy/src/test/java/org/opendaylight/groupbasedpolicy/resolver/EpgKeyDtoTest.java
groupbasedpolicy/src/test/java/org/opendaylight/groupbasedpolicy/resolver/ForwardingResolverTest.java
groupbasedpolicy/src/test/java/org/opendaylight/groupbasedpolicy/resolver/PolicyResolverTest.java
groupbasedpolicy/src/test/java/org/opendaylight/groupbasedpolicy/resolver/PolicyTest.java
groupbasedpolicy/src/test/java/org/opendaylight/groupbasedpolicy/resolver/RuleGroupTest.java
groupbasedpolicy/src/test/java/org/opendaylight/groupbasedpolicy/sf/ClassifierInstanceValidatorTest.java
groupbasedpolicy/src/test/java/org/opendaylight/groupbasedpolicy/sf/SubjectFeatureDefinitionProviderTest.java
groupbasedpolicy/src/test/java/org/opendaylight/groupbasedpolicy/sf/SupportedClassifierDefinitionListenerTest.java
groupbasedpolicy/src/test/java/org/opendaylight/groupbasedpolicy/util/SingletonTaskTest.java
neutron-mapper/src/test/java/org/opendaylight/groupbasedpolicy/neutron/gbp/util/NeutronGbpIidFactoryTest.java
neutron-mapper/src/test/java/org/opendaylight/groupbasedpolicy/neutron/mapper/infrastructure/NetworkClientTest.java
neutron-mapper/src/test/java/org/opendaylight/groupbasedpolicy/neutron/mapper/infrastructure/NetworkServiceTest.java
neutron-mapper/src/test/java/org/opendaylight/groupbasedpolicy/neutron/mapper/mapping/rule/NeutronSecurityRuleAwareDataStoreTest.java
neutron-mapper/src/test/java/org/opendaylight/groupbasedpolicy/neutron/mapper/mapping/rule/NeutronSecurityRuleAwareTest.java
neutron-mapper/src/test/java/org/opendaylight/groupbasedpolicy/neutron/mapper/mapping/rule/SecRuleEntityDecoderTest.java
neutron-mapper/src/test/java/org/opendaylight/groupbasedpolicy/neutron/mapper/mapping/rule/SecRuleNameDecoderTest.java
neutron-mapper/src/test/java/org/opendaylight/groupbasedpolicy/neutron/mapper/mapping/rule/SingleClassifierRuleTest.java
neutron-mapper/src/test/java/org/opendaylight/groupbasedpolicy/neutron/mapper/mapping/rule/SingleRuleContractTest.java
neutron-mapper/src/test/java/org/opendaylight/groupbasedpolicy/neutron/mapper/test/ConfigDataStoreReader.java
neutron-mapper/src/test/java/org/opendaylight/groupbasedpolicy/neutron/mapper/test/NeutronEntityFactory.java
neutron-mapper/src/test/java/org/opendaylight/groupbasedpolicy/neutron/mapper/test/NeutronMapperDataBrokerTest.java
neutron-mapper/src/test/java/org/opendaylight/groupbasedpolicy/neutron/mapper/test/PolicyAssert.java
neutron-mapper/src/test/java/org/opendaylight/groupbasedpolicy/neutron/mapper/util/UtilsTest.java
renderers/faas/src/test/java/org/opendaylight/groupbasedpolicy/renderer/faas/FaasContractManagerListenerCovrgTest.java
renderers/faas/src/test/java/org/opendaylight/groupbasedpolicy/renderer/faas/FaasEndpointAugCovrgTest.java
renderers/faas/src/test/java/org/opendaylight/groupbasedpolicy/renderer/faas/FaasEndpointManagerListenerCovrgTest.java
renderers/faas/src/test/java/org/opendaylight/groupbasedpolicy/renderer/faas/FaasIidFactoryTest.java
renderers/faas/src/test/java/org/opendaylight/groupbasedpolicy/renderer/faas/FaasPolicyManagerCovrgTest.java
renderers/faas/src/test/java/org/opendaylight/groupbasedpolicy/renderer/faas/FaasRendererCovrgTest.java
renderers/faas/src/test/java/org/opendaylight/groupbasedpolicy/renderer/faas/FaasSubnetManagerListenerCovrgTest.java
renderers/faas/src/test/java/org/opendaylight/groupbasedpolicy/renderer/faas/FaasTenantManagerListenerCovrgTest.java
renderers/faas/src/test/java/org/opendaylight/groupbasedpolicy/renderer/faas/test/DataChangeListenerTester.java
renderers/ios-xe/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ios_xe_provider/impl/manager/NodeManagerTest.java
renderers/ios-xe/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ios_xe_provider/impl/manager/PolicyManagerImplTest.java
renderers/iovisor/src/test/java/org/opendaylight/groupbasedpolicy/renderer/iovisor/endpoint/EndpointListenerCovrgTest.java
renderers/iovisor/src/test/java/org/opendaylight/groupbasedpolicy/renderer/iovisor/endpoint/IovisorEndpointAugCovrgTest.java
renderers/iovisor/src/test/java/org/opendaylight/groupbasedpolicy/renderer/iovisor/sf/ActionDefinitionListenerTest.java
renderers/iovisor/src/test/java/org/opendaylight/groupbasedpolicy/renderer/iovisor/sf/ClassifierDefinitionListenerTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/MockOfContext.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/endpoint/EndpointManagerListenerTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/mapper/MapperUtilsTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/mapper/destination/DestinationMapperFlowsTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/mapper/destination/DestinationMapperTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/mapper/destination/DestinationMapperUtilsTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/mapper/egressnat/EgressNatMapperFlowsTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/mapper/ingressnat/IngressNatMapperFlowsTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/mapper/portsecurity/PortSecurityFlowsTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/mapper/portsecurity/PortSecurityTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/mapper/source/SourceMapperFlowsTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/mapper/source/SourceMapperTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/sf/ActionDefinitionListenerTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/sf/ClassifierDefinitionListenerTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/sf/ClassifierTestUtils.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/sf/EtherTypeClassifierTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/sf/IpProtoClassifierTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/sf/L4ClassifierTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/statistics/flowcache/FlowCacheBuilderTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/statistics/flowcache/FlowCacheDefinitionBuilderTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/statistics/flowcache/FlowCacheDefinitionTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/statistics/flowcache/FlowCacheFactoryTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/statistics/flowcache/FlowCacheFilterBuilderTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/statistics/flowcache/FlowCacheFilterTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/statistics/flowcache/FlowCacheKeysBuilderTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/statistics/flowcache/FlowCacheKeysTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/statistics/flowcache/FlowCacheTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/statistics/util/IidSflowNameUtilTest.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/test/DataChangeListenerTester.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/test/ParameterValueList.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/test/TestUtils.java
renderers/ofoverlay/src/test/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/test/TransactionMockUtils.java
renderers/vpp/src/test/java/org/opendaylight/groupbasedpolicy/renderer/vpp/DtoFactory.java
renderers/vpp/src/test/java/org/opendaylight/groupbasedpolicy/renderer/vpp/manager/VppManagerDataStoreTest.java
renderers/vpp/src/test/java/org/opendaylight/groupbasedpolicy/renderer/vpp/policy/ForwardingManagerTest.java
renderers/vpp/src/test/java/org/opendaylight/groupbasedpolicy/renderer/vpp/util/VppNodeWriterTest.java

index 0507325d12536354831f6cd1a5f0432245788352..185f8f98ce2cd1b766810f9d9eebdd2fbe5f6f95 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.domain_extension.l2_l3;
 
 import java.util.Arrays;
index 236195dd1a226e30c3308a8d67e33b21baf857af..0b24fe5f882e612c6b5d2d6bf1b65d9d5d4f45dd 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.gbp_ise_adapter.impl;
 
 import static org.powermock.api.mockito.PowerMockito.verifyNew;
@@ -72,4 +79,4 @@ public class GbpIseAdapterProviderTest {
         provider.close();
         Mockito.verify(registration).close();
     }
-}
\ No newline at end of file
+}
index 3a2d69af639a3849cc520b7f62304f3806bd4a75..0e78dc5975cc83b06514e59a52b423691cd7da18 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.gbp_ise_adapter.impl.util;
 
 import com.sun.jersey.api.client.Client;
@@ -39,4 +46,4 @@ public class RestClientFactoryTest {
         final HTTPSProperties httpsProperties = (HTTPSProperties) properties.get(HTTPSProperties.PROPERTY_HTTPS_PROPERTIES);
         Assert.assertTrue(httpsProperties.getHostnameVerifier().verify("xxx", sslSession));
     }
-}
\ No newline at end of file
+}
index 7ad1070eb023370367d6366938225df1c6a6b4d3..99050af64920e8cc0f517e71e83f0d94d4dfed0b 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.base_endpoint;
 
 import static org.mockito.Mockito.mock;
index 42f01758537afac5993695b77f6eab4b615ab82b..fc603d291241b1a57b7110f96650dd0106d7c0ac 100755 (executable)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.endpoint;
 
 import static org.mockito.Matchers.any;
index 812b2d23fd33800a1ff90b6b0180ff230bb79844..eaf04c9a8c2ba02bd0639afb094f29491937f20e 100755 (executable)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.resolver;
 
 import static org.junit.Assert.assertEquals;
index e50ca35a53ac445c5309d107c2bfa25f0f0a2e22..10c392436fc677becf9c6280322fd6eff03720b1 100755 (executable)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.resolver;
 
 import static org.junit.Assert.assertEquals;
index dce8236de26575af80aa1d39ea02bc7949dba86f..b8f09892915087cd18fc57a7930d721fbf0bd991 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.resolver;
 
 import java.util.Arrays;
index 65754a48916592136287954ecf86c166c913a8f6..b0b40c31cc30e61e13f5729bcfff5b6aabfa351c 100755 (executable)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.resolver;
 
 import org.junit.After;
index 48b05c5dd759cb562b167b91bd2a207f8f208122..fa3badee8ce8694fe5f9278b0f534a199daf9fb7 100755 (executable)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.resolver;
 
 import static org.junit.Assert.assertTrue;
index 96f23b098a71af57d59442cc3a0de23ca9b5c6ab..f64cd08c0368523094cbd31d60ef1699c684caca 100755 (executable)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.resolver;
 
 import static org.junit.Assert.assertEquals;
index e91d5cb8c28a04ccf24f096a82a61086b3cb8197..f1b9197172417ae620ac51dac4dd1a3bc4f3f180 100755 (executable)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.sf;
 
 import static org.junit.Assert.assertEquals;
index 4bc483abb88e392e6a5d8879bf2ff856050b930b..5803bc7ff2e6a86a8f8c47654c93622c74a1bb95 100755 (executable)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.sf;
 
 import static org.junit.Assert.assertNotNull;
index 6813988a84ea7c7f45a0cc9bbe9a361031895388..9ccdf292b35799c27db22e137d3ebb4782449996 100755 (executable)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.sf;
 
 import java.util.Collection;
index 0b1af0fa45ec0232fd995fedf87068384b3689d9..67052c20c3385a16e58a1af81d45b13b5a3899c5 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2011, Big Switch Networks, Inc.
+ * Copyright (c) 2011 Big Switch Networks, Inc.
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
index d8ef1d24de44ba026b68429543af3e3e95d36913..33d45860a8f2692fcd93e7b02ce9f71e131d796b 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Intel and others. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.neutron.gbp.util;
 
 import static org.junit.Assert.assertEquals;
index b94caec29ad839f83e98a2a9d1edc14a5d7a188e..b5a87f1c19c373768af7ad093d24c0a634aeb356 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Pantheon Technologies s.r.o. and others. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.neutron.mapper.infrastructure;
 
 import static org.junit.Assert.assertNotNull;
index e5b49e6b0d427c9d6f8bdb9cc734009a7163addb..fc2bb82bab3f15dd0008998ab1c0a201db4583bd 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Pantheon Technologies s.r.o. and others. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.neutron.mapper.infrastructure;
 
 import static org.junit.Assert.assertEquals;
index 3dff4078827b9830aa4095f9be00d8ba69cea49d..a5ee96a3bf84511c3b5a2a14c4244447a64351a5 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.neutron.mapper.mapping.rule;
 
 import static org.junit.Assert.assertTrue;
index 15eab97b9155d06ef141c31cb18713a7d6826e07..b3366fc0b84ac2fd429ac942a770d8ee9d5a59fd 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
+
 package org.opendaylight.groupbasedpolicy.neutron.mapper.mapping.rule;
 
 import static org.junit.Assert.assertEquals;
index 0a50cce19d2d401e3d38892d747f6d4417c22575..4510aee6c4623d195d4397d3a491966a18bbbd50 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Pantheon Technologies s.r.o. and others. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.neutron.mapper.mapping.rule;
 
 import static org.junit.Assert.assertFalse;
index e63f3b3c1036a6e03dcc4738d79011cc16f09758..d78fc4411a4029a0688f4a82c5fe1579c74ce735 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Pantheon Technologies s.r.o. and others. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.neutron.mapper.mapping.rule;
 
 import static org.junit.Assert.assertEquals;
index 17e0f96ca88428518d4dd92f3b130c66f67775ac..ae2eca73b656ffb6cdedd943524a2a436d357f22 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Pantheon Technologies s.r.o. and others. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.neutron.mapper.mapping.rule;
 
 import static org.junit.Assert.assertEquals;
index fca2c195a13968af35786fb5fca94c15ff9064d3..c31cb1f2d32bcc19a13a57a819b30153a9e4b1a7 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Pantheon Technologies s.r.o. and others. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.neutron.mapper.mapping.rule;
 
 import static org.junit.Assert.assertEquals;
index 2f306d3c87cbc7f296d04f43a2f34e4fed39aa40..f3437756b58434bc31b5ce91e6225f134a6399a7 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.neutron.mapper.test;
 
 import org.opendaylight.controller.md.sal.binding.api.DataBroker;
index 69418b0f65abd7e0afa8cedbba499c47d14a4fce..b6d564ef99dc71fe048654fe2f47a8890d89f7b4 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.neutron.mapper.test;
 
 import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid;
index 19f4a126d82967edb64ac8a4c76ca3eda3ed8cb7..01269fe51b90b609231cb3efa5964db38738ba88 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.neutron.mapper.test;
 
 import java.util.Collection;
index af5d9099f773e745b3eaec907a4087da2ce5b236..98dcc7fc1f081d9459ce272944340544fe6a3fa0 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.neutron.mapper.test;
 
 import static org.junit.Assert.assertEquals;
index db6fb2d07187c1e710d01ef3ddc433a4905abcee..d392afb9153a4bd78018acbc54f660ffdf716c31 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.neutron.mapper.util;
 
 import static org.junit.Assert.assertEquals;
index 4e9a5999fa8076d5fe9d90f1f15c3e07b2e2c233..0f44b276ac597beb2c6a9152543f9ca5f44d3674 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.faas;
 
 import static org.mockito.Matchers.any;
index 1c1b6f7fe805edcc85281098e93d645f5eafeaa8..7e6b8bd5b213d88a67dadd324cac0a1bbbfbf392 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.faas;
 
 import static org.mockito.Mockito.mock;
index d7a400e93f693896f31502d2b17e63161f2fa491..5139ebb28c71cb93a8c22a3e3ec69742334f198f 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.faas;
 
 import static org.mockito.Matchers.any;
index c767cc6a34e10eaaf96e12c3e111e7fbf64d3754..706845374c900c0d946a47b3dc6ed37ae598218e 100644 (file)
@@ -1,3 +1,10 @@
+/*\r
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.\r
+ *\r
+ * This program and the accompanying materials are made available under the\r
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+ * and is available at http://www.eclipse.org/legal/epl-v10.html\r
+ */\r
 package org.opendaylight.groupbasedpolicy.renderer.faas;\r
 \r
 import static org.junit.Assert.assertNotNull;\r
index f4eaebe68b32fcd7d0f03c72e16ac44b02e7d87b..52decef321ea256801b709525ab9a0ba6953fd15 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.faas;
 
 import static org.junit.Assert.assertFalse;
index deed39692df216b2360fb7882336ebd2035aa781..0f3f05269264932590ee0923f3cc20c1213d913b 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.faas;
 
 import static org.mockito.Matchers.any;
index 97d1944d85aad62fcae7ff02262aa676e6f71d91..755b10d6f93a14ad30b985011adaf0d9306384ec 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.faas;
 
 import static org.mockito.Matchers.any;
index 03f265511e6a69272d54ac3dce1ed72ac99de3c8..020c700b8426f14b351e80fd334c5dc8eaefc026 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.faas;
 
 import static org.mockito.Matchers.any;
index a732b1e536b044cb0d77f76601b38c45ec80d4db..5961d134e344c42b4b69770ce0797bfe67c93eb6 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.faas.test;
 
 import static org.mockito.Mockito.mock;
index ec9ded6690a892c6b0d3fba2499db1c9e2b816b9..4d69cf0d2b18cbb0f7cc935ff7fd4af0174dc4bb 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.ios_xe_provider.impl.manager;
 
 import com.google.common.base.Optional;
@@ -352,4 +359,4 @@ public class NodeManagerTest extends CustomDataBrokerTest {
     }
 
     private enum Capabilities {None, Partial, Full}
-}
\ No newline at end of file
+}
index c58e86382f299e43372a930e646f6cef69100bae..549ef9e6b33f6efd594cc0a9ae57d141bdff1f0b 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.ios_xe_provider.impl.manager;
 
 import static org.junit.Assert.assertTrue;
@@ -395,4 +402,4 @@ public class PolicyManagerImplTest {
     }
 
 
-}
\ No newline at end of file
+}
index 5438de10d56fc5c8ae7a748203ff3a0405e2bde3..ff20e02c22894a1b5ce8e54862d761c065a55e46 100755 (executable)
@@ -1,3 +1,10 @@
+/*\r
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.\r
+ *\r
+ * This program and the accompanying materials are made available under the\r
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+ * and is available at http://www.eclipse.org/legal/epl-v10.html\r
+ */\r
 package org.opendaylight.groupbasedpolicy.renderer.iovisor.endpoint;\r
 \r
 import static org.mockito.Mockito.mock;\r
index 7cc7169a22ad0e0bb45e9f9d8efefd1ae35b8dff..c44617d739ace0e8203de638a7d08653e5d9874f 100755 (executable)
@@ -1,3 +1,10 @@
+/*\r
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.\r
+ *\r
+ * This program and the accompanying materials are made available under the\r
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+ * and is available at http://www.eclipse.org/legal/epl-v10.html\r
+ */\r
 package org.opendaylight.groupbasedpolicy.renderer.iovisor.endpoint;\r
 \r
 import static org.junit.Assert.assertNotNull;\r
index d418eedf096635bc8256af63b1eff5b2c47f0786..daf72098880303535a956632a2d5af85da0566ac 100755 (executable)
@@ -1,3 +1,10 @@
+/*\r
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.\r
+ *\r
+ * This program and the accompanying materials are made available under the\r
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+ * and is available at http://www.eclipse.org/legal/epl-v10.html\r
+ */\r
 package org.opendaylight.groupbasedpolicy.renderer.iovisor.sf;\r
 \r
 import static org.mockito.Mockito.mock;\r
index eb02ac9d42854d64e7de79f66e583d288a10345c..3dd38c47b8e663689ea76afbdcd70a977efedb3b 100755 (executable)
@@ -1,3 +1,10 @@
+/*\r
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.\r
+ *\r
+ * This program and the accompanying materials are made available under the\r
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+ * and is available at http://www.eclipse.org/legal/epl-v10.html\r
+ */\r
 package org.opendaylight.groupbasedpolicy.renderer.iovisor.sf;\r
 \r
 import static org.mockito.Mockito.mock;\r
index e58ea1089c8975955ae659a24e90b3236db247a0..c243d871a136f868afdead75a35026c0e4fa5981 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay;
 
 import java.util.concurrent.ScheduledExecutorService;
index c7dc70c39fff521ed0352f26ff47c53ba993f5b0..db2ecf1782bf436feb83aa27694bc169baea0fdc 100755 (executable)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Pantheon Technologies s.r.o. and others. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.endpoint;
 
 import static org.mockito.Matchers.any;
index b98428a194638584a2a4e5a9bcb25d1137ba17f1..1f18edee21a3d310d6ce64f33d35d545fb10dde5 100644 (file)
@@ -1,3 +1,10 @@
+/*\r
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.\r
+ *\r
+ * This program and the accompanying materials are made available under the\r
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+ * and is available at http://www.eclipse.org/legal/epl-v10.html\r
+ */\r
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.mapper;\r
 \r
 import com.google.common.base.Preconditions;\r
index b3a2c226ae7533d42c0053e58a79515254dd11de..3ad0a7aaaac1fe24955712c7578363eed456bdd0 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.mapper.destination;
 
 import static org.mockito.Mockito.any;
index 4d4318d3972e340fe3b23713071cfbc587c49c81..107369d47dad2db3d22af8e4f52b5bb00e28979f 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.mapper.destination;
 
 
@@ -489,4 +496,4 @@ public class DestinationMapperTest extends MapperUtilsTest {
                 any(IndexedTenant.class), any(Subnet.class), anySetOf(NodeConnectorId.class), eq(ofWriter));
     }
 
-}
\ No newline at end of file
+}
index b8016ac8fd5e8a5fff205b59e9521be1b888c183..bfb62248e52d86e6082e9bd8ba671991fbfaccd6 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.mapper.destination;
 
 import org.junit.Before;
@@ -326,4 +333,4 @@ public class DestinationMapperUtilsTest extends MapperUtilsTest {
         IndexedTenant result = utils.getIndexedTenant(TENANT_ID);
         assertTrue(result.getTenant().getId().equals(TENANT_ID));
     }
-}
\ No newline at end of file
+}
index 5dd0687326aa2037560df7373d106455bb6f6b20..cbec3017f8bdf9d80b7910ff4f39d35f503a1b04 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.mapper.egressnat;
 
 import org.junit.Before;
index 817ddcf2d17266ccc26a85cd43ee44f238a6d485..63ecd3df8ded20416e144079b07d6923f0a671c4 100755 (executable)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.mapper.ingressnat;
 
 import org.apache.commons.lang3.ArrayUtils;
index 80ec35298c185328d7d86c81b2210eb7ad57202b..b71cda3c3b6db6b6bb7753efe9f6dba62dbc6efe 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.mapper.portsecurity;
 
 import org.junit.Before;
index fa6e4dfb28c1abc729315ea50c8a42aa298f7162..90e6487c5d84c13d9beb370dfaadd246e72fc57b 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.mapper.portsecurity;
 
 import org.junit.Before;
@@ -107,4 +114,4 @@ public class PortSecurityTest extends MapperUtilsTest {
         order.verify(flows, times(1)).allowFromExternalPortFlow(Mockito.anyShort(), Mockito.any(NodeConnectorId.class),
                 Mockito.anyInt(), eq(ofWriter));
     }
-}
\ No newline at end of file
+}
index 358c08678cc15374f6ebb91a1137a5ebe0e4518b..da46f1333c7b3eb47b81839e3fad496b3641c997 100755 (executable)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.mapper.source;
 
 import org.junit.Before;
index 540fe6b85c4516d24120f246db11b91f5805962d..ee1aba9c4bffe5326335aaf09155abea539847d3 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.mapper.source;
 
 import org.junit.Before;
@@ -141,4 +148,4 @@ public class SourceMapperTest extends MapperUtilsTest {
                 Mockito.any(OrdinalFactory.EndpointFwdCtxOrdinals.class), Mockito.any(MacAddress.class),
                 Mockito.any(NodeConnectorId.class), eq(ofWriter));
     }
-}
\ No newline at end of file
+}
index 64c6d10f10028704cc410177cb8ecc3344c8c42b..b9d33229c919ba82a2602de2d808b20cf8a95add 100755 (executable)
@@ -1,3 +1,10 @@
+/*\r
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.\r
+ *\r
+ * This program and the accompanying materials are made available under the\r
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+ * and is available at http://www.eclipse.org/legal/epl-v10.html\r
+ */\r
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.sf;\r
 \r
 import static org.mockito.Matchers.any;\r
index dc4b3870f8cf94c1416dccb9f0481f23a979e806..20f75b21a86b5290a5a3ae8b94ccef20a0fed5e0 100755 (executable)
@@ -1,3 +1,10 @@
+/*\r
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.\r
+ *\r
+ * This program and the accompanying materials are made available under the\r
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+ * and is available at http://www.eclipse.org/legal/epl-v10.html\r
+ */\r
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.sf;\r
 \r
 import static org.mockito.Matchers.any;\r
index 55f5829b994790e83c529b8ae281c30ff25f69a6..dabd4d3115b214b129739bf28ac918dd65aafe1a 100755 (executable)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.sf;
 
 import java.util.Map;
index 30170a9ed6e5356747815812c7ad909c3aefa8fb..30337f64d6ca036074b6ad0fafa70f74797bd047 100755 (executable)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.sf;
 
 import static org.junit.Assert.assertEquals;
index 1259348261581a722fc587c1a251278d5497e45d..6e88d7a488c1c1e57a29c27fd75717808b7fbb93 100755 (executable)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.sf;
 
 import static org.junit.Assert.assertEquals;
index 09936a706ba2f417d2449b082091b0aa51f657c0..e9503f32c2f9b6c99089cf8307dea280461d845e 100755 (executable)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.sf;
 
 import static org.junit.Assert.assertEquals;
index 080116bc0a9e102c8a62ac00fb2fbb9e1500965c..5750241ee890d3a85c3f3c37cbd8e09ce828ee3f 100755 (executable)
@@ -1,3 +1,10 @@
+/*\r
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.\r
+ *\r
+ * This program and the accompanying materials are made available under the\r
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+ * and is available at http://www.eclipse.org/legal/epl-v10.html\r
+ */\r
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.statistics.flowcache;\r
 \r
 import static org.junit.Assert.assertEquals;\r
index a4121b818f4543065768ade98c080bcdfb87de3a..33c7adcf8ad68a882ac12546191a2371da8f11b4 100755 (executable)
@@ -1,3 +1,10 @@
+/*\r
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.\r
+ *\r
+ * This program and the accompanying materials are made available under the\r
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+ * and is available at http://www.eclipse.org/legal/epl-v10.html\r
+ */\r
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.statistics.flowcache;\r
 \r
 import static org.junit.Assert.assertEquals;\r
index dab4a91a18e1b977d1c94ccbce549753d74b30a7..37021c7b6b20fcfda326406a899fa7fdd092e2f3 100755 (executable)
@@ -1,3 +1,10 @@
+/*\r
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.\r
+ *\r
+ * This program and the accompanying materials are made available under the\r
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+ * and is available at http://www.eclipse.org/legal/epl-v10.html\r
+ */\r
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.statistics.flowcache;\r
 \r
 import static org.junit.Assert.assertNotNull;\r
index 4d3ede3f9f81b83633ed0e6e00f6bd2a0d083907..791ea8de57680973cb675ac69cdb2c01b59b6e55 100755 (executable)
@@ -1,3 +1,10 @@
+/*\r
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.\r
+ *\r
+ * This program and the accompanying materials are made available under the\r
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+ * and is available at http://www.eclipse.org/legal/epl-v10.html\r
+ */\r
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.statistics.flowcache;\r
 \r
 import static org.junit.Assert.assertEquals;\r
index 0a2f491b16adbb078914b87e3cb4fea53165f7b2..85a02a323b4a44ee1e3896eb149961c0c5e9001b 100755 (executable)
@@ -1,3 +1,10 @@
+/*\r
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.\r
+ *\r
+ * This program and the accompanying materials are made available under the\r
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+ * and is available at http://www.eclipse.org/legal/epl-v10.html\r
+ */\r
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.statistics.flowcache;\r
 \r
 import static org.junit.Assert.assertEquals;\r
index bf482f45ff492a64398626501a9e6e886e7196f4..059f55006ef4e76f80c258bd5bb252be7344059b 100755 (executable)
@@ -1,3 +1,10 @@
+/*\r
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.\r
+ *\r
+ * This program and the accompanying materials are made available under the\r
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+ * and is available at http://www.eclipse.org/legal/epl-v10.html\r
+ */\r
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.statistics.flowcache;\r
 \r
 import static org.junit.Assert.assertNotNull;\r
index 8232122785ffdbf8c73095bf47d7c273fdb692ef..6227e095229c479be72cfab4ae3cae090a7596fd 100755 (executable)
@@ -1,3 +1,10 @@
+/*\r
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.\r
+ *\r
+ * This program and the accompanying materials are made available under the\r
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+ * and is available at http://www.eclipse.org/legal/epl-v10.html\r
+ */\r
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.statistics.flowcache;\r
 \r
 import static org.junit.Assert.assertEquals;\r
index 4c1daae81de822021dada1399a97b1af6b271773..31e40fc34bb6539eaa4dc79547e541e3cb648e7e 100755 (executable)
@@ -1,3 +1,10 @@
+/*\r
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.\r
+ *\r
+ * This program and the accompanying materials are made available under the\r
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+ * and is available at http://www.eclipse.org/legal/epl-v10.html\r
+ */\r
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.statistics.flowcache;\r
 \r
 import static org.junit.Assert.assertNotNull;\r
index a38db69c69bc77da524b970d6624cf5cd2973183..c8f37abd3666fdcfbb61b6a83948ebe89e0f7338 100755 (executable)
@@ -1,3 +1,10 @@
+/*\r
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.\r
+ *\r
+ * This program and the accompanying materials are made available under the\r
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+ * and is available at http://www.eclipse.org/legal/epl-v10.html\r
+ */\r
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.statistics.flowcache;\r
 \r
 import static org.junit.Assert.assertEquals;\r
index 37cd5c7816c9e4ac3823604bc5e140da9f1ff3a8..a493f470c08084164a5f489987de6aba9cce17b5 100755 (executable)
@@ -1,3 +1,10 @@
+/*\r
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.\r
+ *\r
+ * This program and the accompanying materials are made available under the\r
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+ * and is available at http://www.eclipse.org/legal/epl-v10.html\r
+ */\r
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.statistics.util;\r
 \r
 import static org.junit.Assert.assertEquals;\r
index 9a79e8d051baba0bf3f3f67757e3811ba4dbeef6..66216408f7a3a67db41104f2fb28da3716e10b51 100755 (executable)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.test;
 
 import static org.mockito.Mockito.mock;
index f1a44acc57e9bcb22b2329640551daed6f0d0ca9..9b1604ed531b6518436c752ad2170a3f3e9ca2b7 100755 (executable)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.test;
 
 import java.util.ArrayList;
index 9c68d466df3b9cc332dd38792869e08cc5ac101f..36db453b034585324463f2a64fa04fe87d46a528 100755 (executable)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.test;
 
 import java.util.ArrayList;
index 96c774494b728d44e8cff3f728728b6434fba075..d00d44ccd6a2464055bbf603cc1a79eaa80e1963 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.test;
 
 import static org.mockito.Mockito.mock;
index 295ee253a251ae9e7277850daaa41d63c75abc86..1269b87803324042c9beb0c2e682d039ab3185f6 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.vpp;
 
 import java.util.Arrays;
index 298a2596cc893ec1409a8d9501a03f00cef811a5..e320879c54e4b0769742670b5d53b5bed0a9006f 100644 (file)
@@ -1,4 +1,10 @@
-
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.vpp.manager;
 
 import java.util.ArrayList;
index 04a8de7a8139fcd572370caa317f29bdfcf066a0..c341e6aea685a845cf09250488c6bdbb17f96618 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.vpp.policy;
 
 import java.util.Arrays;
index 911d2c5ed4bcde92d0e1405c3cfcfeead1e573e3..72ea1dabe2a271e930d4bacfae22f64b0a270849 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.groupbasedpolicy.renderer.vpp.util;
 
 import com.google.common.util.concurrent.Futures;