diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-03-10 04:33:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 04:33:12 (GMT) |
commit | f723c1df4235596b98d85c6cff2cb52ecdb39054 (patch) | |
tree | 238a320ea92e069286f93c3cca0e45f38a7309f2 /tools/test/perform | |
parent | 28984e72446f54132e6fafc90babb52d9b5e7c9a (diff) | |
download | hdf5-f723c1df4235596b98d85c6cff2cb52ecdb39054.zip hdf5-f723c1df4235596b98d85c6cff2cb52ecdb39054.tar.gz hdf5-f723c1df4235596b98d85c6cff2cb52ecdb39054.tar.bz2 |
Update copyright headers. (#2527)
Diffstat (limited to 'tools/test/perform')
-rw-r--r-- | tools/test/perform/Makefile.am | 1 | ||||
-rw-r--r-- | tools/test/perform/build_h5perf_alone.sh | 1 | ||||
-rw-r--r-- | tools/test/perform/build_h5perf_serial_alone.sh | 1 | ||||
-rw-r--r-- | tools/test/perform/chunk.c | 1 | ||||
-rw-r--r-- | tools/test/perform/chunk_cache.c | 1 | ||||
-rw-r--r-- | tools/test/perform/direct_write_perf.c | 1 | ||||
-rw-r--r-- | tools/test/perform/gen_report.pl | 1 | ||||
-rw-r--r-- | tools/test/perform/iopipe.c | 1 | ||||
-rw-r--r-- | tools/test/perform/overhead.c | 1 | ||||
-rw-r--r-- | tools/test/perform/perf_meta.c | 1 | ||||
-rw-r--r-- | tools/test/perform/zip_perf.c | 1 |
11 files changed, 0 insertions, 11 deletions
diff --git a/tools/test/perform/Makefile.am b/tools/test/perform/Makefile.am index 10b13fe..14755ca 100644 --- a/tools/test/perform/Makefile.am +++ b/tools/test/perform/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/tools/test/perform/build_h5perf_alone.sh b/tools/test/perform/build_h5perf_alone.sh index 95a437b..0cbb119 100644 --- a/tools/test/perform/build_h5perf_alone.sh +++ b/tools/test/perform/build_h5perf_alone.sh @@ -1,7 +1,6 @@ #! /bin/sh -x # # 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/tools/test/perform/build_h5perf_serial_alone.sh b/tools/test/perform/build_h5perf_serial_alone.sh index d2a0660..06909d0 100644 --- a/tools/test/perform/build_h5perf_serial_alone.sh +++ b/tools/test/perform/build_h5perf_serial_alone.sh @@ -1,7 +1,6 @@ #! /bin/sh -x # # 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/tools/test/perform/chunk.c b/tools/test/perform/chunk.c index 8be50c7..e4a25ab 100644 --- a/tools/test/perform/chunk.c +++ b/tools/test/perform/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/tools/test/perform/chunk_cache.c b/tools/test/perform/chunk_cache.c index 28e5dd2..18f2c37 100644 --- a/tools/test/perform/chunk_cache.c +++ b/tools/test/perform/chunk_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/tools/test/perform/direct_write_perf.c b/tools/test/perform/direct_write_perf.c index c476135..f142d0a 100644 --- a/tools/test/perform/direct_write_perf.c +++ b/tools/test/perform/direct_write_perf.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/tools/test/perform/gen_report.pl b/tools/test/perform/gen_report.pl index c853b70..e42e547 100644 --- a/tools/test/perform/gen_report.pl +++ b/tools/test/perform/gen_report.pl @@ -1,7 +1,6 @@ #!/usr/bin/perl # # 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/tools/test/perform/iopipe.c b/tools/test/perform/iopipe.c index d0db06a..8e09308 100644 --- a/tools/test/perform/iopipe.c +++ b/tools/test/perform/iopipe.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/tools/test/perform/overhead.c b/tools/test/perform/overhead.c index e1036e5..5a4c533 100644 --- a/tools/test/perform/overhead.c +++ b/tools/test/perform/overhead.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/tools/test/perform/perf_meta.c b/tools/test/perform/perf_meta.c index d8ed9ec..f60f82f 100644 --- a/tools/test/perform/perf_meta.c +++ b/tools/test/perform/perf_meta.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/tools/test/perform/zip_perf.c b/tools/test/perform/zip_perf.c index b196273..7820582 100644 --- a/tools/test/perform/zip_perf.c +++ b/tools/test/perform/zip_perf.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 * |