Copyright update
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / connection / ConnectionFacade.java
index 3e72d7864fba3fcd70c796d1b02fd4ecf4dd4d2c..fc6d9e920c208e03da762b60e8cfe780a87e0b83 100644 (file)
@@ -1,13 +1,20 @@
-/* Copyright (C)2013 Pantheon Technologies, s.r.o. All rights reserved. */\r
-\r
-package org.opendaylight.openflowjava.protocol.impl.connection;\r
-\r
-import org.opendaylight.openflowjava.protocol.api.connection.ConnectionAdapter;\r
-\r
-/**\r
- * @author michal.polkorab\r
- */\r
-public interface ConnectionFacade extends MessageConsumer, ConnectionAdapter {\r
-\r
- // empty unifying superinterface\r
-}\r
+/*
+ * 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.impl.connection;
+
+import org.opendaylight.openflowjava.protocol.api.connection.ConnectionAdapter;
+
+/**
+ * @author michal.polkorab
+ */
+public interface ConnectionFacade extends MessageConsumer, ConnectionAdapter {
+
+ // empty unifying superinterface
+}