diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-06-29 19:13:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-29 19:13:29 (GMT) |
commit | fd933f30b1f8cd487ad790ac0b054bb779280a62 (patch) | |
tree | 9e366b2c19f1d84e28af4e588daf7bd8c075f8b6 /tools/src/misc/h5debug.c | |
parent | fd56a593b7928da636b2494b25cd7478fed78c29 (diff) | |
download | hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.zip hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.gz hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.bz2 |
Remove programmer/date from comments (#3210)
* Removes Programmer: and Date: fields
* Fixes a few Modifications: fields leftover from previous work
Diffstat (limited to 'tools/src/misc/h5debug.c')
-rw-r--r-- | tools/src/misc/h5debug.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/src/misc/h5debug.c b/tools/src/misc/h5debug.c index 7196fbc..3edf93c 100644 --- a/tools/src/misc/h5debug.c +++ b/tools/src/misc/h5debug.c @@ -13,8 +13,6 @@ /*------------------------------------------------------------------------- * * Created: debug.c - * Jul 18 1997 - * Robb Matzke * * Purpose: Debugs an existing HDF5 file at a low level. * @@ -65,9 +63,6 @@ * * Return: Non-NULL on success/NULL on failure * - * Programmer: Quincey Koziol - * Sep 11 2008 - * *------------------------------------------------------------------------- */ static const H5B2_class_t * @@ -146,9 +141,6 @@ get_H5B2_class(const uint8_t *sig) * * Return: Non-NULL on success/NULL on failure * - * Programmer: Quincey Koziol - * Sep 11 2008 - * *------------------------------------------------------------------------- */ static const H5EA_class_t * @@ -187,9 +179,6 @@ get_H5EA_class(const uint8_t *sig) * * Return: Non-NULL on success/NULL on failure * - * Programmer: Quincey Koziol - * Sep 11 2008 - * *------------------------------------------------------------------------- */ static const H5FA_class_t * @@ -228,9 +217,6 @@ get_H5FA_class(const uint8_t *sig) * * Failure: exit (non-zero) * - * Programmer: Robb Matzke - * Jul 18 1997 - * *------------------------------------------------------------------------- */ int |