summaryrefslogtreecommitdiffstats
path: root/tools/src/misc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/src/misc')
-rw-r--r--tools/src/misc/h5debug.c14
-rw-r--r--tools/src/misc/h5mkgrp.c8
-rw-r--r--tools/src/misc/h5repart.c11
3 files changed, 0 insertions, 33 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
diff --git a/tools/src/misc/h5mkgrp.c b/tools/src/misc/h5mkgrp.c
index 36e6c15..b2c9000 100644
--- a/tools/src/misc/h5mkgrp.c
+++ b/tools/src/misc/h5mkgrp.c
@@ -48,8 +48,6 @@ mkgrp_opt_t params_g; /* Command line parameter settings */
*
* Return: Does not return
*
- * Programmer: Quincey Koziol, 2/13/2007
- *
*-------------------------------------------------------------------------
*/
static void
@@ -79,8 +77,6 @@ leave(int ret)
*
* Return: void
*
- * Programmer: Quincey Koziol, 2/13/2007
- *
*-------------------------------------------------------------------------
*/
static void
@@ -125,8 +121,6 @@ usage(const char *prog)
* Return: Success: 0
* Failure: -1
*
- * Programmer: Quincey Koziol, 2/13/2007
- *
*-------------------------------------------------------------------------
*/
static int
@@ -275,8 +269,6 @@ parse_command_line(int argc, const char *const *argv, mkgrp_opt_t *options)
*
* Purpose: Create group(s) in an HDF5 file
*
- * Programmer: Quincey Koziol, 2/13/2007
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/tools/src/misc/h5repart.c b/tools/src/misc/h5repart.c
index 004241d..5256c5e 100644
--- a/tools/src/misc/h5repart.c
+++ b/tools/src/misc/h5repart.c
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Robb Matzke
- * Wednesday, May 13, 1998
- *
* Purpose: Repartitions a file family. This program can be used to
* split a single file into a family of files, join a family of
* files into a single file, or copy one family to another while
@@ -42,9 +39,6 @@
*
* Return: void
*
- * Programmer: Robb Matzke
- * Wednesday, May 13, 1998
- *
*-------------------------------------------------------------------------
*/
static void
@@ -86,8 +80,6 @@ usage(const char *progname)
* Failure: Calls usage() which exits with a non-zero
* status.
*
- * Programmer: Robb Matzke
- * Wednesday, May 13, 1998
*-------------------------------------------------------------------------
*/
static off_t
@@ -141,9 +133,6 @@ get_size(const char *progname, int *argno, int argc, char *argv[])
*
* Failure:
*
- * Programmer: Robb Matzke
- * Wednesday, May 13, 1998
- *
*-------------------------------------------------------------------------
*/
H5_GCC_CLANG_DIAG_OFF("format-nonliteral")