Merge "Do not return null when no RPC is registered"
[yangtools.git] / yang / yang-binding / src / main / java / org / opendaylight / yangtools / yang / binding / BindingSerializer.java
index a0e355b693447b401552eb3f00cbdfea087c930e..fb85eae9f783f3f9ed19cb2c2120946792b4f5bb 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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.yangtools.yang.binding;
 
 public interface BindingSerializer<P,I> {