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