From 33a896f99eab7001efead4f23132978d56b43c69 Mon Sep 17 00:00:00 2001 From: Yunsong Wang Date: Fri, 4 Feb 2022 17:25:50 -0500 Subject: [PATCH] Update copyright year --- nvbench/cuda_stream.cuh | 2 +- nvbench/detail/measure_cold.cu | 2 +- nvbench/detail/measure_cupti.cu | 2 +- nvbench/detail/measure_hot.cu | 2 +- nvbench/launch.cuh | 2 +- nvbench/state.cuh | 2 +- testing/state.cu | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nvbench/cuda_stream.cuh b/nvbench/cuda_stream.cuh index 0be0362..dfa9bb0 100644 --- a/nvbench/cuda_stream.cuh +++ b/nvbench/cuda_stream.cuh @@ -1,5 +1,5 @@ /* - * Copyright 2021 NVIDIA Corporation + * Copyright 2021-2022 NVIDIA Corporation * * Licensed under the Apache License, Version 2.0 with the LLVM exception * (the "License"); you may not use this file except in compliance with diff --git a/nvbench/detail/measure_cold.cu b/nvbench/detail/measure_cold.cu index 7014064..ec3bbbe 100644 --- a/nvbench/detail/measure_cold.cu +++ b/nvbench/detail/measure_cold.cu @@ -1,5 +1,5 @@ /* - * Copyright 2021 NVIDIA Corporation + * Copyright 2021-2022 NVIDIA Corporation * * Licensed under the Apache License, Version 2.0 with the LLVM exception * (the "License"); you may not use this file except in compliance with diff --git a/nvbench/detail/measure_cupti.cu b/nvbench/detail/measure_cupti.cu index 1a09f90..75318ae 100644 --- a/nvbench/detail/measure_cupti.cu +++ b/nvbench/detail/measure_cupti.cu @@ -1,5 +1,5 @@ /* - * Copyright 2021 NVIDIA Corporation + * Copyright 2021-2022 NVIDIA Corporation * * Licensed under the Apache License, Version 2.0 with the LLVM exception * (the "License"); you may not use this file except in compliance with diff --git a/nvbench/detail/measure_hot.cu b/nvbench/detail/measure_hot.cu index 0d4100e..25e2119 100644 --- a/nvbench/detail/measure_hot.cu +++ b/nvbench/detail/measure_hot.cu @@ -1,5 +1,5 @@ /* - * Copyright 2021 NVIDIA Corporation + * Copyright 2021-2022 NVIDIA Corporation * * Licensed under the Apache License, Version 2.0 with the LLVM exception * (the "License"); you may not use this file except in compliance with diff --git a/nvbench/launch.cuh b/nvbench/launch.cuh index 5479462..fae3f0e 100644 --- a/nvbench/launch.cuh +++ b/nvbench/launch.cuh @@ -1,5 +1,5 @@ /* - * Copyright 2021 NVIDIA Corporation + * Copyright 2021-2022 NVIDIA Corporation * * Licensed under the Apache License, Version 2.0 with the LLVM exception * (the "License"); you may not use this file except in compliance with diff --git a/nvbench/state.cuh b/nvbench/state.cuh index b244c0d..2369bba 100644 --- a/nvbench/state.cuh +++ b/nvbench/state.cuh @@ -1,5 +1,5 @@ /* - * Copyright 2021 NVIDIA Corporation + * Copyright 2021-2022 NVIDIA Corporation * * Licensed under the Apache License, Version 2.0 with the LLVM exception * (the "License"); you may not use this file except in compliance with diff --git a/testing/state.cu b/testing/state.cu index ade63ed..de87c81 100644 --- a/testing/state.cu +++ b/testing/state.cu @@ -1,5 +1,5 @@ /* - * Copyright 2021 NVIDIA Corporation + * Copyright 2021-2022 NVIDIA Corporation * * Licensed under the Apache License, Version 2.0 with the LLVM exception * (the "License"); you may not use this file except in compliance with