Add missing license headers 73/42373/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 23 Jul 2016 02:27:08 +0000 (22:27 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 23 Jul 2016 02:27:08 +0000 (22:27 -0400)
Change-Id: Ia8907b48549f18b627d74c45df38c1bbf2e4d720
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
openflow-protocol-api/src/test/java/org/opendaylight/openflowjava/protocol/api/keys/KeysTest.java
openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/core/connection/OutboundQueueEntryTest.java

index c23d4b3c6a63fb084f29209311755328ec8e023e..d2aefedbf5dd335709be3a13bf5df1a9a72e0449 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 Pantheon Technologies s.r.o. 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.api.keys;
 
 import org.junit.Assert;
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
+}