Fix license header violations in openflowplugin-api 55/25055/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 21:54:18 +0000 (17:54 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 21:54:18 +0000 (17:54 -0400)
Change-Id: If831f8a9c155c9f5fc362ed1d04c663556249adf
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
openflowplugin-api/src/main/java/org/opendaylight/openflowplugin/api/openflow/connection/ConnectionContext.java
openflowplugin-api/src/main/java/org/opendaylight/openflowplugin/api/openflow/device/TranslatorLibrary.java
openflowplugin-api/src/main/java/org/opendaylight/openflowplugin/api/openflow/md/core/session/IMessageDispatchService.java
openflowplugin-api/src/main/java/org/opendaylight/openflowplugin/api/openflow/md/queue/WaterMarkListener.java
openflowplugin-api/src/main/java/org/opendaylight/openflowplugin/api/openflow/md/queue/WaterMarkListenerImpl.java
openflowplugin-api/src/main/java/org/opendaylight/openflowplugin/api/openflow/md/util/OpenflowVersion.java
openflowplugin-api/src/main/java/org/opendaylight/openflowplugin/api/openflow/rpc/RpcManager.java

index 32c7d636866ebd2160b5677f586c646d2199783c..839541d4e3193300d3884edc3ea28dffc290a94c 100644 (file)
@@ -2,7 +2,7 @@
  * 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 License v1.0 which accompanies this distribution,
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 
index 4c83d86bb564efa1a1f02607552796be1f8aed9f..8a380d5f6ed02939a49260304794e4e886be14a3 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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.api.openflow.device;
 
 import org.opendaylight.openflowplugin.api.openflow.md.core.TranslatorKey;
index 0b3d74a6980422bbd8a45588a82f1d387f7ee862..4d8e2bf2593f3f8584bab610e769faceaf4445c6 100644 (file)
@@ -1,10 +1,11 @@
-/**
- * Copyright IBM Corporation, 2013.  All rights reserved.
+/*
+ * Copyright (c) 2013, 2015 IBM Corporation 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.api.openflow.md.core.session;
 
 import java.util.concurrent.Future;
@@ -241,5 +242,5 @@ public interface IMessageDispatchService {
      * @return - the future
      */
     Future<RpcResult<java.lang.Void>> tableMod(TableModInput input, SwitchConnectionDistinguisher cookie);
-    
+
 }
index e2609c3096805466a81b6850b7d3ca0e1e5de508..77da8f0780ce7086c29924fdc4c474628ed9b06a 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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.api.openflow.md.queue;
 
 public interface WaterMarkListener {
index aca21120effe8e472dbc9ec12388c9a9187cf672..d39e7acd0ba9b02da107e7320d122c2fbf0cab16 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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.api.openflow.md.queue;
 
 import com.google.common.base.Preconditions;
index 189ad436d4ee1e5cc8e2c21105578642523bee2f..01c269d11df6b3a3df33935fb39b6c9d5d9c6347 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2014, 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.api.openflow.md.util;
 
 /**
index 0ec67bb022988fed2f857b4ea7e8d50c6a617c30..1ff35e17f6c9df5420dec1644797a5329d1c52af 100644 (file)
@@ -3,7 +3,7 @@
  *
  * 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
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 
 package org.opendaylight.openflowplugin.api.openflow.rpc;