Added codec for w3c.Document to yang-data-api with schema support
[yangtools.git] / yang / yang-data-impl / src / main / java / org / opendaylight / yangtools / yang / data / impl / codec / xml / XmlCodecProvider.java
index 6b7b9f7c4dcd7e2e82378c2517ec3084c98c0585..c92683e6de3355c3630fabf67783811e8d3de686 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.data.impl.codec.xml;
 
 import org.opendaylight.yangtools.yang.data.impl.codec.TypeDefinitionAwareCodec;