diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2022-11-01 21:02:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-01 21:02:27 (GMT) |
commit | 11dfa25910f08e70db336f125d52ef9586416017 (patch) | |
tree | 49b4576e96f5878175293e5eea5e72b65e7ac7ba /testpar | |
parent | 71595e9ea3df2f1ecae4fc52cf31aa04813d3287 (diff) | |
download | hdf5-11dfa25910f08e70db336f125d52ef9586416017.zip hdf5-11dfa25910f08e70db336f125d52ef9586416017.tar.gz hdf5-11dfa25910f08e70db336f125d52ef9586416017.tar.bz2 |
Update copyright headers (#2184)
* Updated source file copyright headers to remove "Copyright by the Board of Trustees
of the University of Illinois", which is kept in the top-level COPYING file.
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/Makefile.am | 1 | ||||
-rw-r--r-- | testpar/t_2Gio.c | 1 | ||||
-rw-r--r-- | testpar/t_cache.c | 1 | ||||
-rw-r--r-- | testpar/t_cache_image.c | 1 | ||||
-rw-r--r-- | testpar/t_chunk_alloc.c | 1 | ||||
-rw-r--r-- | testpar/t_coll_chunk.c | 1 | ||||
-rw-r--r-- | testpar/t_dset.c | 1 | ||||
-rw-r--r-- | testpar/t_file.c | 1 | ||||
-rw-r--r-- | testpar/t_file_image.c | 1 | ||||
-rw-r--r-- | testpar/t_filter_read.c | 1 | ||||
-rw-r--r-- | testpar/t_filters_parallel.c | 11 | ||||
-rw-r--r-- | testpar/t_filters_parallel.h | 11 | ||||
-rw-r--r-- | testpar/t_init_term.c | 1 | ||||
-rw-r--r-- | testpar/t_mdset.c | 1 | ||||
-rw-r--r-- | testpar/t_mpi.c | 1 | ||||
-rw-r--r-- | testpar/t_oflush.c | 1 | ||||
-rw-r--r-- | testpar/t_pflush1.c | 1 | ||||
-rw-r--r-- | testpar/t_pflush2.c | 1 | ||||
-rw-r--r-- | testpar/t_ph5basic.c | 1 | ||||
-rw-r--r-- | testpar/t_pmulti_dset.c | 11 | ||||
-rw-r--r-- | testpar/t_pread.c | 1 | ||||
-rw-r--r-- | testpar/t_prestart.c | 1 | ||||
-rw-r--r-- | testpar/t_prop.c | 1 | ||||
-rw-r--r-- | testpar/t_pshutdown.c | 1 | ||||
-rw-r--r-- | testpar/t_span_tree.c | 1 | ||||
-rw-r--r-- | testpar/t_subfiling_vfd.c | 2 | ||||
-rw-r--r-- | testpar/testpar.h | 1 | ||||
-rw-r--r-- | testpar/testpflush.sh.in | 1 | ||||
-rw-r--r-- | testpar/testphdf5.c | 1 | ||||
-rw-r--r-- | testpar/testphdf5.h | 1 |
30 files changed, 13 insertions, 48 deletions
diff --git a/testpar/Makefile.am b/testpar/Makefile.am index 4b35099..0506961 100644 --- a/testpar/Makefile.am +++ b/testpar/Makefile.am @@ -1,6 +1,5 @@ # # Copyright by The HDF Group. -# Copyright by the Board of Trustees of the University of Illinois. # All rights reserved. # # This file is part of HDF5. The full HDF5 copyright notice, including diff --git a/testpar/t_2Gio.c b/testpar/t_2Gio.c index 5a96fa10..d62fb55 100644 --- a/testpar/t_2Gio.c +++ b/testpar/t_2Gio.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/t_cache.c b/testpar/t_cache.c index f665578..9b3e40d 100644 --- a/testpar/t_cache.c +++ b/testpar/t_cache.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/t_cache_image.c b/testpar/t_cache_image.c index 762146f..65c892d 100644 --- a/testpar/t_cache_image.c +++ b/testpar/t_cache_image.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/t_chunk_alloc.c b/testpar/t_chunk_alloc.c index 06f6f20..ac5b90b 100644 --- a/testpar/t_chunk_alloc.c +++ b/testpar/t_chunk_alloc.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/t_coll_chunk.c b/testpar/t_coll_chunk.c index 87e3b6a..c6ed9b1 100644 --- a/testpar/t_coll_chunk.c +++ b/testpar/t_coll_chunk.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/t_dset.c b/testpar/t_dset.c index c9cade7..5002fb8 100644 --- a/testpar/t_dset.c +++ b/testpar/t_dset.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/t_file.c b/testpar/t_file.c index ce979e3..99ad13c 100644 --- a/testpar/t_file.c +++ b/testpar/t_file.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/t_file_image.c b/testpar/t_file_image.c index 039576f..676978c 100644 --- a/testpar/t_file_image.c +++ b/testpar/t_file_image.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/t_filter_read.c b/testpar/t_filter_read.c index efbe847..0781594 100644 --- a/testpar/t_filter_read.c +++ b/testpar/t_filter_read.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/t_filters_parallel.c b/testpar/t_filters_parallel.c index bee63f7..b4a4edb 100644 --- a/testpar/t_filters_parallel.c +++ b/testpar/t_filters_parallel.c @@ -1,16 +1,13 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * - * the files COPYING and Copyright.html. COPYING can be found at the root * - * of the source code distribution tree; Copyright.html can be found at the * - * root level of an installed copy of the electronic HDF5 document set and * - * is linked from the top-level documents page. It can also be found at * - * http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have * - * access to either file, you may request a copy from help@hdfgroup.org. * + * the COPYING file, which can be found at the root of the source code * + * distribution tree, or in https://www.hdfgroup.org/licenses. * + * If you do not have access to either file, you may request a copy from * + * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* diff --git a/testpar/t_filters_parallel.h b/testpar/t_filters_parallel.h index 800604c..335b43a 100644 --- a/testpar/t_filters_parallel.h +++ b/testpar/t_filters_parallel.h @@ -1,16 +1,13 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * - * the files COPYING and Copyright.html. COPYING can be found at the root * - * of the source code distribution tree; Copyright.html can be found at the * - * root level of an installed copy of the electronic HDF5 document set and * - * is linked from the top-level documents page. It can also be found at * - * http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have * - * access to either file, you may request a copy from help@hdfgroup.org. * + * the COPYING file, which can be found at the root of the source code * + * distribution tree, or in https://www.hdfgroup.org/licenses. * + * If you do not have access to either file, you may request a copy from * + * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* diff --git a/testpar/t_init_term.c b/testpar/t_init_term.c index 5bb3df3..2f2ad61 100644 --- a/testpar/t_init_term.c +++ b/testpar/t_init_term.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/t_mdset.c b/testpar/t_mdset.c index c720e23..7cdfecf 100644 --- a/testpar/t_mdset.c +++ b/testpar/t_mdset.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/t_mpi.c b/testpar/t_mpi.c index 886b247..d0400ae 100644 --- a/testpar/t_mpi.c +++ b/testpar/t_mpi.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/t_oflush.c b/testpar/t_oflush.c index 1a4ee69..4a91be1 100644 --- a/testpar/t_oflush.c +++ b/testpar/t_oflush.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/t_pflush1.c b/testpar/t_pflush1.c index 9185921..edfbcfe 100644 --- a/testpar/t_pflush1.c +++ b/testpar/t_pflush1.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/t_pflush2.c b/testpar/t_pflush2.c index e2c12e9..3e42351 100644 --- a/testpar/t_pflush2.c +++ b/testpar/t_pflush2.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/t_ph5basic.c b/testpar/t_ph5basic.c index f8d4129..cef5d12 100644 --- a/testpar/t_ph5basic.c +++ b/testpar/t_ph5basic.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/t_pmulti_dset.c b/testpar/t_pmulti_dset.c index a29755a..52d0aa7 100644 --- a/testpar/t_pmulti_dset.c +++ b/testpar/t_pmulti_dset.c @@ -1,16 +1,13 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * - * the files COPYING and Copyright.html. COPYING can be found at the root * - * of the source code distribution tree; Copyright.html can be found at the * - * root level of an installed copy of the electronic HDF5 document set and * - * is linked from the top-level documents page. It can also be found at * - * http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have * - * access to either file, you may request a copy from help@hdfgroup.org. * + * the COPYING file, which can be found at the root of the source code * + * distribution tree, or in https://www.hdfgroup.org/licenses. * + * If you do not have access to either file, you may request a copy from * + * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* diff --git a/testpar/t_pread.c b/testpar/t_pread.c index 194f941..9a2493d 100644 --- a/testpar/t_pread.c +++ b/testpar/t_pread.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/t_prestart.c b/testpar/t_prestart.c index e6c40ac..bfa72b6 100644 --- a/testpar/t_prestart.c +++ b/testpar/t_prestart.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/t_prop.c b/testpar/t_prop.c index 3089f01..6f7e28b 100644 --- a/testpar/t_prop.c +++ b/testpar/t_prop.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/t_pshutdown.c b/testpar/t_pshutdown.c index 3bf0e04e..278fd09 100644 --- a/testpar/t_pshutdown.c +++ b/testpar/t_pshutdown.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/t_span_tree.c b/testpar/t_span_tree.c index e624a01..aab2b59 100644 --- a/testpar/t_span_tree.c +++ b/testpar/t_span_tree.c @@ -1,7 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/t_subfiling_vfd.c b/testpar/t_subfiling_vfd.c index af263cf..b65aef0 100644 --- a/testpar/t_subfiling_vfd.c +++ b/testpar/t_subfiling_vfd.c @@ -5,7 +5,7 @@ * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * * the COPYING file, which can be found at the root of the source code * - * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. * + * distribution tree, or in https://www.hdfgroup.org/licenses. * * If you do not have access to either file, you may request a copy from * * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/testpar/testpar.h b/testpar/testpar.h index bbf9550..6c380a9 100644 --- a/testpar/testpar.h +++ b/testpar/testpar.h @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/testpflush.sh.in b/testpar/testpflush.sh.in index b400447..4720d6c 100644 --- a/testpar/testpflush.sh.in +++ b/testpar/testpflush.sh.in @@ -1,7 +1,6 @@ #! /bin/sh # # Copyright by The HDF Group. -# Copyright by the Board of Trustees of the University of Illinois. # All rights reserved. # # This file is part of HDF5. The full HDF5 copyright notice, including diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index f5fe5f5..cc32dee 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index 1fbc105..14b8297 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -1,6 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * - * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * |