Merge "Fix for Bug 495."
[yangtools.git] / concepts / src / main / java / org / opendaylight / yangtools / concepts / Serializer.java
index ea89231752ff873353265d961d4c03c6f7e0bfc6..24ef67c59b09d79af9a39d603bdf939fce7d9f0d 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.concepts;
 
 public interface Serializer<P,I> {