summaryrefslogtreecommitdiffstats
path: root/tools/src/misc/h5repart.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-29 19:13:29 (GMT)
committerGitHub <noreply@github.com>2023-06-29 19:13:29 (GMT)
commitfd933f30b1f8cd487ad790ac0b054bb779280a62 (patch)
tree9e366b2c19f1d84e28af4e588daf7bd8c075f8b6 /tools/src/misc/h5repart.c
parentfd56a593b7928da636b2494b25cd7478fed78c29 (diff)
downloadhdf5-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/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")