From 958a2b3495326b725511bfbf7d824a880a93906b Mon Sep 17 00:00:00 2001 From: Mahesh Doijade Date: Fri, 23 Feb 2024 05:17:08 -0800 Subject: [PATCH] fix copyright year in masked_nn.cuh --- cpp/include/raft/distance/detail/masked_nn.cuh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/include/raft/distance/detail/masked_nn.cuh b/cpp/include/raft/distance/detail/masked_nn.cuh index 4ff83dce89..7bbb1ae789 100644 --- a/cpp/include/raft/distance/detail/masked_nn.cuh +++ b/cpp/include/raft/distance/detail/masked_nn.cuh @@ -1,5 +1,5 @@ /* - * 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.