diff options
author | Mohsin Kazmi <sykazmi@cisco.com> | 2023-06-05 16:15:38 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@0xa5.net> | 2023-06-06 15:52:21 +0000 |
commit | e3d058fc751f8c105f2a91da764e23b701d8a94a (patch) | |
tree | 8c8137fa89abaa36e942129b5fd8ac8721cf218e /src/plugins | |
parent | acecd0d9c225d5f87f2a518854c7eb7af319ef96 (diff) |
misc: fix the license header
Type: style
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
Change-Id: I6b3ecf0bdb6cfdf260cf4ccae89b6bc2335ff54c
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/af_packet/plugin.c | 10 | ||||
-rw-r--r-- | src/plugins/vhost/plugin.c | 10 | ||||
-rw-r--r-- | src/plugins/vxlan/plugin.c | 10 |
3 files changed, 0 insertions, 30 deletions
diff --git a/src/plugins/af_packet/plugin.c b/src/plugins/af_packet/plugin.c index 0146dd3e740..ddad52404c7 100644 --- a/src/plugins/af_packet/plugin.c +++ b/src/plugins/af_packet/plugin.c @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: Apache-2.0 * Copyright (c) 2022 Cisco Systems, Inc. - * License: Cisco Proprietary Closed Source License - Cisco Internal. - * The software, documentation and any fonts accompanying this License whether - * on disk, in read only memory, on any other media or in any other form (col- - * lectively the “Software”) are licensed, not sold, to you by Cisco, Inc. - * (“Cisco”) for use only under the terms of this License, and Cisco reserves - * all rights not expressly granted to you. The rights granted herein are - * limited to Cisco’s intel- lectual property rights in the Cisco Software and - * do not include any other patents or intellectual property rights. You own - * the media on which the Cisco Software is recorded but Cisco and/or Cisco’s - * licensor(s) retain ownership of the Software itself. */ #include <vlib/vlib.h> diff --git a/src/plugins/vhost/plugin.c b/src/plugins/vhost/plugin.c index dc5de1c9ed8..0e6158ba7d8 100644 --- a/src/plugins/vhost/plugin.c +++ b/src/plugins/vhost/plugin.c @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: Apache-2.0 * Copyright (c) 2022 Cisco Systems, Inc. - * License: Cisco Proprietary Closed Source License - Cisco Internal. - * The software, documentation and any fonts accompanying this License whether - * on disk, in read only memory, on any other media or in any other form (col- - * lectively the “Software”) are licensed, not sold, to you by Cisco, Inc. - * (“Cisco”) for use only under the terms of this License, and Cisco reserves - * all rights not expressly granted to you. The rights granted herein are - * limited to Cisco’s intel- lectual property rights in the Cisco Software and - * do not include any other patents or intellectual property rights. You own - * the media on which the Cisco Software is recorded but Cisco and/or Cisco’s - * licensor(s) retain ownership of the Software itself. */ #include <vlib/vlib.h> diff --git a/src/plugins/vxlan/plugin.c b/src/plugins/vxlan/plugin.c index aaeafb03a3b..eae82830524 100644 --- a/src/plugins/vxlan/plugin.c +++ b/src/plugins/vxlan/plugin.c @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: Apache-2.0 * Copyright (c) 2022 Cisco Systems, Inc. - * License: Cisco Proprietary Closed Source License - Cisco Internal. - * The software, documentation and any fonts accompanying this License whether - * on disk, in read only memory, on any other media or in any other form (col- - * lectively the “Software”) are licensed, not sold, to you by Cisco, Inc. - * (“Cisco”) for use only under the terms of this License, and Cisco reserves - * all rights not expressly granted to you. The rights granted herein are - * limited to Cisco’s intel- lectual property rights in the Cisco Software and - * do not include any other patents or intellectual property rights. You own - * the media on which the Cisco Software is recorded but Cisco and/or Cisco’s - * licensor(s) retain ownership of the Software itself. */ #include <vlib/vlib.h> |