From 1f991061d9fc91d7ecf12990b6e3da015d7861c8 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 8 May 2024 15:25:38 -0500 Subject: [PATCH] Update copyright on modified and new files to include NVIDIA Signed-off-by: Quincey Koziol --- COPYING | 2 ++ config/cmake/ConfigureChecks.cmake | 1 + config/cmake/H5pubconf.h.in | 1 + config/cmake/HDF5DeveloperBuild.cmake | 1 + config/cmake/HDFTests.c | 1 + configure.ac | 1 + src/H5.c | 1 + src/H5CX.c | 1 + src/H5Eint.c | 1 + src/H5Epkg.h | 1 + src/H5FDsubfiling/H5FDioc.h | 1 + src/H5FDsubfiling/H5FDioc_priv.h | 1 + src/H5FDsubfiling/H5FDioc_threads.c | 1 + src/H5FDsubfiling/H5FDsubfiling_priv.h | 1 + src/H5FDsubfiling/H5subfiling_common.c | 1 + src/H5FDsubfiling/H5subfiling_common.h | 1 + src/H5TS.c | 1 + src/H5TSatomic.c | 3 +-- src/H5TSbarrier.c | 3 +-- src/H5TSc11.c | 3 +-- src/H5TScond.c | 3 +-- src/H5TSdevelop.h | 1 + src/H5TSint.c | 3 +-- src/H5TSkey.c | 3 +-- src/H5TSmodule.h | 3 +-- src/H5TSmutex.c | 3 +-- src/H5TSonce.c | 3 +-- src/H5TSpkg.h | 3 +-- src/H5TSpool.c | 3 +-- src/H5TSprivate.h | 1 + src/H5TSpthread.c | 3 +-- src/H5TSrwlock.c | 3 +-- src/H5TSthread.c | 3 +-- src/H5TSwin.c | 3 +-- src/H5Tnative.c | 2 -- src/H5build_settings.autotools.c.in | 1 + src/H5err.txt | 1 + src/H5private.h | 1 + src/Makefile.am | 1 + test/Makefile.am | 1 + test/ttsafe.c | 1 + test/ttsafe.h | 1 + test/ttsafe_acreate.c | 1 + test/ttsafe_atomic.c | 3 +-- test/ttsafe_attr_vlen.c | 1 + test/ttsafe_cancel.c | 1 + test/ttsafe_dcreate.c | 1 + test/ttsafe_develop.c | 3 +-- test/ttsafe_error.c | 1 + test/ttsafe_rec_rw_lock.c | 3 +-- test/ttsafe_thread_id.c | 3 +-- test/ttsafe_thread_pool.c | 3 +-- 52 files changed, 52 insertions(+), 42 deletions(-) diff --git a/COPYING b/COPYING index 9bd04025250..a4555a9dd97 100644 --- a/COPYING +++ b/COPYING @@ -10,6 +10,8 @@ Copyright 1998-2006 by The Board of Trustees of the University of Illinois. All rights reserved. +Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. + Redistribution and use in source and binary forms, with or without modification, are permitted for any purpose (including commercial purposes) provided that the following conditions are met: diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake index e81e785bc45..fe421e4e4c4 100644 --- a/config/cmake/ConfigureChecks.cmake +++ b/config/cmake/ConfigureChecks.cmake @@ -1,6 +1,7 @@ # # Copyright by The HDF Group. # All rights reserved. +# Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 37bd7ddc6d6..2ba1df39d83 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/config/cmake/HDF5DeveloperBuild.cmake b/config/cmake/HDF5DeveloperBuild.cmake index 07c9acab301..01e1a782ac1 100644 --- a/config/cmake/HDF5DeveloperBuild.cmake +++ b/config/cmake/HDF5DeveloperBuild.cmake @@ -1,6 +1,7 @@ # # Copyright by The HDF Group. # All rights reserved. +# Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in diff --git a/config/cmake/HDFTests.c b/config/cmake/HDFTests.c index 3885af5ab4f..72f69828315 100644 --- a/config/cmake/HDFTests.c +++ b/config/cmake/HDFTests.c @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/configure.ac b/configure.ac index 0690d927f31..197e91e859e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,6 +2,7 @@ ## ## Copyright by The HDF Group. ## All rights reserved. +## Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. ## ## This file is part of HDF5. The full HDF5 copyright notice, including ## terms governing use, modification, and redistribution, is contained in diff --git a/src/H5.c b/src/H5.c index 9dc9fca1022..ade504848f8 100644 --- a/src/H5.c +++ b/src/H5.c @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5CX.c b/src/H5CX.c index 96591f8264f..e1cdd340422 100644 --- a/src/H5CX.c +++ b/src/H5CX.c @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5Eint.c b/src/H5Eint.c index aaedfd64b21..65a5c169547 100644 --- a/src/H5Eint.c +++ b/src/H5Eint.c @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5Epkg.h b/src/H5Epkg.h index 9daec9158f2..219602f1d60 100644 --- a/src/H5Epkg.h +++ b/src/H5Epkg.h @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5FDsubfiling/H5FDioc.h b/src/H5FDsubfiling/H5FDioc.h index 8f0255c5583..acf155a92b0 100644 --- a/src/H5FDsubfiling/H5FDioc.h +++ b/src/H5FDsubfiling/H5FDioc.h @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5FDsubfiling/H5FDioc_priv.h b/src/H5FDsubfiling/H5FDioc_priv.h index 87b35829ca0..272b3bfd7f0 100644 --- a/src/H5FDsubfiling/H5FDioc_priv.h +++ b/src/H5FDsubfiling/H5FDioc_priv.h @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5FDsubfiling/H5FDioc_threads.c b/src/H5FDsubfiling/H5FDioc_threads.c index 43321d50533..77a3917696d 100644 --- a/src/H5FDsubfiling/H5FDioc_threads.c +++ b/src/H5FDsubfiling/H5FDioc_threads.c @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5FDsubfiling/H5FDsubfiling_priv.h b/src/H5FDsubfiling/H5FDsubfiling_priv.h index 33f5bd89a5d..ac8698a8261 100644 --- a/src/H5FDsubfiling/H5FDsubfiling_priv.h +++ b/src/H5FDsubfiling/H5FDsubfiling_priv.h @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5FDsubfiling/H5subfiling_common.c b/src/H5FDsubfiling/H5subfiling_common.c index 0b90ebc1923..b758464d0f8 100644 --- a/src/H5FDsubfiling/H5subfiling_common.c +++ b/src/H5FDsubfiling/H5subfiling_common.c @@ -1,5 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/src/H5FDsubfiling/H5subfiling_common.h b/src/H5FDsubfiling/H5subfiling_common.h index a468014ccd2..7c93a8b4a3c 100644 --- a/src/H5FDsubfiling/H5subfiling_common.h +++ b/src/H5FDsubfiling/H5subfiling_common.h @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5TS.c b/src/H5TS.c index cc0acea0b68..224f47cac81 100644 --- a/src/H5TS.c +++ b/src/H5TS.c @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5TSatomic.c b/src/H5TSatomic.c index 58f8837a48b..01c6deaa794 100644 --- a/src/H5TSatomic.c +++ b/src/H5TSatomic.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by The HDF Group. * - * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5TSbarrier.c b/src/H5TSbarrier.c index 53e69b2b51e..669a9224d95 100644 --- a/src/H5TSbarrier.c +++ b/src/H5TSbarrier.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by The HDF Group. * - * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5TSc11.c b/src/H5TSc11.c index c1de0fe7a5c..254247d2bd6 100644 --- a/src/H5TSc11.c +++ b/src/H5TSc11.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by The HDF Group. * - * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5TScond.c b/src/H5TScond.c index 85399efb5b3..86229397bbb 100644 --- a/src/H5TScond.c +++ b/src/H5TScond.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by The HDF Group. * - * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5TSdevelop.h b/src/H5TSdevelop.h index 6700d1047d8..296c71706a7 100644 --- a/src/H5TSdevelop.h +++ b/src/H5TSdevelop.h @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5TSint.c b/src/H5TSint.c index 8d978ec4c9f..60c6f2e1156 100644 --- a/src/H5TSint.c +++ b/src/H5TSint.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by The HDF Group. * - * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5TSkey.c b/src/H5TSkey.c index 6f89806a962..ea1abd74925 100644 --- a/src/H5TSkey.c +++ b/src/H5TSkey.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by The HDF Group. * - * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5TSmodule.h b/src/H5TSmodule.h index 2e8bb1d92a6..06decbe6f5c 100644 --- a/src/H5TSmodule.h +++ b/src/H5TSmodule.h @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by The HDF Group. * - * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5TSmutex.c b/src/H5TSmutex.c index 0f17be4d86b..4385f30b5b1 100644 --- a/src/H5TSmutex.c +++ b/src/H5TSmutex.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by The HDF Group. * - * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5TSonce.c b/src/H5TSonce.c index 492dd1de4c0..3debc2ee53d 100644 --- a/src/H5TSonce.c +++ b/src/H5TSonce.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by The HDF Group. * - * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5TSpkg.h b/src/H5TSpkg.h index 18b5910efdb..73249465189 100644 --- a/src/H5TSpkg.h +++ b/src/H5TSpkg.h @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by The HDF Group. * - * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5TSpool.c b/src/H5TSpool.c index 1be35f5ec8e..8d732233ec1 100644 --- a/src/H5TSpool.c +++ b/src/H5TSpool.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by The HDF Group. * - * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5TSprivate.h b/src/H5TSprivate.h index 954956e48a4..f4e5503ce47 100644 --- a/src/H5TSprivate.h +++ b/src/H5TSprivate.h @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5TSpthread.c b/src/H5TSpthread.c index e8774b67979..3dc4d375c42 100644 --- a/src/H5TSpthread.c +++ b/src/H5TSpthread.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by The HDF Group. * - * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5TSrwlock.c b/src/H5TSrwlock.c index 43bac524c17..4904defda75 100644 --- a/src/H5TSrwlock.c +++ b/src/H5TSrwlock.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by The HDF Group. * - * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5TSthread.c b/src/H5TSthread.c index 8856519e084..8fbdef265e6 100644 --- a/src/H5TSthread.c +++ b/src/H5TSthread.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by The HDF Group. * - * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5TSwin.c b/src/H5TSwin.c index 4eca38e34db..aca474c6ccc 100644 --- a/src/H5TSwin.c +++ b/src/H5TSwin.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by The HDF Group. * - * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5Tnative.c b/src/H5Tnative.c index 38ada71fdf0..01ba1a48386 100644 --- a/src/H5Tnative.c +++ b/src/H5Tnative.c @@ -721,12 +721,10 @@ H5T__get_native_float(size_t size, H5T_direction_t direction, size_t *struct_ali match = H5T_NATIVE_FLOAT_MATCH_DOUBLE; native_size = sizeof(double); } -#if H5_SIZEOF_LONG_DOUBLE != H5_SIZEOF_DOUBLE else if (size <= sizeof(long double)) { match = H5T_NATIVE_FLOAT_MATCH_LDOUBLE; native_size = sizeof(long double); } -#endif else { /* If not match, return the biggest datatype */ match = H5T_NATIVE_FLOAT_MATCH_LDOUBLE; native_size = sizeof(long double); diff --git a/src/H5build_settings.autotools.c.in b/src/H5build_settings.autotools.c.in index 5ca1555a157..acf3754ac0a 100644 --- a/src/H5build_settings.autotools.c.in +++ b/src/H5build_settings.autotools.c.in @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/H5err.txt b/src/H5err.txt index 23cab2c0e56..cef511ea5f4 100644 --- a/src/H5err.txt +++ b/src/H5err.txt @@ -1,5 +1,6 @@ # Copyright by The HDF Group. # All rights reserved. +# Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in diff --git a/src/H5private.h b/src/H5private.h index 1f3c2ed7365..816a886b101 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/src/Makefile.am b/src/Makefile.am index d7e5de11893..64becbe6a03 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,7 @@ # # Copyright by The HDF Group. # All rights reserved. +# Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in diff --git a/test/Makefile.am b/test/Makefile.am index 9ee288db602..cd79d33839d 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,7 @@ # # Copyright by The HDF Group. # All rights reserved. +# Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in diff --git a/test/ttsafe.c b/test/ttsafe.c index e2b153d8ac6..79e03727aa5 100644 --- a/test/ttsafe.c +++ b/test/ttsafe.c @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/test/ttsafe.h b/test/ttsafe.h index b30fbff8253..e38f0afc3ea 100644 --- a/test/ttsafe.h +++ b/test/ttsafe.h @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/test/ttsafe_acreate.c b/test/ttsafe_acreate.c index b3a83e5690c..341ce3b627d 100644 --- a/test/ttsafe_acreate.c +++ b/test/ttsafe_acreate.c @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/test/ttsafe_atomic.c b/test/ttsafe_atomic.c index 71046be44af..b7a6954a2df 100644 --- a/test/ttsafe_atomic.c +++ b/test/ttsafe_atomic.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by The HDF Group. * - * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/test/ttsafe_attr_vlen.c b/test/ttsafe_attr_vlen.c index 913ad0011a9..64ad3ceadb6 100644 --- a/test/ttsafe_attr_vlen.c +++ b/test/ttsafe_attr_vlen.c @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/test/ttsafe_cancel.c b/test/ttsafe_cancel.c index 45a82ed3706..389a3e8efc7 100644 --- a/test/ttsafe_cancel.c +++ b/test/ttsafe_cancel.c @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/test/ttsafe_dcreate.c b/test/ttsafe_dcreate.c index fb66aeaf313..2cc2fc54744 100644 --- a/test/ttsafe_dcreate.c +++ b/test/ttsafe_dcreate.c @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/test/ttsafe_develop.c b/test/ttsafe_develop.c index 3fe4efd8f2a..3bafcd4cc04 100644 --- a/test/ttsafe_develop.c +++ b/test/ttsafe_develop.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by The HDF Group. * - * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/test/ttsafe_error.c b/test/ttsafe_error.c index 95062eaa8d1..3684e950533 100644 --- a/test/ttsafe_error.c +++ b/test/ttsafe_error.c @@ -1,6 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/test/ttsafe_rec_rw_lock.c b/test/ttsafe_rec_rw_lock.c index f7230af3d9d..68b274e50ba 100644 --- a/test/ttsafe_rec_rw_lock.c +++ b/test/ttsafe_rec_rw_lock.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by The HDF Group. * - * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/test/ttsafe_thread_id.c b/test/ttsafe_thread_id.c index 70673e674cc..fbc40d9afff 100644 --- a/test/ttsafe_thread_id.c +++ b/test/ttsafe_thread_id.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by The HDF Group. * - * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * diff --git a/test/ttsafe_thread_pool.c b/test/ttsafe_thread_pool.c index 9dd28360e50..798095fcd1c 100644 --- a/test/ttsafe_thread_pool.c +++ b/test/ttsafe_thread_pool.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by The HDF Group. * - * All rights reserved. * + * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in *