diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-06-29 19:13:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-29 19:13:29 (GMT) |
commit | fd933f30b1f8cd487ad790ac0b054bb779280a62 (patch) | |
tree | 9e366b2c19f1d84e28af4e588daf7bd8c075f8b6 /tools/src/misc | |
parent | fd56a593b7928da636b2494b25cd7478fed78c29 (diff) | |
download | hdf5-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')
-rw-r--r-- | tools/src/misc/h5debug.c | 14 | ||||
-rw-r--r-- | tools/src/misc/h5mkgrp.c | 8 | ||||
-rw-r--r-- | tools/src/misc/h5repart.c | 11 |
3 files changed, 0 insertions, 33 deletions
diff --git a/tools/src/misc/h5debug.c b/tools/src/misc/h5debug.c index 7196fbc..3edf93c 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 f923192..0848096 100644 --- a/tools/src/misc/h5mkgrp.c +++ b/tools/src/misc/h5mkgrp.c @@ -48,8 +48,6 @@ static 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 @@ -132,8 +128,6 @@ usage(const char *prog) * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol, 2/13/2007 - * *------------------------------------------------------------------------- */ static int @@ -282,8 +276,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 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") |