Enhancements to remote rpc server. Using zmq router-dealer bridge to make the server...
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / implementation / src / main / java / org / opendaylight / controller / sal / connector / remoterpc / RemoteRpcServer.java
index 932600fcb13c64cbc0e95f68d297238ab89fab76..e845e43c2ae13cdbfaf550fdb005c6c3930bb76e 100644 (file)
@@ -1,5 +1,12 @@
-package org.opendaylight.controller.sal.connector.remoterpc;
+/*
+ * 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
+ */
 
+package org.opendaylight.controller.sal.connector.remoterpc;
 
 public interface RemoteRpcServer extends AutoCloseable {