Copyright update
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / connection / SwitchConnectionHandler.java
index 04957109c28e77630ea10218a79685453547f29d..82dd0f0e33517f13d43fe4cebcecf32dba9408ee 100644 (file)
@@ -1,17 +1,19 @@
-/**
- * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
+/*
+ * Copyright (c) 2013 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.connection;
 
 import java.net.InetAddress;
 
 /**
  * @author mirehak
+ * @author michal.polkorab
  *
  */
 public interface SwitchConnectionHandler {