From c101801e5b4edbd5ae09211f97bdbab1f0e5a1d1 Mon Sep 17 00:00:00 2001 From: Daniel Juenger <2955913+sleeepyjack@users.noreply.github.com> Date: Wed, 13 Jul 2022 14:53:26 +0000 Subject: [PATCH] Update copyright headers. --- benchmarks/bloom_filter/bloom_filter_bench.cu | 2 +- include/cuco/bloom_filter.cuh | 2 +- include/cuco/detail/bloom_filter.inl | 2 +- include/cuco/detail/bloom_filter_kernels.cuh | 2 +- tests/bloom_filter/bloom_filter_test.cu | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/benchmarks/bloom_filter/bloom_filter_bench.cu b/benchmarks/bloom_filter/bloom_filter_bench.cu index 75209571d..17a0cd636 100644 --- a/benchmarks/bloom_filter/bloom_filter_bench.cu +++ b/benchmarks/bloom_filter/bloom_filter_bench.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, NVIDIA CORPORATION. + * Copyright (c) 2021-2022, 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/include/cuco/bloom_filter.cuh b/include/cuco/bloom_filter.cuh index 695cebda9..3f89e0571 100644 --- a/include/cuco/bloom_filter.cuh +++ b/include/cuco/bloom_filter.cuh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, NVIDIA CORPORATION. + * Copyright (c) 2021-2022, 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/include/cuco/detail/bloom_filter.inl b/include/cuco/detail/bloom_filter.inl index 2d85cacbf..f6e53a5a0 100644 --- a/include/cuco/detail/bloom_filter.inl +++ b/include/cuco/detail/bloom_filter.inl @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, NVIDIA CORPORATION. + * Copyright (c) 2021-2022, 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/include/cuco/detail/bloom_filter_kernels.cuh b/include/cuco/detail/bloom_filter_kernels.cuh index 963315f8c..2f4658984 100644 --- a/include/cuco/detail/bloom_filter_kernels.cuh +++ b/include/cuco/detail/bloom_filter_kernels.cuh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, NVIDIA CORPORATION. + * Copyright (c) 2021-2022, 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/tests/bloom_filter/bloom_filter_test.cu b/tests/bloom_filter/bloom_filter_test.cu index 3a8242ba0..94b77d7e8 100644 --- a/tests/bloom_filter/bloom_filter_test.cu +++ b/tests/bloom_filter/bloom_filter_test.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, NVIDIA CORPORATION. + * Copyright (c) 2021-2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.