From 46cea0552b904fa6ffbb3f4c411c8decdbfe00db Mon Sep 17 00:00:00 2001 From: David Gardner Date: Tue, 2 Jan 2024 09:03:23 -0800 Subject: [PATCH] Update CR year for files changed in this PR --- CMakeLists.txt | 2 +- ci/conda/recipes/morpheus/morpheus_build.sh | 2 +- ci/scripts/common.sh | 2 +- ci/scripts/fix_all.sh | 2 +- ci/scripts/python_checks.sh | 2 +- cmake/dependencies.cmake | 2 +- cmake/package_search/Finducx.cmake | 15 +++++++++++++++ docker/Dockerfile | 2 +- examples/CMakeLists.txt | 2 +- .../cmake/Configure_SimpleAmqpClient.cmake | 2 +- .../cmake/Configure_rabbitmq.cmake | 2 +- examples/external_cpp_stage/CMakeLists.txt | 2 +- examples/external_cpp_stage/compile.sh | 2 +- .../morpheus_ex/external_cpp_stage/CMakeLists.txt | 2 +- .../morpheus_ex/external_cpp_stage/__init__.py | 2 +- .../morpheus_ex/external_cpp_stage/pass_thru.py | 2 +- .../morpheus_ex/external_cpp_stage/pipeline.py | 15 +++++++++++++++ .../external_cpp_stage/src/pass_thru.cpp | 2 +- .../external_cpp_stage/src/pass_thru.hpp | 2 +- examples/external_cpp_stage/setup.cfg | 2 +- morpheus/_lib/cmake/libmorpheus.cmake | 2 +- morpheus/_lib/doca/CMakeLists.txt | 2 +- morpheus/_lib/tests/CMakeLists.txt | 2 +- setup.cfg | 2 +- tests/examples/developer_guide/test_pass_thru.py | 2 +- 25 files changed, 53 insertions(+), 23 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 367934d8b7..02f97d6847 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2018-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2018-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/conda/recipes/morpheus/morpheus_build.sh b/ci/conda/recipes/morpheus/morpheus_build.sh index 0d2fac4515..721f7a3e44 100644 --- a/ci/conda/recipes/morpheus/morpheus_build.sh +++ b/ci/conda/recipes/morpheus/morpheus_build.sh @@ -1,4 +1,4 @@ -# 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"); diff --git a/ci/scripts/common.sh b/ci/scripts/common.sh index a3b1fb88cf..3bfa4e0870 100644 --- a/ci/scripts/common.sh +++ b/ci/scripts/common.sh @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2021-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/fix_all.sh b/ci/scripts/fix_all.sh index 2f28590278..8585e73cc6 100755 --- a/ci/scripts/fix_all.sh +++ b/ci/scripts/fix_all.sh @@ -1,5 +1,5 @@ #!/bin/bash -# SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2021-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/python_checks.sh b/ci/scripts/python_checks.sh index 662193ca52..7455b2edfc 100755 --- a/ci/scripts/python_checks.sh +++ b/ci/scripts/python_checks.sh @@ -1,6 +1,6 @@ #!/bin/bash -# SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2021-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/cmake/dependencies.cmake b/cmake/dependencies.cmake index 790525e278..212a1065b2 100644 --- a/cmake/dependencies.cmake +++ b/cmake/dependencies.cmake @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2021-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/cmake/package_search/Finducx.cmake b/cmake/package_search/Finducx.cmake index a7ab15394b..c474cd08db 100644 --- a/cmake/package_search/Finducx.cmake +++ b/cmake/package_search/Finducx.cmake @@ -1,3 +1,18 @@ +# SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + include(FindPackageHandleStandardArgs) diff --git a/docker/Dockerfile b/docker/Dockerfile index 953690f62e..67d6e814f4 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.3 -# SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2021-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/examples/CMakeLists.txt b/examples/CMakeLists.txt index b214220d9c..9298ae4541 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,5 +1,5 @@ # ============================================================================= -# Copyright (c) 2020-2023, NVIDIA CORPORATION. +# Copyright (c) 2020-2024, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at diff --git a/examples/developer_guide/4_rabbitmq_cpp_stage/cmake/Configure_SimpleAmqpClient.cmake b/examples/developer_guide/4_rabbitmq_cpp_stage/cmake/Configure_SimpleAmqpClient.cmake index df2d3cafac..7ce13f7695 100644 --- a/examples/developer_guide/4_rabbitmq_cpp_stage/cmake/Configure_SimpleAmqpClient.cmake +++ b/examples/developer_guide/4_rabbitmq_cpp_stage/cmake/Configure_SimpleAmqpClient.cmake @@ -1,5 +1,5 @@ #============================================================================= -# 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"); diff --git a/examples/developer_guide/4_rabbitmq_cpp_stage/cmake/Configure_rabbitmq.cmake b/examples/developer_guide/4_rabbitmq_cpp_stage/cmake/Configure_rabbitmq.cmake index 5c34e1d266..ecbcc2b0ed 100644 --- a/examples/developer_guide/4_rabbitmq_cpp_stage/cmake/Configure_rabbitmq.cmake +++ b/examples/developer_guide/4_rabbitmq_cpp_stage/cmake/Configure_rabbitmq.cmake @@ -1,5 +1,5 @@ #============================================================================= -# 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"); diff --git a/examples/external_cpp_stage/CMakeLists.txt b/examples/external_cpp_stage/CMakeLists.txt index aa47c0361a..d04f0672ca 100644 --- a/examples/external_cpp_stage/CMakeLists.txt +++ b/examples/external_cpp_stage/CMakeLists.txt @@ -1,4 +1,4 @@ -# 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"); diff --git a/examples/external_cpp_stage/compile.sh b/examples/external_cpp_stage/compile.sh index 065b854977..41c4640a49 100755 --- a/examples/external_cpp_stage/compile.sh +++ b/examples/external_cpp_stage/compile.sh @@ -1,5 +1,5 @@ #!/bin/bash -# SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2021-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/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/CMakeLists.txt b/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/CMakeLists.txt index e2e4ea3ed1..582756278f 100644 --- a/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/CMakeLists.txt +++ b/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/CMakeLists.txt @@ -1,5 +1,5 @@ # ============================================================================= -# Copyright (c) 2020-2023, NVIDIA CORPORATION. +# Copyright (c) 2020-2024, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at diff --git a/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/__init__.py b/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/__init__.py index 55746c5815..4d22334098 100644 --- a/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/__init__.py +++ b/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023, NVIDIA CORPORATION. +# Copyright (c) 2023-2024, 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/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/pass_thru.py b/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/pass_thru.py index f7ab067694..af12d4d0d7 100644 --- a/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/pass_thru.py +++ b/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/pass_thru.py @@ -1,4 +1,4 @@ -# 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"); diff --git a/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/pipeline.py b/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/pipeline.py index 54888e6876..240c38d25b 100644 --- a/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/pipeline.py +++ b/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/pipeline.py @@ -1,3 +1,18 @@ +# SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import click diff --git a/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/src/pass_thru.cpp b/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/src/pass_thru.cpp index 1d9313ba6e..7b215a9e08 100644 --- a/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/src/pass_thru.cpp +++ b/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/src/pass_thru.cpp @@ -1,5 +1,5 @@ /** - * 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"); diff --git a/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/src/pass_thru.hpp b/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/src/pass_thru.hpp index 3d13b47d4d..703ea2855f 100644 --- a/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/src/pass_thru.hpp +++ b/examples/external_cpp_stage/morpheus_ex/external_cpp_stage/src/pass_thru.hpp @@ -1,5 +1,5 @@ /** - * 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"); diff --git a/examples/external_cpp_stage/setup.cfg b/examples/external_cpp_stage/setup.cfg index 0b447bd90c..a50fc84722 100644 --- a/examples/external_cpp_stage/setup.cfg +++ b/examples/external_cpp_stage/setup.cfg @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2023-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/morpheus/_lib/cmake/libmorpheus.cmake b/morpheus/_lib/cmake/libmorpheus.cmake index 03b2a4f747..eb215a6401 100644 --- a/morpheus/_lib/cmake/libmorpheus.cmake +++ b/morpheus/_lib/cmake/libmorpheus.cmake @@ -1,5 +1,5 @@ # ============================================================================= -# Copyright (c) 2020-2023, NVIDIA CORPORATION. +# Copyright (c) 2020-2024, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at diff --git a/morpheus/_lib/doca/CMakeLists.txt b/morpheus/_lib/doca/CMakeLists.txt index 837cfcef37..2578ca02a3 100644 --- a/morpheus/_lib/doca/CMakeLists.txt +++ b/morpheus/_lib/doca/CMakeLists.txt @@ -1,5 +1,5 @@ # ============================================================================= -# Copyright (c) 2020-2023, NVIDIA CORPORATION. +# Copyright (c) 2020-2024, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at diff --git a/morpheus/_lib/tests/CMakeLists.txt b/morpheus/_lib/tests/CMakeLists.txt index 7c77ee5e23..f3e969c73f 100644 --- a/morpheus/_lib/tests/CMakeLists.txt +++ b/morpheus/_lib/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# 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"); diff --git a/setup.cfg b/setup.cfg index e4ae8dd6b6..162a18436a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023, NVIDIA CORPORATION. +# Copyright (c) 2021-2024, NVIDIA CORPORATION. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/examples/developer_guide/test_pass_thru.py b/tests/examples/developer_guide/test_pass_thru.py index 349a540b0b..628446df1c 100644 --- a/tests/examples/developer_guide/test_pass_thru.py +++ b/tests/examples/developer_guide/test_pass_thru.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License");