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