From 27fd548390ee179f902674ce18b4fbed7d988dab Mon Sep 17 00:00:00 2001 From: David Gardner Date: Thu, 19 Dec 2024 12:03:33 -0800 Subject: [PATCH] Update CR year --- ci/scripts/github/build.sh | 2 +- ci/scripts/github/test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/scripts/github/build.sh b/ci/scripts/github/build.sh index 853b2540d..5686b6b3c 100755 --- a/ci/scripts/github/build.sh +++ b/ci/scripts/github/build.sh @@ -1,5 +1,5 @@ #!/usr/bin/bash -# SPDX-FileCopyrightText: Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/ci/scripts/github/test.sh b/ci/scripts/github/test.sh index a3cc854e8..a21d59630 100755 --- a/ci/scripts/github/test.sh +++ b/ci/scripts/github/test.sh @@ -1,5 +1,5 @@ #!/usr/bin/bash -# SPDX-FileCopyrightText: Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License");