From 5713417ce826f68d3d0542111238d9ec1d53a11c Mon Sep 17 00:00:00 2001 From: Partho Sarthi Date: Tue, 28 Jan 2025 16:07:18 -0800 Subject: [PATCH] Fix 2024 and 2025 year in license headers Signed-off-by: Partho Sarthi --- .../src/spark_rapids_pytools/cloud_api/databricks_azure.py | 2 +- user_tools/src/spark_rapids_pytools/cloud_api/dataproc.py | 2 +- user_tools/src/spark_rapids_pytools/cloud_api/dataproc_gke.py | 2 +- user_tools/src/spark_rapids_pytools/cloud_api/emr.py | 2 +- user_tools/src/spark_rapids_pytools/cloud_api/onprem.py | 2 +- user_tools/src/spark_rapids_pytools/cloud_api/sp_types.py | 2 +- user_tools/src/spark_rapids_pytools/rapids/rapids_job.py | 2 +- user_tools/src/spark_rapids_pytools/rapids/rapids_tool.py | 2 +- user_tools/src/spark_rapids_pytools/rapids/tool_ctxt.py | 2 +- .../spark_rapids_pytools/resources/distributed-tools-conf.yaml | 2 +- user_tools/src/spark_rapids_tools/cmdli/argprocessor.py | 2 +- user_tools/src/spark_rapids_tools/configuration/common.py | 2 +- user_tools/src/spark_rapids_tools/configuration/runtime_conf.py | 2 +- .../src/spark_rapids_tools/configuration/submission/__init__.py | 2 +- .../configuration/submission/distributed_config.py | 2 +- .../spark_rapids_tools/configuration/submission/local_config.py | 2 +- user_tools/src/spark_rapids_tools/configuration/tools_config.py | 2 +- user_tools/src/spark_rapids_tools/enums.py | 2 +- user_tools/src/spark_rapids_tools/storagelib/csppath.py | 2 +- user_tools/src/spark_rapids_tools/utils/util.py | 2 +- user_tools/src/spark_rapids_tools_distributed/__init__.py | 2 +- .../src/spark_rapids_tools_distributed/distributed_main.py | 2 +- user_tools/src/spark_rapids_tools_distributed/jar_cmd_args.py | 2 +- .../output_processing/__init__.py | 2 +- .../output_processing/combiner.py | 2 +- .../output_processing/processors.py | 2 +- .../spark_rapids_tools_distributed/spark_management/__init__.py | 2 +- .../spark_management/spark_job_submitter.py | 2 +- .../spark_management/spark_session_builder.py | 2 +- .../spark_rapids_tools_distributed/spark_map_task/__init__.py | 2 +- .../spark_rapids_tools_distributed/spark_map_task/jar_runner.py | 2 +- .../spark_map_task/status_reporter.py | 2 +- user_tools/tests/spark_rapids_tools_ut/conftest.py | 2 +- .../tests/spark_rapids_tools_ut/test_tool_argprocessor.py | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/user_tools/src/spark_rapids_pytools/cloud_api/databricks_azure.py b/user_tools/src/spark_rapids_pytools/cloud_api/databricks_azure.py index ce76f9cfd..5705b2018 100644 --- a/user_tools/src/spark_rapids_pytools/cloud_api/databricks_azure.py +++ b/user_tools/src/spark_rapids_pytools/cloud_api/databricks_azure.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024, NVIDIA CORPORATION. +# Copyright (c) 2023-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_pytools/cloud_api/dataproc.py b/user_tools/src/spark_rapids_pytools/cloud_api/dataproc.py index 6bf33eb4c..dde519206 100644 --- a/user_tools/src/spark_rapids_pytools/cloud_api/dataproc.py +++ b/user_tools/src/spark_rapids_pytools/cloud_api/dataproc.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024, NVIDIA CORPORATION. +# Copyright (c) 2023-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_pytools/cloud_api/dataproc_gke.py b/user_tools/src/spark_rapids_pytools/cloud_api/dataproc_gke.py index 364c9c8e9..6af1d261c 100644 --- a/user_tools/src/spark_rapids_pytools/cloud_api/dataproc_gke.py +++ b/user_tools/src/spark_rapids_pytools/cloud_api/dataproc_gke.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024, NVIDIA CORPORATION. +# Copyright (c) 2023-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_pytools/cloud_api/emr.py b/user_tools/src/spark_rapids_pytools/cloud_api/emr.py index 11849beed..3b844d7d0 100644 --- a/user_tools/src/spark_rapids_pytools/cloud_api/emr.py +++ b/user_tools/src/spark_rapids_pytools/cloud_api/emr.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024, NVIDIA CORPORATION. +# Copyright (c) 2023-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_pytools/cloud_api/onprem.py b/user_tools/src/spark_rapids_pytools/cloud_api/onprem.py index 1ae80452d..ed3607b8f 100644 --- a/user_tools/src/spark_rapids_pytools/cloud_api/onprem.py +++ b/user_tools/src/spark_rapids_pytools/cloud_api/onprem.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024, NVIDIA CORPORATION. +# Copyright (c) 2023-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_pytools/cloud_api/sp_types.py b/user_tools/src/spark_rapids_pytools/cloud_api/sp_types.py index 2c566f166..fb009449e 100644 --- a/user_tools/src/spark_rapids_pytools/cloud_api/sp_types.py +++ b/user_tools/src/spark_rapids_pytools/cloud_api/sp_types.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024, NVIDIA CORPORATION. +# Copyright (c) 2023-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_pytools/rapids/rapids_job.py b/user_tools/src/spark_rapids_pytools/rapids/rapids_job.py index 4dc75257e..0660b5215 100644 --- a/user_tools/src/spark_rapids_pytools/rapids/rapids_job.py +++ b/user_tools/src/spark_rapids_pytools/rapids/rapids_job.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024, NVIDIA CORPORATION. +# Copyright (c) 2023-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_pytools/rapids/rapids_tool.py b/user_tools/src/spark_rapids_pytools/rapids/rapids_tool.py index c8180a71b..dc7f5b069 100644 --- a/user_tools/src/spark_rapids_pytools/rapids/rapids_tool.py +++ b/user_tools/src/spark_rapids_pytools/rapids/rapids_tool.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024, NVIDIA CORPORATION. +# Copyright (c) 2023-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_pytools/rapids/tool_ctxt.py b/user_tools/src/spark_rapids_pytools/rapids/tool_ctxt.py index 714192271..389a70f13 100644 --- a/user_tools/src/spark_rapids_pytools/rapids/tool_ctxt.py +++ b/user_tools/src/spark_rapids_pytools/rapids/tool_ctxt.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024, NVIDIA CORPORATION. +# Copyright (c) 2023-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_pytools/resources/distributed-tools-conf.yaml b/user_tools/src/spark_rapids_pytools/resources/distributed-tools-conf.yaml index 2e65424a4..34fbad4b4 100644 --- a/user_tools/src/spark_rapids_pytools/resources/distributed-tools-conf.yaml +++ b/user_tools/src/spark_rapids_pytools/resources/distributed-tools-conf.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools/cmdli/argprocessor.py b/user_tools/src/spark_rapids_tools/cmdli/argprocessor.py index 1a8c3b887..a2fba6701 100644 --- a/user_tools/src/spark_rapids_tools/cmdli/argprocessor.py +++ b/user_tools/src/spark_rapids_tools/cmdli/argprocessor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024, NVIDIA CORPORATION. +# Copyright (c) 2023-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools/configuration/common.py b/user_tools/src/spark_rapids_tools/configuration/common.py index 9df8a763e..97437f8cb 100644 --- a/user_tools/src/spark_rapids_tools/configuration/common.py +++ b/user_tools/src/spark_rapids_tools/configuration/common.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools/configuration/runtime_conf.py b/user_tools/src/spark_rapids_tools/configuration/runtime_conf.py index 7878d369d..f8a82dc22 100644 --- a/user_tools/src/spark_rapids_tools/configuration/runtime_conf.py +++ b/user_tools/src/spark_rapids_tools/configuration/runtime_conf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools/configuration/submission/__init__.py b/user_tools/src/spark_rapids_tools/configuration/submission/__init__.py index e8b752e95..2237a7fe4 100644 --- a/user_tools/src/spark_rapids_tools/configuration/submission/__init__.py +++ b/user_tools/src/spark_rapids_tools/configuration/submission/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools/configuration/submission/distributed_config.py b/user_tools/src/spark_rapids_tools/configuration/submission/distributed_config.py index f50f3b9b5..70c79bfb6 100644 --- a/user_tools/src/spark_rapids_tools/configuration/submission/distributed_config.py +++ b/user_tools/src/spark_rapids_tools/configuration/submission/distributed_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools/configuration/submission/local_config.py b/user_tools/src/spark_rapids_tools/configuration/submission/local_config.py index 944f6fb0f..4b52f61ea 100644 --- a/user_tools/src/spark_rapids_tools/configuration/submission/local_config.py +++ b/user_tools/src/spark_rapids_tools/configuration/submission/local_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools/configuration/tools_config.py b/user_tools/src/spark_rapids_tools/configuration/tools_config.py index 24627d497..32319c9c1 100644 --- a/user_tools/src/spark_rapids_tools/configuration/tools_config.py +++ b/user_tools/src/spark_rapids_tools/configuration/tools_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools/enums.py b/user_tools/src/spark_rapids_tools/enums.py index d2b450832..c751aa5fe 100644 --- a/user_tools/src/spark_rapids_tools/enums.py +++ b/user_tools/src/spark_rapids_tools/enums.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024, NVIDIA CORPORATION. +# Copyright (c) 2023-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools/storagelib/csppath.py b/user_tools/src/spark_rapids_tools/storagelib/csppath.py index c9bbf250a..0118e1c7a 100644 --- a/user_tools/src/spark_rapids_tools/storagelib/csppath.py +++ b/user_tools/src/spark_rapids_tools/storagelib/csppath.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024, NVIDIA CORPORATION. +# Copyright (c) 2023-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools/utils/util.py b/user_tools/src/spark_rapids_tools/utils/util.py index ff2d128d6..2f72c2f3a 100644 --- a/user_tools/src/spark_rapids_tools/utils/util.py +++ b/user_tools/src/spark_rapids_tools/utils/util.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024, NVIDIA CORPORATION. +# Copyright (c) 2023-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools_distributed/__init__.py b/user_tools/src/spark_rapids_tools_distributed/__init__.py index e8b752e95..2237a7fe4 100644 --- a/user_tools/src/spark_rapids_tools_distributed/__init__.py +++ b/user_tools/src/spark_rapids_tools_distributed/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools_distributed/distributed_main.py b/user_tools/src/spark_rapids_tools_distributed/distributed_main.py index 4eca41d7d..0280fddb9 100644 --- a/user_tools/src/spark_rapids_tools_distributed/distributed_main.py +++ b/user_tools/src/spark_rapids_tools_distributed/distributed_main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools_distributed/jar_cmd_args.py b/user_tools/src/spark_rapids_tools_distributed/jar_cmd_args.py index 304798030..86f6cccd2 100644 --- a/user_tools/src/spark_rapids_tools_distributed/jar_cmd_args.py +++ b/user_tools/src/spark_rapids_tools_distributed/jar_cmd_args.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools_distributed/output_processing/__init__.py b/user_tools/src/spark_rapids_tools_distributed/output_processing/__init__.py index e8b752e95..2237a7fe4 100644 --- a/user_tools/src/spark_rapids_tools_distributed/output_processing/__init__.py +++ b/user_tools/src/spark_rapids_tools_distributed/output_processing/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools_distributed/output_processing/combiner.py b/user_tools/src/spark_rapids_tools_distributed/output_processing/combiner.py index 38972cc52..6211b1687 100644 --- a/user_tools/src/spark_rapids_tools_distributed/output_processing/combiner.py +++ b/user_tools/src/spark_rapids_tools_distributed/output_processing/combiner.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools_distributed/output_processing/processors.py b/user_tools/src/spark_rapids_tools_distributed/output_processing/processors.py index 2ae0d4009..c2c2e7826 100644 --- a/user_tools/src/spark_rapids_tools_distributed/output_processing/processors.py +++ b/user_tools/src/spark_rapids_tools_distributed/output_processing/processors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools_distributed/spark_management/__init__.py b/user_tools/src/spark_rapids_tools_distributed/spark_management/__init__.py index e8b752e95..2237a7fe4 100644 --- a/user_tools/src/spark_rapids_tools_distributed/spark_management/__init__.py +++ b/user_tools/src/spark_rapids_tools_distributed/spark_management/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools_distributed/spark_management/spark_job_submitter.py b/user_tools/src/spark_rapids_tools_distributed/spark_management/spark_job_submitter.py index d57a99956..0b957cc46 100644 --- a/user_tools/src/spark_rapids_tools_distributed/spark_management/spark_job_submitter.py +++ b/user_tools/src/spark_rapids_tools_distributed/spark_management/spark_job_submitter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools_distributed/spark_management/spark_session_builder.py b/user_tools/src/spark_rapids_tools_distributed/spark_management/spark_session_builder.py index 47d525a47..c0a38dee9 100644 --- a/user_tools/src/spark_rapids_tools_distributed/spark_management/spark_session_builder.py +++ b/user_tools/src/spark_rapids_tools_distributed/spark_management/spark_session_builder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools_distributed/spark_map_task/__init__.py b/user_tools/src/spark_rapids_tools_distributed/spark_map_task/__init__.py index d81696b17..2b05b2f0c 100644 --- a/user_tools/src/spark_rapids_tools_distributed/spark_map_task/__init__.py +++ b/user_tools/src/spark_rapids_tools_distributed/spark_map_task/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools_distributed/spark_map_task/jar_runner.py b/user_tools/src/spark_rapids_tools_distributed/spark_map_task/jar_runner.py index 0c4650d38..5e5e421fa 100644 --- a/user_tools/src/spark_rapids_tools_distributed/spark_map_task/jar_runner.py +++ b/user_tools/src/spark_rapids_tools_distributed/spark_map_task/jar_runner.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/user_tools/src/spark_rapids_tools_distributed/spark_map_task/status_reporter.py b/user_tools/src/spark_rapids_tools_distributed/spark_map_task/status_reporter.py index d0c823d50..56ff1dbe5 100644 --- a/user_tools/src/spark_rapids_tools_distributed/spark_map_task/status_reporter.py +++ b/user_tools/src/spark_rapids_tools_distributed/spark_map_task/status_reporter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/user_tools/tests/spark_rapids_tools_ut/conftest.py b/user_tools/tests/spark_rapids_tools_ut/conftest.py index 019026250..1a029c947 100644 --- a/user_tools/tests/spark_rapids_tools_ut/conftest.py +++ b/user_tools/tests/spark_rapids_tools_ut/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024, NVIDIA CORPORATION. +# Copyright (c) 2023-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/user_tools/tests/spark_rapids_tools_ut/test_tool_argprocessor.py b/user_tools/tests/spark_rapids_tools_ut/test_tool_argprocessor.py index 064954eba..b28b52a46 100644 --- a/user_tools/tests/spark_rapids_tools_ut/test_tool_argprocessor.py +++ b/user_tools/tests/spark_rapids_tools_ut/test_tool_argprocessor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024, NVIDIA CORPORATION. +# Copyright (c) 2023-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.