From 9b6da0fd0274722978d4c8802e07d629ce615506 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Tue, 3 Apr 2018 14:17:23 +0200 Subject: api: update copyright to match revision information Change-Id: Ib7825ea727fd8105dd679587059333888caeef5c Signed-off-by: Marek Gradzki --- acl/acl-api/src/main/yang/vpp-acl@2017-06-15.yang | 2 +- .../api/src/main/yang/interface-role@2017-06-15.yang | 2 +- mpls/api/src/main/yang/vpp-mpls@2017-11-20.yang | 16 +++++++++++++++- nat/nat-api/src/main/yang/interface-nat@2017-08-16.yang | 2 +- nat/nat-api/src/main/yang/nat-context@2016-12-14.yang | 2 +- .../src/main/yang/subinterface-nat@2017-06-15.yang | 2 +- nat/nat-api/src/main/yang/vpp-nat@2017-08-04.yang | 2 +- .../src/main/yang/vpp-routing-ra@2017-05-02.yang | 2 +- .../main/yang/vpp-routing-table-lookup@2017-09-17.yang | 2 +- .../src/main/yang/vpp-routing@2017-09-17.yang | 2 +- .../src/main/yang/sample-plugin@2016-12-14.yang | 2 +- v3po/api/src/main/yang/pbb-types@2016-12-14.yang | 2 +- v3po/api/src/main/yang/subinterface-span@2017-06-07.yang | 2 +- v3po/api/src/main/yang/v3po-context@2016-09-09.yang | 2 +- v3po/api/src/main/yang/v3po@2017-06-07.yang | 2 +- v3po/api/src/main/yang/vpp-pbb@2016-12-14.yang | 2 +- .../api/src/main/yang/interface-policer@2017-03-15.yang | 2 +- vpp-classifier/api/src/main/yang/policer@2017-03-15.yang | 2 +- .../api/src/main/yang/vpp-classifier-acl@2017-05-03.yang | 2 +- .../src/main/yang/vpp-classifier-context@2017-05-02.yang | 2 +- .../api/src/main/yang/vpp-classifier@2017-03-27.yang | 2 +- .../api/src/main/yang/vpp-interface-acl@2017-03-15.yang | 2 +- .../src/main/yang/vpp-subinterface-acl@2017-03-15.yang | 2 +- .../src/main/yang/multi-naming-context@2016-04-11.yang | 2 +- .../src/main/yang/naming-context@2016-05-13.yang | 2 +- .../api/src/main/yang/vpp-management@2017-03-15.yang | 2 +- 26 files changed, 40 insertions(+), 26 deletions(-) diff --git a/acl/acl-api/src/main/yang/vpp-acl@2017-06-15.yang b/acl/acl-api/src/main/yang/vpp-acl@2017-06-15.yang index f681724a9..2f7f82e9c 100644 --- a/acl/acl-api/src/main/yang/vpp-acl@2017-06-15.yang +++ b/acl/acl-api/src/main/yang/vpp-acl@2017-06-15.yang @@ -35,7 +35,7 @@ module vpp-acl { that extend ietf-access-control-list module with VPP specific features provided by the VPP ACL plugin. - Copyright (c) 2016 Cisco and/or its affiliates. + Copyright (c) 2016-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. diff --git a/interface-role/api/src/main/yang/interface-role@2017-06-15.yang b/interface-role/api/src/main/yang/interface-role@2017-06-15.yang index 8bcd741a0..6e4805fd0 100644 --- a/interface-role/api/src/main/yang/interface-role@2017-06-15.yang +++ b/interface-role/api/src/main/yang/interface-role@2017-06-15.yang @@ -25,7 +25,7 @@ module interface-role { Interface roles provide additional metadata visible in config DS, but not translated to VPP API calls. - Copyright (c) 2017-2018 Cisco and/or its affiliates. + 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. diff --git a/mpls/api/src/main/yang/vpp-mpls@2017-11-20.yang b/mpls/api/src/main/yang/vpp-mpls@2017-11-20.yang index bcb011f8f..c58478102 100644 --- a/mpls/api/src/main/yang/vpp-mpls@2017-11-20.yang +++ b/mpls/api/src/main/yang/vpp-mpls@2017-11-20.yang @@ -34,7 +34,21 @@ module vpp-mpls { configuring VPP specific MPLS options. See https://docs.fd.io/vpp/18.01/clicmd_src_vnet_mpls.html - for more details"; + for more details + + 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-11-20" { description diff --git a/nat/nat-api/src/main/yang/interface-nat@2017-08-16.yang b/nat/nat-api/src/main/yang/interface-nat@2017-08-16.yang index b93637752..1b637890d 100644 --- a/nat/nat-api/src/main/yang/interface-nat@2017-08-16.yang +++ b/nat/nat-api/src/main/yang/interface-nat@2017-08-16.yang @@ -21,7 +21,7 @@ module interface-nat { "This module contains a collection of YANG definitions for applying NAT configuration on VPP interfaces. - Copyright (c) 2016-2018 Cisco and/or its affiliates. + Copyright (c) 2016-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. diff --git a/nat/nat-api/src/main/yang/nat-context@2016-12-14.yang b/nat/nat-api/src/main/yang/nat-context@2016-12-14.yang index 3f5393c2b..de9436878 100644 --- a/nat/nat-api/src/main/yang/nat-context@2016-12-14.yang +++ b/nat/nat-api/src/main/yang/nat-context@2016-12-14.yang @@ -30,7 +30,7 @@ module nat-context { The mapping is managed internally by the HC NAT plugin. It is exposed as operational state data for debugging purposes. - Copyright (c) 2016-2018 Cisco and/or its affiliates. + Copyright (c) 2016 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. diff --git a/nat/nat-api/src/main/yang/subinterface-nat@2017-06-15.yang b/nat/nat-api/src/main/yang/subinterface-nat@2017-06-15.yang index 02515c5d0..2849e1f56 100644 --- a/nat/nat-api/src/main/yang/subinterface-nat@2017-06-15.yang +++ b/nat/nat-api/src/main/yang/subinterface-nat@2017-06-15.yang @@ -27,7 +27,7 @@ module subinterface-nat { "This module contains a collection of YANG definitions for applying NAT configuration on VPP subinterfaces. - Copyright (c) 2017-2018 Cisco and/or its affiliates. + 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. diff --git a/nat/nat-api/src/main/yang/vpp-nat@2017-08-04.yang b/nat/nat-api/src/main/yang/vpp-nat@2017-08-04.yang index 7f28638d2..6f4215a21 100644 --- a/nat/nat-api/src/main/yang/vpp-nat@2017-08-04.yang +++ b/nat/nat-api/src/main/yang/vpp-nat@2017-08-04.yang @@ -21,7 +21,7 @@ module vpp-nat { "This module contains a collection of YANG definitions that extend ietf-nat module with VPP specific features provided by the VPP NAT plugin. - Copyright (c) 2017-2018 Cisco and/or its affiliates. + 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. diff --git a/routing/routing-api/src/main/yang/vpp-routing-ra@2017-05-02.yang b/routing/routing-api/src/main/yang/vpp-routing-ra@2017-05-02.yang index 4b3de5f63..87dfdbd57 100644 --- a/routing/routing-api/src/main/yang/vpp-routing-ra@2017-05-02.yang +++ b/routing/routing-api/src/main/yang/vpp-routing-ra@2017-05-02.yang @@ -27,7 +27,7 @@ module vpp-routing-ra { that extend hc2vpp-ietf-routing module with VPP specific routing advertisments features. - Copyright (c) 2017-2018 Cisco and/or its affiliates. + 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. diff --git a/routing/routing-api/src/main/yang/vpp-routing-table-lookup@2017-09-17.yang b/routing/routing-api/src/main/yang/vpp-routing-table-lookup@2017-09-17.yang index 997fbee37..4e646f996 100644 --- a/routing/routing-api/src/main/yang/vpp-routing-table-lookup@2017-09-17.yang +++ b/routing/routing-api/src/main/yang/vpp-routing-table-lookup@2017-09-17.yang @@ -18,7 +18,7 @@ module vpp-routing-table-lookup { "This module extends hc2vpp-ietf-routing module with VPP table lookup option. - Copyright (c) 2017-2018 Cisco and/or its affiliates. + 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. diff --git a/routing/routing-api/src/main/yang/vpp-routing@2017-09-17.yang b/routing/routing-api/src/main/yang/vpp-routing@2017-09-17.yang index dced18f90..2088fec38 100644 --- a/routing/routing-api/src/main/yang/vpp-routing@2017-09-17.yang +++ b/routing/routing-api/src/main/yang/vpp-routing@2017-09-17.yang @@ -27,7 +27,7 @@ module vpp-routing { that extend hc2vpp-ietf-routing module with VPP specific routing features. - Copyright (c) 2016-2018 Cisco and/or its affiliates. + Copyright (c) 2016-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. diff --git a/samples/samples-api/src/main/yang/sample-plugin@2016-12-14.yang b/samples/samples-api/src/main/yang/sample-plugin@2016-12-14.yang index 58050f0c1..7b0edaf28 100644 --- a/samples/samples-api/src/main/yang/sample-plugin@2016-12-14.yang +++ b/samples/samples-api/src/main/yang/sample-plugin@2016-12-14.yang @@ -18,7 +18,7 @@ module sample-plugin { description "Sample model for demonstration of transation code. - Copyright (c) 2016-2018 Cisco and/or its affiliates. + Copyright (c) 2016 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. diff --git a/v3po/api/src/main/yang/pbb-types@2016-12-14.yang b/v3po/api/src/main/yang/pbb-types@2016-12-14.yang index 047215e98..b764b8fac 100644 --- a/v3po/api/src/main/yang/pbb-types@2016-12-14.yang +++ b/v3po/api/src/main/yang/pbb-types@2016-12-14.yang @@ -18,7 +18,7 @@ module pbb-types { "This module contains a collection of YANG definitions used for defining PBB based subinterfaces. - Copyright (c) 2016-2018 Cisco and/or its affiliates. + Copyright (c) 2016 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. diff --git a/v3po/api/src/main/yang/subinterface-span@2017-06-07.yang b/v3po/api/src/main/yang/subinterface-span@2017-06-07.yang index 0141c1a42..31882bd0d 100644 --- a/v3po/api/src/main/yang/subinterface-span@2017-06-07.yang +++ b/v3po/api/src/main/yang/subinterface-span@2017-06-07.yang @@ -30,7 +30,7 @@ module subinterface-span { "This model contains a collection of YANG definitions for span interface management in VPP. - Copyright (c) 2017-2018 Cisco and/or its affiliates. + 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. diff --git a/v3po/api/src/main/yang/v3po-context@2016-09-09.yang b/v3po/api/src/main/yang/v3po-context@2016-09-09.yang index 75ec8c137..5d9988aac 100644 --- a/v3po/api/src/main/yang/v3po-context@2016-09-09.yang +++ b/v3po/api/src/main/yang/v3po-context@2016-09-09.yang @@ -13,7 +13,7 @@ module v3po-context { description "This module contains data definition for v3po module metadata. - Copyright (c) 2016-2018 Cisco and/or its affiliates. + Copyright (c) 2016 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. diff --git a/v3po/api/src/main/yang/v3po@2017-06-07.yang b/v3po/api/src/main/yang/v3po@2017-06-07.yang index abdf5b578..0a5d31a89 100644 --- a/v3po/api/src/main/yang/v3po@2017-06-07.yang +++ b/v3po/api/src/main/yang/v3po@2017-06-07.yang @@ -30,7 +30,7 @@ module v3po { "This module contains a collection of YANG definitions that extend ietf-interfaces module with VPP specific interface types. - Copyright (c) 2015-2018 Cisco and/or its affiliates. + Copyright (c) 2015-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. diff --git a/v3po/api/src/main/yang/vpp-pbb@2016-12-14.yang b/v3po/api/src/main/yang/vpp-pbb@2016-12-14.yang index 36dd12387..a99a949c3 100644 --- a/v3po/api/src/main/yang/vpp-pbb@2016-12-14.yang +++ b/v3po/api/src/main/yang/vpp-pbb@2016-12-14.yang @@ -27,7 +27,7 @@ module vpp-pbb { that extend ietf-interfaces module with support for PBB based subinterfaces. - Copyright (c) 2016-2018 Cisco and/or its affiliates. + Copyright (c) 2016 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. diff --git a/vpp-classifier/api/src/main/yang/interface-policer@2017-03-15.yang b/vpp-classifier/api/src/main/yang/interface-policer@2017-03-15.yang index 8358c44be..4f58a77f0 100644 --- a/vpp-classifier/api/src/main/yang/interface-policer@2017-03-15.yang +++ b/vpp-classifier/api/src/main/yang/interface-policer@2017-03-15.yang @@ -29,7 +29,7 @@ module interface-policer { Mapped to policer_classify_set_interface: https://git.fd.io/vpp/tree/src/vnet/classify/classify.api#n119. - Copyright (c) 2017-2018 Cisco and/or its affiliates. + 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. diff --git a/vpp-classifier/api/src/main/yang/policer@2017-03-15.yang b/vpp-classifier/api/src/main/yang/policer@2017-03-15.yang index 52ed69b46..22eb20fdf 100644 --- a/vpp-classifier/api/src/main/yang/policer@2017-03-15.yang +++ b/vpp-classifier/api/src/main/yang/policer@2017-03-15.yang @@ -25,7 +25,7 @@ module policer { Partially based on https://tools.ietf.org/html/draft-asechoud-netmod-qos-model-02. - Copyright (c) 2017-2018 Cisco and/or its affiliates. + 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. diff --git a/vpp-classifier/api/src/main/yang/vpp-classifier-acl@2017-05-03.yang b/vpp-classifier/api/src/main/yang/vpp-classifier-acl@2017-05-03.yang index 66d3b0587..5faf75ecc 100644 --- a/vpp-classifier/api/src/main/yang/vpp-classifier-acl@2017-05-03.yang +++ b/vpp-classifier/api/src/main/yang/vpp-classifier-acl@2017-05-03.yang @@ -18,7 +18,7 @@ module vpp-classifier-acl { "This module contains a collection of YANG definitions for managing classifier based ACLs in VPP. - Copyright (c) 2017-2018 Cisco and/or its affiliates. + 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. diff --git a/vpp-classifier/api/src/main/yang/vpp-classifier-context@2017-05-02.yang b/vpp-classifier/api/src/main/yang/vpp-classifier-context@2017-05-02.yang index 26cc0a2b4..468957f9f 100644 --- a/vpp-classifier/api/src/main/yang/vpp-classifier-context@2017-05-02.yang +++ b/vpp-classifier/api/src/main/yang/vpp-classifier-context@2017-05-02.yang @@ -16,7 +16,7 @@ module vpp-classifier-context { Metadata are managed internally by the HC vpp-classifier plugin. They are exposed as operational state data for debugging purposes. - Copyright (c) 2016-2018 Cisco and/or its affiliates. + Copyright (c) 2016-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. diff --git a/vpp-classifier/api/src/main/yang/vpp-classifier@2017-03-27.yang b/vpp-classifier/api/src/main/yang/vpp-classifier@2017-03-27.yang index 1f3ce4e75..f761fea5b 100644 --- a/vpp-classifier/api/src/main/yang/vpp-classifier@2017-03-27.yang +++ b/vpp-classifier/api/src/main/yang/vpp-classifier@2017-03-27.yang @@ -22,7 +22,7 @@ module vpp-classifier { "This module contains a collection of YANG definitions for managing VPP packet classifier. - Copyright (c) 2016-2018 Cisco and/or its affiliates. + Copyright (c) 2016-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. diff --git a/vpp-classifier/api/src/main/yang/vpp-interface-acl@2017-03-15.yang b/vpp-classifier/api/src/main/yang/vpp-interface-acl@2017-03-15.yang index d2d77e2ab..6ba87dabe 100644 --- a/vpp-classifier/api/src/main/yang/vpp-interface-acl@2017-03-15.yang +++ b/vpp-classifier/api/src/main/yang/vpp-interface-acl@2017-03-15.yang @@ -27,7 +27,7 @@ module vpp-interface-acl { applying ACLs on VPP interfaces. Uses ACL implementation based on VPP packet classifier. - Copyright (c) 2017-2018 Cisco and/or its affiliates. + 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. diff --git a/vpp-classifier/api/src/main/yang/vpp-subinterface-acl@2017-03-15.yang b/vpp-classifier/api/src/main/yang/vpp-subinterface-acl@2017-03-15.yang index 165848590..83c59f72f 100644 --- a/vpp-classifier/api/src/main/yang/vpp-subinterface-acl@2017-03-15.yang +++ b/vpp-classifier/api/src/main/yang/vpp-subinterface-acl@2017-03-15.yang @@ -31,7 +31,7 @@ module vpp-subinterface-acl { applying ACLs on VPP sub-interfaces. Uses ACL implementation based on VPP packet classifier. - Copyright (c) 2017-2018 Cisco and/or its affiliates. + 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. diff --git a/vpp-common/naming-context-api/src/main/yang/multi-naming-context@2016-04-11.yang b/vpp-common/naming-context-api/src/main/yang/multi-naming-context@2016-04-11.yang index dd43c1387..846b2567b 100644 --- a/vpp-common/naming-context-api/src/main/yang/multi-naming-context@2016-04-11.yang +++ b/vpp-common/naming-context-api/src/main/yang/multi-naming-context@2016-04-11.yang @@ -27,7 +27,7 @@ module multi-naming-context { The mapping is managed internally by the HC plugins. It is exposed as operational state data for debugging purposes. - Copyright (c) 2016-2018 Cisco and/or its affiliates. + Copyright (c) 2016 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. diff --git a/vpp-common/naming-context-api/src/main/yang/naming-context@2016-05-13.yang b/vpp-common/naming-context-api/src/main/yang/naming-context@2016-05-13.yang index 0621cff6c..5720a4164 100644 --- a/vpp-common/naming-context-api/src/main/yang/naming-context@2016-05-13.yang +++ b/vpp-common/naming-context-api/src/main/yang/naming-context@2016-05-13.yang @@ -19,7 +19,7 @@ module naming-context { The mapping is managed internally by the HC plugins. It is exposed as operational state data for debugging purposes. - Copyright (c) 2016-2018 Cisco and/or its affiliates. + Copyright (c) 2016 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. diff --git a/vpp-management/api/src/main/yang/vpp-management@2017-03-15.yang b/vpp-management/api/src/main/yang/vpp-management@2017-03-15.yang index b1ad8d8fb..5d3e1d66d 100644 --- a/vpp-management/api/src/main/yang/vpp-management@2017-03-15.yang +++ b/vpp-management/api/src/main/yang/vpp-management@2017-03-15.yang @@ -14,7 +14,7 @@ module vpp-management { "This module contains a collection of YANG definitions that expose VPP operational state. - Copyright (c) 2017-2018 Cisco and/or its affiliates. + 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. -- cgit 1.2.3-korg