Add missing license headers
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / services / EchoServiceTest.java
index 3e453b7bad52c3b33f567265107e36f5842b2158..a1fa78ea3269d298ac85606ee8b05d029dce039b 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.openflowplugin.impl.services;
 
 import static org.junit.Assert.assertArrayEquals;
@@ -40,4 +47,4 @@ public class EchoServiceTest extends ServiceMocking {
         assertArrayEquals(DUMMY_DATA, data);
         assertEquals(OFConstants.OFP_VERSION_1_3, request.getVersion().shortValue());
     }
-}
\ No newline at end of file
+}