Add copyright headers to test models
authorRobert Varga <rovarga@cisco.com>
Sun, 26 Jan 2014 16:29:35 +0000 (17:29 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Sun, 26 Jan 2014 16:40:59 +0000 (16:40 +0000)
Change-Id: I6e7fdbeb90532a4bf6b47a59055a73b37a3920d8
Signed-off-by: Robert Varga <rovarga@cisco.com>
24 files changed:
code-generator/binding-java-api-generator/src/test/resources/abstract-topology.yang
code-generator/binding-java-api-generator/src/test/resources/bit_and_union_in_leaf.yang
code-generator/binding-java-api-generator/src/test/resources/compilation/augment-of-augment/bar.yang
code-generator/binding-java-api-generator/src/test/resources/compilation/augment-of-augment/baz.yang
code-generator/binding-java-api-generator/src/test/resources/compilation/augment-of-augment/foo.yang
code-generator/binding-java-api-generator/src/test/resources/compilation/augment-under-uses/bar.yang
code-generator/binding-java-api-generator/src/test/resources/compilation/augment-under-uses/foo.yang
code-generator/binding-java-api-generator/src/test/resources/compilation/augment-uses-to-augment/bar.yang
code-generator/binding-java-api-generator/src/test/resources/compilation/augment-uses-to-augment/baz.yang
code-generator/binding-java-api-generator/src/test/resources/compilation/augment-uses-to-augment/foo.yang
code-generator/binding-java-api-generator/src/test/resources/compilation/cascade-uses/bar.yang
code-generator/binding-java-api-generator/src/test/resources/compilation/cascade-uses/baz.yang
code-generator/binding-java-api-generator/src/test/resources/compilation/cascade-uses/foo.yang
code-generator/binding-java-api-generator/src/test/resources/compilation/context-reference/bar.yang
code-generator/binding-java-api-generator/src/test/resources/compilation/context-reference/foo.yang
code-generator/binding-java-api-generator/src/test/resources/compilation/leaf-return-types/test.yang
code-generator/binding-java-api-generator/src/test/resources/compilation/list-gen/test.yang
code-generator/binding-java-api-generator/src/test/resources/compilation/typedef/foo.yang
code-generator/binding-java-api-generator/src/test/resources/demo-topology.yang
code-generator/binding-java-api-generator/src/test/resources/list-composite-key.yang
code-generator/binding-java-api-generator/src/test/resources/simple-container-demo.yang
code-generator/binding-java-api-generator/src/test/resources/simple-leaf-list-demo.yang
code-generator/binding-java-api-generator/src/test/resources/simple-list-demo.yang
code-generator/binding-java-api-generator/src/test/resources/yang/abstract-topology@2013-02-08.yang

index 7e78f3be478bbbd2c19a93e8fc30ce1c5d7ed74e..29e3603465cfe28a63cbed55c9456af5085e4afd 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
+ */
 // vi: set smarttab sw=4 tabstop=4:
 module abstract-topology {
        yang-version 1;
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
+}
index 231bb420f1f8d7afeb2fa8e576420722358fb382..90ce18a109a36d13e07d0045b1209ba8fccf55cd 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 bar {
     yang-version 1;
     namespace "urn:opendaylight:bar";
index f10762c4629fb1f5e6c57fd22c22b7b9fc412148..d3fad4062769f0128195412a0bdccc0efb330ac6 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 baz {
     yang-version 1;
     namespace "urn:opendaylight:baz";
index 502b29b21260e164abedff543a5517712d45e046..af19e063030298cbfc2130f07c875f4ba4b809a6 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 foo {
     yang-version 1;
     namespace "urn:opendaylight:foo";
index e1735b4082c05f54f6cc12bd84fadf93e34db72d..940b491c8dcaf86502dcdd68deb60ffa34533ae2 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 bar {
     yang-version 1;
     namespace "urn:opendaylight:bar";
index e0d60ac85fc09fceb2103e30c72bdfb7a0825698..58df3ca67d77e70bdee1e0d28d2325894b29dbdd 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 foo {
     yang-version 1;
     namespace "urn:opendaylight:foo";
index 38e71d04f5e74d6298eb0208fe147a9b6070adff..0b41762aeb07be4cab6507aee211394719dd6905 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 bar {
     yang-version 1;
     namespace "urn:opendaylight.bar";
index 0cf07cb4f6c91734d5d450f4ab8b7d8a41503077..99e66a155a4812774f689584a9b9e0871bacb957 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 baz {
     yang-version 1;
     namespace "urn:opendaylight.baz";
index e98201139b6ec724da7c9f89cf3149bc14d5b1fa..a20749d56dd13d41aea70e9cd9a6e5d23bec372d 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 foo {
     yang-version 1;
     namespace "urn:opendaylight.foo";
index 5f409b91a823f5387cd6e0a26468aba136a15d1c..17daeb89f54163d3aed6b518239687cc72cbcbcd 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 bar {
     yang-version 1;
     namespace "urn:opendaylight:bar";
index 8f4836a8fec30e57dadd6830cd523c6ebd8020eb..8e5b015216e5323ff70fe37de9be1a1194767e0b 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 baz {
     yang-version 1;
     namespace "urn:opendaylight:baz";
index b28943dcd23cc99779ce9ccd41e49f53c7b3be53..a491786930f83c7d2ee524faaef115c57b0bca41 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 foo {
     yang-version 1;
     namespace "urn:opendaylight:foo";
index d066b54c7f04578f042e63be6f133c81bcc8e98a..6f39ed353218527dfca7a713aa1b3ac551c23afa 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 bar {
     yang-version 1;
     namespace "urn:opendaylight:bar";
index e2a1a25c22f7c3a6e374bb556b5e20b9271d4cd2..a016f821c15226230f1d6a75028ce5b43c3b250e 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 foo {
     yang-version 1;
     namespace "urn:opendaylight:foo";
index 53456850e18a696dfc650fdc31b299e6af533c3e..0d8dacebe7a6cd9e268cedff7f406b0cf26e8824 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 test {
     yang-version 1;
     namespace "urn:opendaylight:test";
index 9382edee3632ce9a8f12da52ba755f36496232be..faa7a7ef3145294e434aff1cee95bf8f6faa21ec 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 test {
     yang-version 1;
     namespace "urn:opendaylight:test";
index e5b44286032a75435d590a69f97ff7a63115bcef..19d2eb1d5ee807111e24e2f392d02358f1b76340 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 foo {
     yang-version 1;
     namespace "urn:opendaylight.foo";
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
+}
index 07e1dc7e49889fadfb70831e8b27c4351ff97310..fd3f66b593be789d4e74be1561d890794ceaa583 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 list-composite-key {
     yang-version 1;
     namespace "urn:composite.key";
@@ -59,4 +66,4 @@ module list-composite-key {
             }
         }
     }
-}
\ No newline at end of file
+}
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
+}
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
+}
index 69f7f5cd30fd297d2d6224d802ecb34c70d32c1f..c8f7f36b8f9baadf5f3b7f1140e61218d8fa213f 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-list-demo {
        yang-version 1;
     namespace "urn:simple.container.demo";
@@ -46,4 +53,4 @@ module simple-list-demo {
                }       
        }
     }
-}
\ No newline at end of file
+}
index 8bdf32706bef854692088ea601e2a3c2afe15e86..af27745902e3b2c3cfee3a34adbb29013e4dcb68 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 abstract-topology {
     yang-version 1;
     namespace "urn:model:abstract:topology";