Add copyright headers to xtend files 81/4681/1
authorRobert Varga <rovarga@cisco.com>
Fri, 24 Jan 2014 08:26:26 +0000 (09:26 +0100)
committerRobert Varga <rovarga@cisco.com>
Fri, 24 Jan 2014 08:26:26 +0000 (09:26 +0100)
Change-Id: I0be9473e63200367539a5ed34d53756f54d05a19
Signed-off-by: Robert Varga <rovarga@cisco.com>
code-generator/binding-generator-impl/src/main/java/org/opendaylight/yangtools/sal/binding/generator/impl/InstanceIdentifierCodecImpl.xtend
code-generator/binding-generator-impl/src/main/java/org/opendaylight/yangtools/sal/binding/generator/impl/IntermediateMapping.xtend
code-generator/binding-generator-impl/src/main/java/org/opendaylight/yangtools/sal/binding/generator/impl/RuntimeGeneratedMappingServiceImpl.xtend
code-generator/binding-generator-impl/src/main/java/org/opendaylight/yangtools/sal/binding/generator/impl/TransformerGenerator.xtend
code-generator/binding-generator-impl/src/main/java/org/opendaylight/yangtools/sal/binding/generator/util/JavassistUtils.xtend

index 42fb8d984cf72309d7d96dfb9893b4f2c025258b..fb85a6312a0db400a542cda484b86cff8ba346a3 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 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.sal.binding.generator.impl
 
 import org.opendaylight.yangtools.yang.binding.InstanceIdentifier
@@ -148,4 +155,4 @@ class InstanceIdentifierCodecImpl implements InstanceIdentifierCodec {
         }
         return new NodeIdentifierWithPredicates(QName.create(previousQname,qname.localName),predicates);
     }
-}
\ No newline at end of file
+}
index 63fc325d4ef27f6e0835b0d47ad369cb832bfe91..9c42275e81f7caa4d7d7dd236785bc4944f89477 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 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.sal.binding.generator.impl
 
 import org.opendaylight.yangtools.yang.data.api.Node
@@ -45,4 +52,4 @@ class IntermediateMapping {
     static def dispatch Node<?> toNodeImpl(QName name, Object object) {
         return new SimpleNodeTOImpl(name, null, object);
     }
-}
\ No newline at end of file
+}
index 0a069671d027d204f1dddce4287ab1938d4c9eca..2ee19e89c44bfc9ea43b069ff05322fffb090eb9 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 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.sal.binding.generator.impl
 
 import javassist.ClassPool
index 975365081ad40c58267b563191e35f96d3ced118..16a355b97a742223a0487e5fec7259f5ba0ec9cb 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 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.sal.binding.generator.impl
 
 import javassist.ClassPool
index c45e0558b2268d5d680cbfd5faa8bb1a6497332c..295bfb533e9462b1ddec171e2aa6fb4122299153 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 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.sal.binding.generator.util
 
 import javassist.CtClass