Added Yang code generation for Multipart messages
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / connection / SwitchConnectionHandler.java
index 04957109c28e77630ea10218a79685453547f29d..532bfa9f780119b8c61bb5202fbcb977af9abc7b 100644 (file)
@@ -1,10 +1,4 @@
-/**
- * Copyright (c) 2013 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
- */
+/* Copyright (C)2013 Pantheon Technologies, s.r.o. All rights reserved. */
 
 package org.opendaylight.openflowjava.protocol.api.connection;
 
@@ -12,6 +6,7 @@ import java.net.InetAddress;
 
 /**
  * @author mirehak
+ * @author michal.polkorab
  *
  */
 public interface SwitchConnectionHandler {