Add missing license headers
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / connection / OutboundQueueProviderImplTest.java
index ef5aa3063f41edbf41b909fead6f7d6cbd97771a..dc39cdff39823782eef201b0f8c672a5eabfcf3d 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.connection;
 
 import static org.mockito.Mockito.mock;
@@ -37,4 +44,4 @@ public class OutboundQueueProviderImplTest extends TestCase {
         assertEquals((short)OFConstants.OFP_VERSION_1_3, (short)barrierRequest.getVersion());
         assertEquals(DUMMY_XID, barrierRequest.getXid());
     }
-}
\ No newline at end of file
+}