l3: update yang model metadata 85/11285/2
authorMarek Gradzki <[email protected]>
Thu, 22 Mar 2018 06:58:36 +0000 (07:58 +0100)
committerMarek Gradzki <[email protected]>
Thu, 22 Mar 2018 06:59:49 +0000 (07:59 +0100)
Adds organization and contact statements.
Includes copyright in the module description.

Change-Id: I1ae330d878e929025e034f6ac79537167e6f0aaf
Signed-off-by: Marek Gradzki <[email protected]>
l3/api/src/main/yang/[email protected]
l3/api/src/main/yang/[email protected]

index 9567b5e..8903f91 100644 (file)
@@ -16,6 +16,30 @@ module nd-proxy {
         prefix "ext";
     }
 
+    organization
+        "FD.io - The Fast Data Project";
+
+    contact
+        "Hc2vpp Wiki <https://wiki.fd.io/view/Hc2vpp>
+         Mailing List <[email protected]>";
+
+    description
+        "Neighbour discovery proxy model for VPP.
+
+         Copyright (c) 2017 Cisco and/or its affiliates.
+
+         Licensed under the Apache License, Version 2.0 (the 'License');
+         you may not use this file except in compliance with the License.
+         You may obtain a copy of the License at:
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+         Unless required by applicable law or agreed to in writing, software
+         distributed under the License is distributed on an 'AS IS' BASIS,
+         WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+         See the License for the specific language governing permissions and
+         limitations under the License.";
+
     revision "2017-03-15" {
         description "Initial revision of neighbour discovery proxy model for VPP";
     }
index 5b3c69f..fb0f5e1 100644 (file)
@@ -3,7 +3,6 @@ module proxy-arp {
   namespace "urn:opendaylight:params:xml:ns:yang:vpp:proxy:arp";
   prefix "proxy-arp";
 
-
   import ietf-inet-types {
     prefix "inet";
   }
@@ -14,6 +13,30 @@ module proxy-arp {
     prefix "ext";
   }
 
+  organization
+    "FD.io - The Fast Data Project";
+
+  contact
+    "Hc2vpp Wiki <https://wiki.fd.io/view/Hc2vpp>
+     Mailing List <[email protected]>";
+
+  description
+    "Proxy ARP model for VPP.
+
+     Copyright (c) 2017 Cisco and/or its affiliates.
+
+     Licensed under the Apache License, Version 2.0 (the 'License');
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at:
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an 'AS IS' BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.";
+
   revision "2017-03-15" {
     description "Initial revision of proxy ARP model for VPP";
   }