Add copyright headers
authorRobert Varga <rovarga@cisco.com>
Sat, 25 Jan 2014 06:53:37 +0000 (07:53 +0100)
committerRobert Varga <rovarga@cisco.com>
Sat, 25 Jan 2014 06:53:37 +0000 (07:53 +0100)
Change-Id: I98af3052912ea9eca7692e29ece196d5852c4253
Signed-off-by: Robert Varga <rovarga@cisco.com>
model/l2-types/src/main/yang/opendaylight-l2-types.yang
model/yang-ext/src/main/yang/yang-ext.yang

index 2efd6355a0b00483348bac9bc4628fb83a56adbf..36d74a7b23815bf47441cf734da6c0b8370e6cda 100644 (file)
@@ -2,6 +2,13 @@ module opendaylight-l2-types {
        namespace "urn:opendaylight:l2:types";
        prefix "ethertype";
 
+       description 
+               "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";
+
        revision "2013-08-27" {
                description "Initial revision";
        }
@@ -213,4 +220,4 @@ module opendaylight-l2-types {
 
        }
        */
-}
\ No newline at end of file
+}
index 9677a732e4537e0776493761dd96ac14bb5ba8da..498b46f63e036baf4e72508d62b1d593fc0fe9d5 100644 (file)
@@ -5,6 +5,13 @@ module yang-ext {
     \r
     contact "Anton Tkacik <ttkacik@cisco.com>";\r
 \r
+    description \r
+            "Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.\r
+\r
+            This program and the accompanying materials are made available under the\r
+            terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+            and is available at http://www.eclipse.org/legal/epl-v10.html";\r
+\r
     revision "2013-07-09" {\r
         description "";\r
     }\r
@@ -22,8 +29,8 @@ module yang-ext {
 \r
             All augment identifiers defined in a namespace MUST be unique.\r
             The namespace of augment identifiers is shared by module and\r
-            its submodules. \r
-            ";\r
+            its submodules.";\r
+\r
             /*\r
                 Discussion:\r
                 This extension allows for ease of development / debug\r
@@ -69,4 +76,4 @@ module yang-ext {
     extension "instance-target" {\r
        argument "path";\r
     }\r
-}
\ No newline at end of file
+}\r