From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1D48A42858; Tue, 28 Mar 2023 11:52:58 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7F47C427F2; Tue, 28 Mar 2023 11:52:50 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id EC91542686 for ; Tue, 28 Mar 2023 11:52:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679997169; x=1711533169; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=yAb6WWELfHfbXIYiFkVP/roJThL8gt+8dE3Au9G4wfU=; b=Ikbp/r9q8NheRvIDw3REWHXxk8TIf8tas76eWuwFhvMjxZJ+AL+3+ZWP yn8lhbxQ6hzTMJKP7Uwf2vys/BaKfoNojgDgTQ3eEFkl6VpHeAYx0c+9k qWNr/6Fe0RL2Lj4OXf5QMrWr0O+W3qANlfdYdy0XZdbi3tQSHF3tU2g5M mPou8emg6b81+agYvGr5GyHF84BEi+5ODKmUFo9v0WvDHF2DjBG6ou+iW AcTDCTL3EQOR3+NCdRq5sfEhGiZHi+nLdtzVru5ojL7OXM+T45zk2FSdc PS+URYfcyvjxVOUMdM24JE1VIUOGXPKdl7Z4JCIgeKgWNmGQyqGT0AOe2 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="368281606" X-IronPort-AV: E=Sophos;i="5.98,297,1673942400"; d="scan'208";a="368281606" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2023 02:52:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="677308106" X-IronPort-AV: E=Sophos;i="5.98,297,1673942400"; d="scan'208";a="677308106" Received: from dpdk-jf-ntb-one.sh.intel.com ([10.67.111.104]) by orsmga007.jf.intel.com with ESMTP; 28 Mar 2023 02:52:45 -0700 From: Junfeng Guo To: qi.z.zhang@intel.com, jingjing.wu@intel.com, ferruh.yigit@amd.com, beilei.xing@intel.com Cc: dev@dpdk.org, Junfeng Guo , Rushil Gupta , Joshua Washington , Jeroen de Borst Subject: [PATCH v3 2/3] net/gve: update copyright holders Date: Tue, 28 Mar 2023 17:45:11 +0800 Message-Id: <20230328094512.1796648-3-junfeng.guo@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230328094512.1796648-1-junfeng.guo@intel.com> References: <20230328092843.1775431-1-junfeng.guo@intel.com> <20230328094512.1796648-1-junfeng.guo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Add Google LLC as one of the copyright holders for GVE. Signed-off-by: Rushil Gupta Signed-off-by: Joshua Washington Signed-off-by: Junfeng Guo Signed-off-by: Jeroen de Borst --- drivers/net/gve/gve_ethdev.c | 3 ++- drivers/net/gve/gve_ethdev.h | 3 ++- drivers/net/gve/gve_logs.h | 3 ++- drivers/net/gve/gve_rx.c | 3 ++- drivers/net/gve/gve_tx.c | 3 ++- drivers/net/gve/meson.build | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/drivers/net/gve/gve_ethdev.c b/drivers/net/gve/gve_ethdev.c index cf28a4a3b7..e1998cc864 100644 --- a/drivers/net/gve/gve_ethdev.c +++ b/drivers/net/gve/gve_ethdev.c @@ -1,5 +1,6 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(C) 2022 Intel Corporation + * Copyright (c) 2022-2023 Google LLC + * Copyright (c) 2022-2023 Intel Corporation */ #include "gve_ethdev.h" diff --git a/drivers/net/gve/gve_ethdev.h b/drivers/net/gve/gve_ethdev.h index 42a02cf5d4..64d5bb0f78 100644 --- a/drivers/net/gve/gve_ethdev.h +++ b/drivers/net/gve/gve_ethdev.h @@ -1,5 +1,6 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(C) 2022 Intel Corporation + * Copyright (c) 2022-2023 Google LLC + * Copyright (c) 2022-2023 Intel Corporation */ #ifndef _GVE_ETHDEV_H_ diff --git a/drivers/net/gve/gve_logs.h b/drivers/net/gve/gve_logs.h index 0d02da46e1..997a508f22 100644 --- a/drivers/net/gve/gve_logs.h +++ b/drivers/net/gve/gve_logs.h @@ -1,5 +1,6 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(C) 2022 Intel Corporation + * Copyright (c) 2022-2023 Google LLC + * Copyright (c) 2022-2023 Intel Corporation */ #ifndef _GVE_LOGS_H_ diff --git a/drivers/net/gve/gve_rx.c b/drivers/net/gve/gve_rx.c index 8d8f94efff..e8d5a8723b 100644 --- a/drivers/net/gve/gve_rx.c +++ b/drivers/net/gve/gve_rx.c @@ -1,5 +1,6 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(C) 2022 Intel Corporation + * Copyright (c) 2022-2023 Google LLC + * Copyright (c) 2022-2023 Intel Corporation */ #include "gve_ethdev.h" diff --git a/drivers/net/gve/gve_tx.c b/drivers/net/gve/gve_tx.c index fee3b939c7..bbb954c9ea 100644 --- a/drivers/net/gve/gve_tx.c +++ b/drivers/net/gve/gve_tx.c @@ -1,5 +1,6 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(C) 2022 Intel Corporation + * Copyright (c) 2022-2023 Google LLC + * Copyright (c) 2022-2023 Intel Corporation */ #include "gve_ethdev.h" diff --git a/drivers/net/gve/meson.build b/drivers/net/gve/meson.build index af0010c01c..9cacccf2aa 100644 --- a/drivers/net/gve/meson.build +++ b/drivers/net/gve/meson.build @@ -1,5 +1,6 @@ # SPDX-License-Identifier: BSD-3-Clause -# Copyright(C) 2022 Intel Corporation +# Copyright (c) 2022-2023 Google LLC +# Copyright (c) 2022-2023 Intel Corporation if is_windows build = false -- 2.34.1