From 6c637ac71e328850233c5930bb1dfe8dd89f1999 Mon Sep 17 00:00:00 2001 From: Revanth Kumar Uppala Date: Thu, 2 Feb 2023 15:56:08 +0000 Subject: [PATCH] nvethernetrm: Update Copyright year to 2023 Bug 3918941 Change-Id: Iae1cce6bb0bffaa20d601a0c5da62045ce9458fc Signed-off-by: Revanth Kumar Uppala Reviewed-on: https://git-master.nvidia.com/r/c/kernel/nvethernetrm/+/2852448 Tested-by: mobile promotions Reviewed-by: mobile promotions --- include/ivc_core.h | 2 +- include/mmc.h | 2 +- include/nvethernet_type.h | 2 +- include/nvethernetrm_export.h | 2 +- include/nvethernetrm_l3l4.h | 2 +- include/osi_dma_txrx.h | 2 +- osi/common/osi_common.c | 2 +- osi/core/Makefile.interface.tmk | 2 +- osi/core/Makefile.tmk | 2 +- osi/core/core_common.h | 2 +- osi/core/debug.c | 2 +- osi/core/eqos_mmc.c | 2 +- osi/core/mgbe_mmc.c | 2 +- osi/core/mgbe_mmc.h | 2 +- osi/core/vlan_filter.h | 2 +- osi/core/xpcs.c | 2 +- osi/core/xpcs.h | 2 +- osi/dma/Makefile.interface.tmk | 2 +- osi/dma/Makefile.tmk | 2 +- osi/dma/debug.c | 2 +- osi/dma/eqos_desc.c | 2 +- osi/dma/eqos_dma.h | 2 +- osi/dma/hw_common.h | 2 +- osi/dma/hw_desc.h | 2 +- osi/dma/libnvethernetcl.export | 2 +- osi/dma/libnvethernetcl_safety.export | 2 +- osi/dma/mgbe_desc.c | 2 +- osi/dma/mgbe_desc.h | 2 +- osi/dma/mgbe_dma.h | 2 +- osi/dma/staticlib/Makefile.interface.tmk | 2 +- osi/dma/staticlib/Makefile.tmk | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/include/ivc_core.h b/include/ivc_core.h index 2be9f17..dc3d372 100644 --- a/include/ivc_core.h +++ b/include/ivc_core.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2020-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/include/mmc.h b/include/mmc.h index 3b0a864..779eb0c 100644 --- a/include/mmc.h +++ b/include/mmc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2018-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/include/nvethernet_type.h b/include/nvethernet_type.h index b80e8fc..c4384de 100644 --- a/include/nvethernet_type.h +++ b/include/nvethernet_type.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2020-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/include/nvethernetrm_export.h b/include/nvethernetrm_export.h index f8d1d84..28ee9b2 100644 --- a/include/nvethernetrm_export.h +++ b/include/nvethernetrm_export.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/include/nvethernetrm_l3l4.h b/include/nvethernetrm_l3l4.h index dd8619a..94649a9 100644 --- a/include/nvethernetrm_l3l4.h +++ b/include/nvethernetrm_l3l4.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/include/osi_dma_txrx.h b/include/osi_dma_txrx.h index 325a0dd..65d402d 100644 --- a/include/osi_dma_txrx.h +++ b/include/osi_dma_txrx.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2018-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/osi/common/osi_common.c b/osi/common/osi_common.c index 3a369d6..cee520c 100644 --- a/osi/common/osi_common.c +++ b/osi/common/osi_common.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2018-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/osi/core/Makefile.interface.tmk b/osi/core/Makefile.interface.tmk index 4abf439..be368ac 100644 --- a/osi/core/Makefile.interface.tmk +++ b/osi/core/Makefile.interface.tmk @@ -1,6 +1,6 @@ ################################### tell Emacs this is a -*- makefile-gmake -*- # -# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2019-2023, NVIDIA CORPORATION. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/osi/core/Makefile.tmk b/osi/core/Makefile.tmk index ecb6fcf..a4fd775 100644 --- a/osi/core/Makefile.tmk +++ b/osi/core/Makefile.tmk @@ -1,6 +1,6 @@ ################################### tell Emacs this is a -*- makefile-gmake -*- # -# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2019-2023, NVIDIA CORPORATION. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/osi/core/core_common.h b/osi/core/core_common.h index 190d0c6..c74b579 100644 --- a/osi/core/core_common.h +++ b/osi/core/core_common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/osi/core/debug.c b/osi/core/debug.c index 622edf7..72fc3b5 100644 --- a/osi/core/debug.c +++ b/osi/core/debug.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2021-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/osi/core/eqos_mmc.c b/osi/core/eqos_mmc.c index 670d702..ab4f78c 100644 --- a/osi/core/eqos_mmc.c +++ b/osi/core/eqos_mmc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2018-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/osi/core/mgbe_mmc.c b/osi/core/mgbe_mmc.c index 57e65bb..348c11a 100644 --- a/osi/core/mgbe_mmc.c +++ b/osi/core/mgbe_mmc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2020-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/osi/core/mgbe_mmc.h b/osi/core/mgbe_mmc.h index ac97c46..f904a43 100644 --- a/osi/core/mgbe_mmc.h +++ b/osi/core/mgbe_mmc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2020-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/osi/core/vlan_filter.h b/osi/core/vlan_filter.h index e60568f..574c1f2 100644 --- a/osi/core/vlan_filter.h +++ b/osi/core/vlan_filter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2020-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/osi/core/xpcs.c b/osi/core/xpcs.c index b61cacb..4b070fa 100644 --- a/osi/core/xpcs.c +++ b/osi/core/xpcs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2020-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/osi/core/xpcs.h b/osi/core/xpcs.h index be788e3..f04ad0b 100644 --- a/osi/core/xpcs.h +++ b/osi/core/xpcs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2020-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/osi/dma/Makefile.interface.tmk b/osi/dma/Makefile.interface.tmk index 5df87ee..693774c 100644 --- a/osi/dma/Makefile.interface.tmk +++ b/osi/dma/Makefile.interface.tmk @@ -1,6 +1,6 @@ ################################### tell Emacs this is a -*- makefile-gmake -*- # -# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2019-2023, NVIDIA CORPORATION. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/osi/dma/Makefile.tmk b/osi/dma/Makefile.tmk index fbb585a..94ffaad 100644 --- a/osi/dma/Makefile.tmk +++ b/osi/dma/Makefile.tmk @@ -1,6 +1,6 @@ ################################### tell Emacs this is a -*- makefile-gmake -*- # -# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2019-2023, NVIDIA CORPORATION. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/osi/dma/debug.c b/osi/dma/debug.c index fc14ef7..5b0fa23 100644 --- a/osi/dma/debug.c +++ b/osi/dma/debug.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2021-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/osi/dma/eqos_desc.c b/osi/dma/eqos_desc.c index 389ac72..ed09014 100644 --- a/osi/dma/eqos_desc.c +++ b/osi/dma/eqos_desc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2020-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/osi/dma/eqos_dma.h b/osi/dma/eqos_dma.h index cb4fbf0..d76d5ee 100644 --- a/osi/dma/eqos_dma.h +++ b/osi/dma/eqos_dma.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2018-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/osi/dma/hw_common.h b/osi/dma/hw_common.h index 474c7d3..d1b6a28 100644 --- a/osi/dma/hw_common.h +++ b/osi/dma/hw_common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/osi/dma/hw_desc.h b/osi/dma/hw_desc.h index ddf27f0..392531f 100644 --- a/osi/dma/hw_desc.h +++ b/osi/dma/hw_desc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2018-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/osi/dma/libnvethernetcl.export b/osi/dma/libnvethernetcl.export index 8fdb285..2113803 100644 --- a/osi/dma/libnvethernetcl.export +++ b/osi/dma/libnvethernetcl.export @@ -1,6 +1,6 @@ ################################### tell Emacs this is a -*- makefile-gmake -*- # -# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2019-2023, NVIDIA CORPORATION. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/osi/dma/libnvethernetcl_safety.export b/osi/dma/libnvethernetcl_safety.export index 5e62c6c..aa2eb44 100644 --- a/osi/dma/libnvethernetcl_safety.export +++ b/osi/dma/libnvethernetcl_safety.export @@ -1,6 +1,6 @@ ################################### tell Emacs this is a -*- makefile-gmake -*- # -# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/osi/dma/mgbe_desc.c b/osi/dma/mgbe_desc.c index 6b15b67..deac619 100644 --- a/osi/dma/mgbe_desc.c +++ b/osi/dma/mgbe_desc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2020-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/osi/dma/mgbe_desc.h b/osi/dma/mgbe_desc.h index ae7bda1..1eb4824 100644 --- a/osi/dma/mgbe_desc.h +++ b/osi/dma/mgbe_desc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2020-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/osi/dma/mgbe_dma.h b/osi/dma/mgbe_dma.h index 89032ca..0990d6e 100644 --- a/osi/dma/mgbe_dma.h +++ b/osi/dma/mgbe_dma.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2020-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/osi/dma/staticlib/Makefile.interface.tmk b/osi/dma/staticlib/Makefile.interface.tmk index c87a743..c17d0bb 100644 --- a/osi/dma/staticlib/Makefile.interface.tmk +++ b/osi/dma/staticlib/Makefile.interface.tmk @@ -1,6 +1,6 @@ ################################### tell Emacs this is a -*- makefile-gmake -*- # -# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2019-2023, NVIDIA CORPORATION. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/osi/dma/staticlib/Makefile.tmk b/osi/dma/staticlib/Makefile.tmk index c033b19..0429143 100644 --- a/osi/dma/staticlib/Makefile.tmk +++ b/osi/dma/staticlib/Makefile.tmk @@ -1,6 +1,6 @@ ################################### tell Emacs this is a -*- makefile-gmake -*- # -# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2019-2023, NVIDIA CORPORATION. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"),