summaryrefslogtreecommitdiffstats
path: root/tools/src/misc/h5repart.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/src/misc/h5repart.c')
-rw-r--r--tools/src/misc/h5repart.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/src/misc/h5repart.c b/tools/src/misc/h5repart.c
index 57b5ea5..e7bf055 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")