Add missing license headers
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / core / connection / OutboundQueueEntryTest.java
index 7e0c71f705dc1c6b149e18998e5aec53527aeaf3..08c98c415d2dd879899f6632ba47b1022f2d74c1 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.openflowjava.protocol.impl.core.connection;
 
 import com.google.common.util.concurrent.FutureCallback;
@@ -137,4 +144,4 @@ public class OutboundQueueEntryTest {
         Assert.assertTrue(this.failCounter == 1);
     }
 
-}
\ No newline at end of file
+}