mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
nvethernet: Fix Copyright year
Bug 4669190 Change-Id: I7b683d10fa230711ae38aac48e24c05b1033c1c8 Signed-off-by: Aniruddha Paul <anpaul@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3150773 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Manish Bhardwaj <mbhardwaj@nvidia.com> Reviewed-by: Narayana Reddy P <narayanr@nvidia.com> Tested-by: Manish Bhardwaj <mbhardwaj@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
38b4ef0bdd
commit
b7a7a2cba5
@@ -1,5 +1,5 @@
|
|||||||
#SPDX-License-Identifier: GPL-2.0-only
|
#SPDX-License-Identifier: GPL-2.0-only
|
||||||
#Copyright (c) 2019-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
#Copyright (c) 2019-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||||
|
|
||||||
OSI_COMMON := nvethernetrm/osi/common
|
OSI_COMMON := nvethernetrm/osi/common
|
||||||
OSI_CORE := nvethernetrm/osi/core
|
OSI_CORE := nvethernetrm/osi/core
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0-only
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2019-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved */
|
/* Copyright (c) 2019-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved */
|
||||||
|
|
||||||
#include <nvidia/conftest.h>
|
#include <nvidia/conftest.h>
|
||||||
#include "ether_linux.h"
|
#include "ether_linux.h"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/* Copyright (c) 2019-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved */
|
/* Copyright (c) 2019-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved */
|
||||||
|
|
||||||
#ifndef IOCTL_H
|
#ifndef IOCTL_H
|
||||||
#define IOCTL_H
|
#define IOCTL_H
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/* Copyright (c) 2019-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved */
|
/* Copyright (c) 2019-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved */
|
||||||
|
|
||||||
#ifndef INCLUDED_MACSEC_H
|
#ifndef INCLUDED_MACSEC_H
|
||||||
#define INCLUDED_MACSEC_H
|
#define INCLUDED_MACSEC_H
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0-only
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2019-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved */
|
/* Copyright (c) 2019-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved */
|
||||||
|
|
||||||
#ifndef OSI_STRIPPED_LIB
|
#ifndef OSI_STRIPPED_LIB
|
||||||
#include "ether_linux.h"
|
#include "ether_linux.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user