summaryrefslogtreecommitdiffstats
path: root/tools/src/misc/h5repart.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/h5repart.c
parent1e91d96fa02466ffe451319bdac1005f84dc7993 (diff)
downloadhdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2
Remove "Programmer" lines (#3294)
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 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")