diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-07-27 21:08:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 21:08:47 (GMT) |
commit | 61186204c020a81b5b0044a3b5e08311ccf1424d (patch) | |
tree | d39acd70c119e92640277d4f595963f07d77f13c /tools/src/h5diff | |
parent | 1e91d96fa02466ffe451319bdac1005f84dc7993 (diff) | |
download | hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2 |
Remove "Programmer" lines (#3294)
Diffstat (limited to 'tools/src/h5diff')
-rw-r--r-- | tools/src/h5diff/h5diff_main.c | 11 | ||||
-rw-r--r-- | tools/src/h5diff/ph5diff_main.c | 14 |
2 files changed, 0 insertions, 25 deletions
diff --git a/tools/src/h5diff/h5diff_main.c b/tools/src/h5diff/h5diff_main.c index f2ab2f9..41dc18f 100644 --- a/tools/src/h5diff/h5diff_main.c +++ b/tools/src/h5diff/h5diff_main.c @@ -24,12 +24,6 @@ * Return: An exit status of 0 means no differences were found, 1 means some * differences were found. * - * Programmer: Pedro Vicente - * - * Date: May 9, 2003 - * - * Comments: - * *------------------------------------------------------------------------- */ @@ -112,11 +106,6 @@ main(int argc, char *argv[]) * * Return: none * - * Programmer: Albert Cheng - * Date: Feb 6, 2005 - * - * Comments: - * *------------------------------------------------------------------------- */ H5_ATTR_NORETURN void diff --git a/tools/src/h5diff/ph5diff_main.c b/tools/src/h5diff/ph5diff_main.c index 82cb876..884f788 100644 --- a/tools/src/h5diff/ph5diff_main.c +++ b/tools/src/h5diff/ph5diff_main.c @@ -30,10 +30,6 @@ static void ph5diff_worker(int); * Return: An exit status of 0 means no differences were found, 1 means some * differences were found. * - * Programmer: Pedro Vicente - * - * Date: May 9, 2003 - * * Comments: * * This function drives the diff process and will do a serial or parallel diff depending @@ -113,9 +109,6 @@ main(int argc, char *argv[]) * * Return: none * - * Programmer: Leon Arber - * Date: January 2005 - * *------------------------------------------------------------------------- */ static void @@ -241,10 +234,6 @@ ph5diff_worker(int nID) * * Return: none * - * Programmer: Leon Arber - * - * Date: Feb 7, 2005 - * *------------------------------------------------------------------------- */ void @@ -279,9 +268,6 @@ print_manager_output(void) * * Return: none * - * Programmer: Albert Cheng - * Date: Feb 6, 2005 - * *------------------------------------------------------------------------- */ void |