Fix license header violations in openflowplugin-api
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / md / core / session / IMessageDispatchService.java
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);
-    
+
 }