summaryrefslogtreecommitdiffstats
path: root/tools/test/misc
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/test/misc
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/test/misc')
-rw-r--r--tools/test/misc/clear_open_chk.c2
-rw-r--r--tools/test/misc/h5clear_gentest.c6
-rw-r--r--tools/test/misc/h5perf_gentest.c2
-rw-r--r--tools/test/misc/h5repart_gentest.c3
-rw-r--r--tools/test/misc/testh5mkgrp.sh.in3
5 files changed, 0 insertions, 16 deletions
diff --git a/tools/test/misc/clear_open_chk.c b/tools/test/misc/clear_open_chk.c
index ec86ec4..3095618 100644
--- a/tools/test/misc/clear_open_chk.c
+++ b/tools/test/misc/clear_open_chk.c
@@ -32,8 +32,6 @@ usage(void)
* Return: 0 on success
* 1 on failure
*
- * Programmer: Vailin Choi; July 2013
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/tools/test/misc/h5clear_gentest.c b/tools/test/misc/h5clear_gentest.c
index d2a5068..5cb7aa2 100644
--- a/tools/test/misc/h5clear_gentest.c
+++ b/tools/test/misc/h5clear_gentest.c
@@ -48,8 +48,6 @@ const char *FILENAME_ENHANCE[] = {
* Return: Success: 0
* Failure: 1
*
- * Programmer: Vailin Choi; March 2017
- *
*-------------------------------------------------------------------------
*/
static int
@@ -167,8 +165,6 @@ error:
* Return: Success: 0
* Failure: 1
*
- * Programmer: Vailin Choi; March 2017
- *
*-------------------------------------------------------------------------
*/
static int
@@ -366,8 +362,6 @@ error:
* Return: Success: 0
* Failure: 1
*
- * Programmer: Vailin Choi; July 2013
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/tools/test/misc/h5perf_gentest.c b/tools/test/misc/h5perf_gentest.c
index cf91c79..24d0581 100644
--- a/tools/test/misc/h5perf_gentest.c
+++ b/tools/test/misc/h5perf_gentest.c
@@ -14,7 +14,6 @@
creates a large number of attributes, groups, and datasets by specifying
-a, -g, -d options respectively. Using "-h" option to see details.
- Programmer: Peter Cao, Jan. 2013
****************************************************************************/
#include "hdf5.h"
@@ -128,7 +127,6 @@ main(int argc, char *argv[])
Return: Non-negative on success/Negative on failure
- Programmer: Peter Cao, Jan. 2013
****************************************************************************/
herr_t
create_perf_test_file(const char *fname, int ngrps, int ndsets, int nattrs, hsize_t nrows, hsize_t dim0,
diff --git a/tools/test/misc/h5repart_gentest.c b/tools/test/misc/h5repart_gentest.c
index df1c312..9f0eee1 100644
--- a/tools/test/misc/h5repart_gentest.c
+++ b/tools/test/misc/h5repart_gentest.c
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Raymond Lu
- * June 1, 2005
- *
* Purpose: Generate a family file of 1024 bytes for each member
* for h5repart test.
*/
diff --git a/tools/test/misc/testh5mkgrp.sh.in b/tools/test/misc/testh5mkgrp.sh.in
index aae5c3a..d581fe1 100644
--- a/tools/test/misc/testh5mkgrp.sh.in
+++ b/tools/test/misc/testh5mkgrp.sh.in
@@ -12,9 +12,6 @@
#
# Tests for the h5mkgrp tool
#
-# Quincey Koziol
-# Tuesday, February 13, 2007
-#
srcdir=@srcdir@