From 1ca876ddd37245a6a5f6f1e28a081c8538790c4c Mon Sep 17 00:00:00 2001 From: Jake Awe Date: Tue, 26 Mar 2024 08:18:31 -0500 Subject: [PATCH] fix copyright --- ci/build_cpp.sh | 2 +- ci/build_python.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/build_cpp.sh b/ci/build_cpp.sh index b3d75ee0a2..ac21a69518 100755 --- a/ci/build_cpp.sh +++ b/ci/build_cpp.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2022-2023, NVIDIA CORPORATION. +# Copyright (c) 2022-2024, NVIDIA CORPORATION. set -euo pipefail diff --git a/ci/build_python.sh b/ci/build_python.sh index b6002cc489..f97102b203 100755 --- a/ci/build_python.sh +++ b/ci/build_python.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2022-2023, NVIDIA CORPORATION. +# Copyright (c) 2022-2024, NVIDIA CORPORATION. set -euo pipefail