Add copyright headers to test models
[mdsal.git] / code-generator / binding-java-api-generator / src / test / resources / simple-leaf-list-demo.yang
index c0e77ef645a6767b4f8d0330e04ec67881cdd810..f5d83453c5fe876242623e21cf7fdfb4d6aa1e96 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 simple-leaf-list-demo {
     yang-version 1;
     namespace "urn:simple.leaf-list.demo";
@@ -43,4 +50,4 @@ module simple-leaf-list-demo {
             }
         }
     }
-}
\ No newline at end of file
+}