Add missing license headers 62/42362/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 23 Jul 2016 00:35:29 +0000 (20:35 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 23 Jul 2016 00:35:29 +0000 (20:35 -0400)
Change-Id: Ic3d8419557a86eea5322294bbd2aea497827be7d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
bgpmanager/bgpmanager-impl/src/test/java/org/opendaylight/vpnservice/bgpmanager/test/AbstractMockFibManager.java
bgpmanager/bgpmanager-impl/src/test/java/org/opendaylight/vpnservice/bgpmanager/test/BgpManagerTest.java
bgpmanager/bgpmanager-impl/src/test/java/org/opendaylight/vpnservice/bgpmanager/test/MockFibManager.java
fibmanager/fibmanager-impl/src/test/java/org/opendaylight/vpnservice/fibmanager/test/FibManagerTest.java
idmanager/idmanager-impl/src/test/java/org/opendaylight/idmanager/test/IdManagerTest.java
interfacemgr/interfacemgr-impl/src/test/java/org/opendaylight/vpnservice/interfacemgr/test/FlowBasedServicesConfigurationTest.java
interfacemgr/interfacemgr-impl/src/test/java/org/opendaylight/vpnservice/interfacemgr/test/FlowBasedServicesStateConfigurationTest.java
interfacemgr/interfacemgr-impl/src/test/java/org/opendaylight/vpnservice/interfacemgr/test/TopologyStateInterfaceTest.java
natservice/natservice-impl/src/test/java/org/opendaylight/vpnservice/natservice/internal/test/NaptManagerTest.java

index e186e027813cc4a88c44bce5438a519309eeeb8b..65786fa7196a03460ce8edfbbd29edbb001d7a13 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. 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.vpnservice.bgpmanager.test;
 
 import java.util.Collection;
index bcf127d1f004760c74a94047a1d7c3a988bbd4f4..99682c4833c316cde62eef6573453dd45a8d96ed 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. 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.vpnservice.bgpmanager.test;
 
 import java.math.BigInteger;
index fe62595fdc6bc6f205ca781c65de0471644a685e..cfe833abff2700720d91a6cf69f140a97fbb4de2 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. 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.vpnservice.bgpmanager.test;
 
 import java.util.Collection;
index 84487410c313e75acebbe682fd5d9e8f06a4668e..a418d7b822cd0cc3993d3c4130832c463b14478b 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * Copyright (c) 2015 - 2016 Ericsson India Global Services Pvt Ltd. 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
+ * Copyright (c) 2015, 2016 Ericsson India Global Services Pvt Ltd. 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.vpnservice.fibmanager.test;
 
index 1d4744783a1c3789e4b9712fe389adbe7aee0bd3..e78fd7f5fcb589cc6936d1dda1d021a0beeef784 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. 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.idmanager.test;
 
 import static org.junit.Assert.assertEquals;
@@ -449,4 +457,4 @@ public class IdManagerTest {
         childPoolsList.add(childPools);
         return childPoolsList;
     }
-}
\ No newline at end of file
+}
index 6b562ccc4cf4c3f3c0c70d8e011c10da7ef62d16..d7eac4abff4081934c34e48d5df370b8d893d6e6 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2016 Ericsson India Global Services Pvt Ltd. 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.vpnservice.interfacemgr.test;
 
 import com.google.common.base.Optional;
@@ -195,4 +203,4 @@ public class FlowBasedServicesConfigurationTest {
         verify(mockWriteTx).delete(LogicalDatastoreType.CONFIGURATION,flowInstanceId);
     }
 
-}
\ No newline at end of file
+}
index 84efb2277c41e3fd1133acb633b18bc37759c934..b49905da73e332d92089d71546e6a8fcfd7dfdbd 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2016 Ericsson India Global Services Pvt Ltd. 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.vpnservice.interfacemgr.test;
 
 import com.google.common.base.Optional;
index a2b6a9ec35f1bea0ee87b73a1788472323395cfc..6dfe373510c8c8e0764ad1e80fec21129f8b267f 100644 (file)
@@ -1,5 +1,9 @@
-/**
- * Created by eranjsu on 28-Dec-15.
+/*
+ * Copyright (c) 2015, 2016 Ericsson India Global Services Pvt Ltd. 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.vpnservice.interfacemgr.test;
 
@@ -194,7 +198,7 @@ public class TopologyStateInterfaceTest {
         doReturn(Futures.immediateCheckedFuture(expectedInterface)).when(mockReadTx).read(
                 LogicalDatastoreType.OPERATIONAL, interfaceStateIdentifier);
         updateHelper.updateTunnelState(dataBroker, newTerminationPoint, null);
-        
+
         //verify
         InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface> ifStateId =
                 IfmUtil.buildStateInterfaceId(null);
index 89026e1bcc7fd78ca7f4f8918be794ee6ce23858..b6a3488a724d7636fac7c6035ddb425d34ab0988 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Ericsson India Global Services Pvt Ltd. 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.vpnservice.natservice.internal.test;
 
 import static org.junit.Assert.assertEquals;
@@ -169,7 +176,7 @@ public class NaptManagerTest {
             assertEquals("true", "false");
         }
         naptManager.getExternalAddressMapping(5, internalIpPort);
-        PowerMockito.verifyStatic(); */  
+        PowerMockito.verifyStatic(); */
     }
 
     @Test