diff --git a/cpp/cmake/deps/abseil.cmake b/cpp/cmake/deps/abseil.cmake index 75c40d3d..d5654878 100644 --- a/cpp/cmake/deps/abseil.cmake +++ b/cpp/cmake/deps/abseil.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2020, NVIDIA CORPORATION. +# Copyright (c) 2020-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. # You may obtain a copy of the License at diff --git a/cpp/cmake/deps/boost-header-only.cmake b/cpp/cmake/deps/boost-header-only.cmake index 18dab9bf..104c0b91 100644 --- a/cpp/cmake/deps/boost-header-only.cmake +++ b/cpp/cmake/deps/boost-header-only.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2021, NVIDIA CORPORATION. +# Copyright (c) 2021-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. # You may obtain a copy of the License at diff --git a/cpp/cmake/deps/boost.cmake b/cpp/cmake/deps/boost.cmake index 4659e127..57e04a07 100644 --- a/cpp/cmake/deps/boost.cmake +++ b/cpp/cmake/deps/boost.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2020-2021, NVIDIA CORPORATION. +# Copyright (c) 2020-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. # You may obtain a copy of the License at diff --git a/cpp/cmake/deps/catch2.cmake b/cpp/cmake/deps/catch2.cmake index 04a602f7..666aa562 100644 --- a/cpp/cmake/deps/catch2.cmake +++ b/cpp/cmake/deps/catch2.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2020, NVIDIA CORPORATION. +# Copyright (c) 2020-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. # You may obtain a copy of the License at diff --git a/cpp/cmake/deps/cli11.cmake b/cpp/cmake/deps/cli11.cmake index 65ceae7b..b4d7b5e1 100644 --- a/cpp/cmake/deps/cli11.cmake +++ b/cpp/cmake/deps/cli11.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2020, NVIDIA CORPORATION. +# Copyright (c) 2020-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. # You may obtain a copy of the License at @@ -22,6 +22,9 @@ if (NOT TARGET deps::cli11) EXCLUDE_FROM_ALL ) message(STATUS "Fetching cli11 sources") + set(CLI11_BUILD_DOCS OFF) + set(CLI11_BUILD_EXAMPLES OFF) + set(CLI11_BUILD_TESTS OFF) FetchContent_MakeAvailable(deps-cli11) message(STATUS "Fetching cli11 sources - done") diff --git a/cpp/cmake/deps/fmt.cmake b/cpp/cmake/deps/fmt.cmake index affcb58c..2e08bc3b 100644 --- a/cpp/cmake/deps/fmt.cmake +++ b/cpp/cmake/deps/fmt.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2020, NVIDIA CORPORATION. +# Copyright (c) 2020-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. # You may obtain a copy of the License at diff --git a/cpp/cmake/deps/googlebenchmark.cmake b/cpp/cmake/deps/googlebenchmark.cmake index 712b9cf0..362942c8 100644 --- a/cpp/cmake/deps/googlebenchmark.cmake +++ b/cpp/cmake/deps/googlebenchmark.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2020, NVIDIA CORPORATION. +# Copyright (c) 2020-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. # You may obtain a copy of the License at diff --git a/cpp/cmake/deps/googletest.cmake b/cpp/cmake/deps/googletest.cmake index 21ca956a..c4acc3f5 100644 --- a/cpp/cmake/deps/googletest.cmake +++ b/cpp/cmake/deps/googletest.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2020, NVIDIA CORPORATION. +# Copyright (c) 2020-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. # You may obtain a copy of the License at diff --git a/cpp/cmake/deps/json.cmake b/cpp/cmake/deps/json.cmake index 34206c8f..a22f3c63 100644 --- a/cpp/cmake/deps/json.cmake +++ b/cpp/cmake/deps/json.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2020, NVIDIA CORPORATION. +# Copyright (c) 2020-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. # You may obtain a copy of the License at diff --git a/cpp/cmake/deps/libcuckoo.cmake b/cpp/cmake/deps/libcuckoo.cmake index f01851dc..a3423dd3 100644 --- a/cpp/cmake/deps/libcuckoo.cmake +++ b/cpp/cmake/deps/libcuckoo.cmake @@ -1,5 +1,5 @@ # Apache License, Version 2.0 -# Copyright 2021 NVIDIA Corporation +# Copyright 2021-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/cpp/cmake/deps/nvtx3.cmake b/cpp/cmake/deps/nvtx3.cmake index 868b7152..35d6d900 100644 --- a/cpp/cmake/deps/nvtx3.cmake +++ b/cpp/cmake/deps/nvtx3.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2021, NVIDIA CORPORATION. +# Copyright (c) 2021-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. # You may obtain a copy of the License at diff --git a/cpp/cmake/deps/openslide.cmake b/cpp/cmake/deps/openslide.cmake index 8e44e33a..2ec1e3fd 100644 --- a/cpp/cmake/deps/openslide.cmake +++ b/cpp/cmake/deps/openslide.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2020, NVIDIA CORPORATION. +# Copyright (c) 2020-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. # You may obtain a copy of the License at diff --git a/cpp/cmake/deps/pybind11.cmake b/cpp/cmake/deps/pybind11.cmake index ca3c0d61..19aab2ec 100644 --- a/cpp/cmake/deps/pybind11.cmake +++ b/cpp/cmake/deps/pybind11.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2020, NVIDIA CORPORATION. +# Copyright (c) 2020-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. # You may obtain a copy of the License at diff --git a/cpp/cmake/deps/rmm.cmake b/cpp/cmake/deps/rmm.cmake index 1fdb64b8..06aa1246 100644 --- a/cpp/cmake/deps/rmm.cmake +++ b/cpp/cmake/deps/rmm.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2020, NVIDIA CORPORATION. +# Copyright (c) 2020-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. # You may obtain a copy of the License at diff --git a/cpp/cmake/deps/taskflow.cmake b/cpp/cmake/deps/taskflow.cmake index b95143ab..5081c9b3 100644 --- a/cpp/cmake/deps/taskflow.cmake +++ b/cpp/cmake/deps/taskflow.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2021, NVIDIA CORPORATION. +# Copyright (c) 2021-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. # You may obtain a copy of the License at diff --git a/cpp/plugins/cucim.kit.cumed/cmake/deps/catch2.cmake b/cpp/plugins/cucim.kit.cumed/cmake/deps/catch2.cmake index 762ca686..7d977347 100644 --- a/cpp/plugins/cucim.kit.cumed/cmake/deps/catch2.cmake +++ b/cpp/plugins/cucim.kit.cumed/cmake/deps/catch2.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2021, NVIDIA CORPORATION. +# Copyright (c) 2021-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. # You may obtain a copy of the License at diff --git a/cpp/plugins/cucim.kit.cumed/cmake/deps/cli11.cmake b/cpp/plugins/cucim.kit.cumed/cmake/deps/cli11.cmake index c17c0259..03c2888c 100644 --- a/cpp/plugins/cucim.kit.cumed/cmake/deps/cli11.cmake +++ b/cpp/plugins/cucim.kit.cumed/cmake/deps/cli11.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2021, NVIDIA CORPORATION. +# Copyright (c) 2021-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. # You may obtain a copy of the License at @@ -21,8 +21,10 @@ if (NOT TARGET deps::cli11) GIT_SHALLOW TRUE EXCLUDE_FROM_ALL ) - message(STATUS "Fetching cli11 sources") + set(CLI11_BUILD_DOCS OFF) + set(CLI11_BUILD_EXAMPLES OFF) + set(CLI11_BUILD_TESTS OFF) FetchContent_MakeAvailable(deps-cli11) message(STATUS "Fetching cli11 sources - done") diff --git a/cpp/plugins/cucim.kit.cumed/cmake/deps/fmt.cmake b/cpp/plugins/cucim.kit.cumed/cmake/deps/fmt.cmake index 2cacacd1..965e2153 100644 --- a/cpp/plugins/cucim.kit.cumed/cmake/deps/fmt.cmake +++ b/cpp/plugins/cucim.kit.cumed/cmake/deps/fmt.cmake @@ -1,17 +1,17 @@ -# Apache License, Version 2.0 -# Copyright 2021 NVIDIA Corporation # +# Copyright (c) 2021-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. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# 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. +# if (NOT TARGET deps::fmt) FetchContent_Declare( @@ -21,6 +21,7 @@ if (NOT TARGET deps::fmt) GIT_SHALLOW TRUE EXCLUDE_FROM_ALL ) + message(STATUS "Fetching fmt sources") # Create static library diff --git a/cpp/plugins/cucim.kit.cumed/cmake/deps/googlebenchmark.cmake b/cpp/plugins/cucim.kit.cumed/cmake/deps/googlebenchmark.cmake index b648a387..86411f34 100644 --- a/cpp/plugins/cucim.kit.cumed/cmake/deps/googlebenchmark.cmake +++ b/cpp/plugins/cucim.kit.cumed/cmake/deps/googlebenchmark.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2021, NVIDIA CORPORATION. +# Copyright (c) 2021-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. # You may obtain a copy of the License at @@ -23,8 +23,9 @@ if (NOT TARGET deps::googlebenchmark) ) message(STATUS "Fetching googlebenchmark sources") - cucim_set_build_shared_libs(OFF) + # Create static library + cucim_set_build_shared_libs(OFF) set(BENCHMARK_ENABLE_GTEST_TESTS OFF) FetchContent_MakeAvailable(deps-googlebenchmark) message(STATUS "Fetching googlebenchmark sources - done") diff --git a/cpp/plugins/cucim.kit.cumed/cmake/deps/googletest.cmake b/cpp/plugins/cucim.kit.cumed/cmake/deps/googletest.cmake index fb135761..e78f7fbd 100644 --- a/cpp/plugins/cucim.kit.cumed/cmake/deps/googletest.cmake +++ b/cpp/plugins/cucim.kit.cumed/cmake/deps/googletest.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2021, NVIDIA CORPORATION. +# Copyright (c) 2021-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. # You may obtain a copy of the License at diff --git a/cpp/plugins/cucim.kit.cuslide/cmake/deps/boost.cmake b/cpp/plugins/cucim.kit.cuslide/cmake/deps/boost.cmake index 8ac52a22..44734c20 100644 --- a/cpp/plugins/cucim.kit.cuslide/cmake/deps/boost.cmake +++ b/cpp/plugins/cucim.kit.cuslide/cmake/deps/boost.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2020-2021, NVIDIA CORPORATION. +# Copyright (c) 2020-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. # You may obtain a copy of the License at diff --git a/cpp/plugins/cucim.kit.cuslide/cmake/deps/catch2.cmake b/cpp/plugins/cucim.kit.cuslide/cmake/deps/catch2.cmake index 04a602f7..666aa562 100644 --- a/cpp/plugins/cucim.kit.cuslide/cmake/deps/catch2.cmake +++ b/cpp/plugins/cucim.kit.cuslide/cmake/deps/catch2.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2020, NVIDIA CORPORATION. +# Copyright (c) 2020-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. # You may obtain a copy of the License at diff --git a/cpp/plugins/cucim.kit.cuslide/cmake/deps/cli11.cmake b/cpp/plugins/cucim.kit.cuslide/cmake/deps/cli11.cmake index 65ceae7b..b4d7b5e1 100644 --- a/cpp/plugins/cucim.kit.cuslide/cmake/deps/cli11.cmake +++ b/cpp/plugins/cucim.kit.cuslide/cmake/deps/cli11.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2020, NVIDIA CORPORATION. +# Copyright (c) 2020-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. # You may obtain a copy of the License at @@ -22,6 +22,9 @@ if (NOT TARGET deps::cli11) EXCLUDE_FROM_ALL ) message(STATUS "Fetching cli11 sources") + set(CLI11_BUILD_DOCS OFF) + set(CLI11_BUILD_EXAMPLES OFF) + set(CLI11_BUILD_TESTS OFF) FetchContent_MakeAvailable(deps-cli11) message(STATUS "Fetching cli11 sources - done") diff --git a/cpp/plugins/cucim.kit.cuslide/cmake/deps/fmt.cmake b/cpp/plugins/cucim.kit.cuslide/cmake/deps/fmt.cmake index affcb58c..2e08bc3b 100644 --- a/cpp/plugins/cucim.kit.cuslide/cmake/deps/fmt.cmake +++ b/cpp/plugins/cucim.kit.cuslide/cmake/deps/fmt.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2020, NVIDIA CORPORATION. +# Copyright (c) 2020-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. # You may obtain a copy of the License at diff --git a/cpp/plugins/cucim.kit.cuslide/cmake/deps/googlebenchmark.cmake b/cpp/plugins/cucim.kit.cuslide/cmake/deps/googlebenchmark.cmake index 712b9cf0..362942c8 100644 --- a/cpp/plugins/cucim.kit.cuslide/cmake/deps/googlebenchmark.cmake +++ b/cpp/plugins/cucim.kit.cuslide/cmake/deps/googlebenchmark.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2020, NVIDIA CORPORATION. +# Copyright (c) 2020-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. # You may obtain a copy of the License at diff --git a/cpp/plugins/cucim.kit.cuslide/cmake/deps/googletest.cmake b/cpp/plugins/cucim.kit.cuslide/cmake/deps/googletest.cmake index 21ca956a..c4acc3f5 100644 --- a/cpp/plugins/cucim.kit.cuslide/cmake/deps/googletest.cmake +++ b/cpp/plugins/cucim.kit.cuslide/cmake/deps/googletest.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2020, NVIDIA CORPORATION. +# Copyright (c) 2020-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. # You may obtain a copy of the License at diff --git a/cpp/plugins/cucim.kit.cuslide/cmake/deps/json.cmake b/cpp/plugins/cucim.kit.cuslide/cmake/deps/json.cmake index 34206c8f..a22f3c63 100644 --- a/cpp/plugins/cucim.kit.cuslide/cmake/deps/json.cmake +++ b/cpp/plugins/cucim.kit.cuslide/cmake/deps/json.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2020, NVIDIA CORPORATION. +# Copyright (c) 2020-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. # You may obtain a copy of the License at diff --git a/cpp/plugins/cucim.kit.cuslide/cmake/deps/libculibos.cmake b/cpp/plugins/cucim.kit.cuslide/cmake/deps/libculibos.cmake index 2938198e..3ebffeb8 100644 --- a/cpp/plugins/cucim.kit.cuslide/cmake/deps/libculibos.cmake +++ b/cpp/plugins/cucim.kit.cuslide/cmake/deps/libculibos.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2022, NVIDIA CORPORATION. +# Copyright (c) 2022-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. # You may obtain a copy of the License at diff --git a/cpp/plugins/cucim.kit.cuslide/cmake/deps/libdeflate.cmake b/cpp/plugins/cucim.kit.cuslide/cmake/deps/libdeflate.cmake index 5c094a5b..47b21ea5 100644 --- a/cpp/plugins/cucim.kit.cuslide/cmake/deps/libdeflate.cmake +++ b/cpp/plugins/cucim.kit.cuslide/cmake/deps/libdeflate.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2021, NVIDIA CORPORATION. +# Copyright (c) 2021-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. # You may obtain a copy of the License at diff --git a/cpp/plugins/cucim.kit.cuslide/cmake/deps/libjpeg-turbo.cmake b/cpp/plugins/cucim.kit.cuslide/cmake/deps/libjpeg-turbo.cmake index 8eaa6363..3067ee3d 100644 --- a/cpp/plugins/cucim.kit.cuslide/cmake/deps/libjpeg-turbo.cmake +++ b/cpp/plugins/cucim.kit.cuslide/cmake/deps/libjpeg-turbo.cmake @@ -1,5 +1,5 @@ # Apache License, Version 2.0 -# Copyright 2020-2021 NVIDIA Corporation +# Copyright 2020-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/cpp/plugins/cucim.kit.cuslide/cmake/deps/libopenjpeg.cmake b/cpp/plugins/cucim.kit.cuslide/cmake/deps/libopenjpeg.cmake index bdda9618..b09a0b69 100644 --- a/cpp/plugins/cucim.kit.cuslide/cmake/deps/libopenjpeg.cmake +++ b/cpp/plugins/cucim.kit.cuslide/cmake/deps/libopenjpeg.cmake @@ -1,5 +1,5 @@ # Apache License, Version 2.0 -# Copyright 2020-2021 NVIDIA Corporation +# Copyright 2020-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/cpp/plugins/cucim.kit.cuslide/cmake/deps/libtiff.cmake b/cpp/plugins/cucim.kit.cuslide/cmake/deps/libtiff.cmake index 83410c7a..dedee740 100644 --- a/cpp/plugins/cucim.kit.cuslide/cmake/deps/libtiff.cmake +++ b/cpp/plugins/cucim.kit.cuslide/cmake/deps/libtiff.cmake @@ -1,5 +1,5 @@ # Apache License, Version 2.0 -# Copyright 2020 NVIDIA Corporation +# Copyright 2020-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/cpp/plugins/cucim.kit.cuslide/cmake/deps/nvjpeg.cmake b/cpp/plugins/cucim.kit.cuslide/cmake/deps/nvjpeg.cmake index 8bcf8c91..26ac14cb 100644 --- a/cpp/plugins/cucim.kit.cuslide/cmake/deps/nvjpeg.cmake +++ b/cpp/plugins/cucim.kit.cuslide/cmake/deps/nvjpeg.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2021, NVIDIA CORPORATION. +# Copyright (c) 2021-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. # You may obtain a copy of the License at diff --git a/cpp/plugins/cucim.kit.cuslide/cmake/deps/openslide.cmake b/cpp/plugins/cucim.kit.cuslide/cmake/deps/openslide.cmake index 8e44e33a..2ec1e3fd 100644 --- a/cpp/plugins/cucim.kit.cuslide/cmake/deps/openslide.cmake +++ b/cpp/plugins/cucim.kit.cuslide/cmake/deps/openslide.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2020, NVIDIA CORPORATION. +# Copyright (c) 2020-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. # You may obtain a copy of the License at diff --git a/cpp/plugins/cucim.kit.cuslide/cmake/deps/pugixml.cmake b/cpp/plugins/cucim.kit.cuslide/cmake/deps/pugixml.cmake index 827a50ec..9e509645 100644 --- a/cpp/plugins/cucim.kit.cuslide/cmake/deps/pugixml.cmake +++ b/cpp/plugins/cucim.kit.cuslide/cmake/deps/pugixml.cmake @@ -1,5 +1,5 @@ # Apache License, Version 2.0 -# Copyright 2020 NVIDIA Corporation +# Copyright 2020-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.