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 /hl/tools/h5watch | |
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 'hl/tools/h5watch')
-rw-r--r-- | hl/tools/h5watch/h5watch.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/hl/tools/h5watch/h5watch.c b/hl/tools/h5watch/h5watch.c index b408741..876b5d5 100644 --- a/hl/tools/h5watch/h5watch.c +++ b/hl/tools/h5watch/h5watch.c @@ -89,8 +89,6 @@ static struct h5_long_options l_opts[] = {{"help", no_arg, 'h'}, {"hel", * * Return: 0 on success; negative on failure * - * Programmer: Vailin Choi; August 2010 - * *------------------------------------------------------------------------- */ static herr_t @@ -221,8 +219,6 @@ doprint(hid_t did, const hsize_t *start, const hsize_t *block, int rank) * Return: Non-negative on success * Negative on failure * - * Programmer: Vailin Choi; August 2010 - * *------------------------------------------------------------------------- */ static herr_t @@ -277,8 +273,6 @@ done: * Return: Non-negative on success: dataset can be monitored * Negative on failure: dataset cannot be monitored * - * Programmer: Vailin Choi; August 2010 - * *------------------------------------------------------------------------- */ static herr_t @@ -402,8 +396,6 @@ done: * * Return: 0 on success; negative on failure * - * Programmer: Vailin Choi; August 2010 - * *------------------------------------------------------------------------- */ static herr_t @@ -481,8 +473,6 @@ done: * Return: Non-negative on success: dataset can be monitored * Negative on failure: dataset cannot be monitored * - * Programmer: Vailin Choi; August 2010 - * *------------------------------------------------------------------------- */ static herr_t @@ -580,8 +570,6 @@ done: * * Return: Does not return * - * Programmer: Vailin Choi; August 2010 - * * *------------------------------------------------------------------------- */ @@ -600,8 +588,6 @@ leave(int ret) * * Return: void * - * Programmer: Vailin Choi; August 2010 - * *------------------------------------------------------------------------- */ static void @@ -658,8 +644,6 @@ usage(const char *prog) * Return: Success: Set the corresponding command flags and return void * Failure: Exits program with EXIT_FAILURE value. * - * Programmer: Vailin Choi; August 2010 - * *------------------------------------------------------------------------- */ static void @@ -764,8 +748,6 @@ parse_command_line(int argc, const char *const *argv) * * Return: No return * - * Programmer: Vailin Choi; November 2014 - * *------------------------------------------------------------------------- */ static void @@ -783,8 +765,6 @@ catch_signal(int H5_ATTR_UNUSED signo) * Return: Success: 0 * Failure: 1 * - * Programmer: Vailin Choi; August 2010 - * *------------------------------------------------------------------------- */ int |