Add missing license headers
[vpnservice.git] / natservice / natservice-impl / src / test / java / org / opendaylight / vpnservice / natservice / internal / test / NaptManagerTest.java
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