summaryrefslogtreecommitdiffstats
path: root/tools/src/misc/h5debug.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-07-27 21:08:47 (GMT)
committerGitHub <noreply@github.com>2023-07-27 21:08:47 (GMT)
commit61186204c020a81b5b0044a3b5e08311ccf1424d (patch)
treed39acd70c119e92640277d4f595963f07d77f13c /tools/src/misc/h5debug.c
parent1e91d96fa02466ffe451319bdac1005f84dc7993 (diff)
downloadhdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2
Remove "Programmer" lines (#3294)
Diffstat (limited to 'tools/src/misc/h5debug.c')
-rw-r--r--tools/src/misc/h5debug.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/src/misc/h5debug.c b/tools/src/misc/h5debug.c
index 9bac669..a8ba2a5 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