Add missing license headers
[vpnservice.git] / interfacemgr / interfacemgr-impl / src / test / java / org / opendaylight / vpnservice / interfacemgr / test / FlowBasedServicesConfigurationTest.java
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
+}