Add copyright headers to test models
[mdsal.git] / code-generator / binding-java-api-generator / src / test / resources / bit_and_union_in_leaf.yang
index bf13c4f38fb4f5e79ae1aa017c0a7447374ede20..4146b1308112d4b93f83f81c69ef84e36b3c94d5 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
+ */
 module bit-and-union-in-leaf {
     
     namespace "urn:bit:union:in:leaf";
@@ -52,4 +59,4 @@ module bit-and-union-in-leaf {
             }
         }
     }
-}
\ No newline at end of file
+}