diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-02-11 03:28:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-11 03:28:57 (GMT) |
commit | 48a3d92d0485dfe3e55d3f38a9d82bce36ba853d (patch) | |
tree | 714c23bae795051298454e8710c54f0d8f5d9e2f | |
parent | d61fd4aba721db789477027924f4e3aff313f7b6 (diff) | |
download | hdf5-48a3d92d0485dfe3e55d3f38a9d82bce36ba853d.zip hdf5-48a3d92d0485dfe3e55d3f38a9d82bce36ba853d.tar.gz hdf5-48a3d92d0485dfe3e55d3f38a9d82bce36ba853d.tar.bz2 |
Remove duplicated "help@hdfgroup.org" lines in file headers. (#2441)
-rw-r--r-- | java/src/hdf/hdf5lib/callbacks/package-info.java | 1 | ||||
-rw-r--r-- | src/H5FDhdfs.h | 1 | ||||
-rw-r--r-- | test/accum.c | 1 | ||||
-rw-r--r-- | test/accum_swmr_reader.c | 1 | ||||
-rw-r--r-- | test/efc.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/java/src/hdf/hdf5lib/callbacks/package-info.java b/java/src/hdf/hdf5lib/callbacks/package-info.java index 1f15034..bf7bf3c 100644 --- a/java/src/hdf/hdf5lib/callbacks/package-info.java +++ b/java/src/hdf/hdf5lib/callbacks/package-info.java @@ -8,7 +8,6 @@ * 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. * - * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /** diff --git a/src/H5FDhdfs.h b/src/H5FDhdfs.h index 9c2cb70..e3888d2 100644 --- a/src/H5FDhdfs.h +++ b/src/H5FDhdfs.h @@ -8,7 +8,6 @@ * 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. * - * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* diff --git a/test/accum.c b/test/accum.c index 16f3511..816d9c0 100644 --- a/test/accum.c +++ b/test/accum.c @@ -8,7 +8,6 @@ * 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. * - * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* Programmer: Mike McGreevy diff --git a/test/accum_swmr_reader.c b/test/accum_swmr_reader.c index 957ab14..1269c5a 100644 --- a/test/accum_swmr_reader.c +++ b/test/accum_swmr_reader.c @@ -8,7 +8,6 @@ * 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. * - * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include "h5test.h" @@ -8,7 +8,6 @@ * 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. * - * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* Programmer: Neil Fortner |