From 7019dbbdbab32e0a7a98151ed63feb3d4145e470 Mon Sep 17 00:00:00 2001 From: Tomasz Zawadzki Date: Thu, 8 Dec 2022 16:08:00 +0100 Subject: [PATCH] env_dpdk: align copyright notice with DPDK Recently while updating the copyright notices throughout SPDK the headers, env_dpdk copies of DPDK headers were modified too. This patch brings them to the exact version as in DPDK upstream. Change-Id: If30b8556386a539d81d2fc1a5e42293522ed91f5 Signed-off-by: Tomasz Zawadzki Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15856 Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris Reviewed-by: Konrad Sztyber Reviewed-by: Michal Berger Tested-by: SPDK CI Jenkins --- lib/env_dpdk/22.07/rte_bus_pci.h | 2 +- lib/env_dpdk/22.11/bus_pci_driver.h | 2 +- lib/env_dpdk/22.11/rte_bus_pci.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/env_dpdk/22.07/rte_bus_pci.h b/lib/env_dpdk/22.07/rte_bus_pci.h index f9700b42c..9a0b03617 100644 --- a/lib/env_dpdk/22.07/rte_bus_pci.h +++ b/lib/env_dpdk/22.07/rte_bus_pci.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright (C) 2010-2015 Intel Corporation. + * Copyright(c) 2010-2015 Intel Corporation. * Copyright 2013-2014 6WIND S.A. */ diff --git a/lib/env_dpdk/22.11/bus_pci_driver.h b/lib/env_dpdk/22.11/bus_pci_driver.h index e635727d2..0a5fffb19 100644 --- a/lib/env_dpdk/22.11/bus_pci_driver.h +++ b/lib/env_dpdk/22.11/bus_pci_driver.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright (C) 2010-2015 Intel Corporation. + * Copyright(c) 2010-2015 Intel Corporation. * Copyright 2013-2014 6WIND S.A. */ diff --git a/lib/env_dpdk/22.11/rte_bus_pci.h b/lib/env_dpdk/22.11/rte_bus_pci.h index 0f62e7b36..b193114fe 100644 --- a/lib/env_dpdk/22.11/rte_bus_pci.h +++ b/lib/env_dpdk/22.11/rte_bus_pci.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright (C) 2010-2015 Intel Corporation. + * Copyright(c) 2010-2015 Intel Corporation. * Copyright 2013-2014 6WIND S.A. */