Add copyright headers to test models
[mdsal.git] / code-generator / binding-java-api-generator / src / test / resources / demo-topology.yang
index 95de94375f7baab566df282f58cf4db930cd761f..c2178249bc248c43c0962887eefd31acd5b8bc25 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 demo-topology {
        yang-version 1;
     namespace "";
@@ -118,4 +125,4 @@ module demo-topology {
                    }
         }
     }
-}
\ No newline at end of file
+}