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 /test/API | |
parent | 1e91d96fa02466ffe451319bdac1005f84dc7993 (diff) | |
download | hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2 |
Remove "Programmer" lines (#3294)
Diffstat (limited to 'test/API')
-rw-r--r-- | test/API/tarray.c | 3 | ||||
-rw-r--r-- | test/API/tattr.c | 21 | ||||
-rw-r--r-- | test/API/tchecksum.c | 5 | ||||
-rw-r--r-- | test/API/tconfig.c | 23 | ||||
-rw-r--r-- | test/API/tcoords.c | 6 | ||||
-rw-r--r-- | test/API/testhdf5.c | 15 | ||||
-rw-r--r-- | test/API/tfile.c | 19 | ||||
-rw-r--r-- | test/API/tgenprop.c | 6 | ||||
-rw-r--r-- | test/API/th5o.c | 3 | ||||
-rw-r--r-- | test/API/th5s.c | 6 | ||||
-rw-r--r-- | test/API/titerate.c | 6 | ||||
-rw-r--r-- | test/API/tmisc.c | 7 | ||||
-rw-r--r-- | test/API/trefer.c | 6 | ||||
-rw-r--r-- | test/API/tselect.c | 3 | ||||
-rw-r--r-- | test/API/ttime.c | 6 | ||||
-rw-r--r-- | test/API/tvlstr.c | 6 | ||||
-rw-r--r-- | test/API/tvltypes.c | 6 |
17 files changed, 0 insertions, 147 deletions
diff --git a/test/API/tarray.c b/test/API/tarray.c index 7996d91..39bb419 100644 --- a/test/API/tarray.c +++ b/test/API/tarray.c @@ -2238,9 +2238,6 @@ test_array(void) * * Return: void * - * Programmer: Quincey Koziol - * June 8, 1999 - * *------------------------------------------------------------------------- */ void diff --git a/test/API/tattr.c b/test/API/tattr.c index c29db0b..2016160 100644 --- a/test/API/tattr.c +++ b/test/API/tattr.c @@ -5818,9 +5818,6 @@ test_attr_corder_delete(hid_t fcpl, hid_t fapl) * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, Februrary 13, 2007 - * *------------------------------------------------------------------------- */ static int @@ -7116,9 +7113,6 @@ attr_iterate1_cb(hid_t loc_id, const char *attr_name, void *_op_data) * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, February 20, 2007 - * *------------------------------------------------------------------------- */ static int @@ -7136,9 +7130,6 @@ attr_iterate2_fail_cb(hid_t H5_ATTR_UNUSED group_id, const char H5_ATTR_UNUSED * * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, February 20, 2007 - * *------------------------------------------------------------------------- */ static int @@ -7812,9 +7803,6 @@ test_attr_iterate2(hbool_t new_format, hid_t fcpl, hid_t fapl) * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Wednesday, February 21, 2007 - * *------------------------------------------------------------------------- */ static int @@ -8168,9 +8156,6 @@ test_attr_open_by_idx(hbool_t new_format, hid_t fcpl, hid_t fapl) * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Wednesday, February 21, 2007 - * *------------------------------------------------------------------------- */ static int @@ -11930,12 +11915,6 @@ test_attr(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Albert Cheng - * July 2, 1998 - * - * Modifications: - * *------------------------------------------------------------------------- */ void diff --git a/test/API/tchecksum.c b/test/API/tchecksum.c index e1c2a1a..62db33c 100644 --- a/test/API/tchecksum.c +++ b/test/API/tchecksum.c @@ -13,8 +13,6 @@ /*------------------------------------------------------------------------- * * Created: tchecksum.c - * Aug 21 2006 - * Quincey Koziol * * Purpose: Test internal checksum routine(s) * @@ -239,9 +237,6 @@ test_checksum(void) * * Return: none * - * Programmer: Quincey Koziol - * August 21, 2006 - * *------------------------------------------------------------------------- */ void diff --git a/test/API/tconfig.c b/test/API/tconfig.c index fdab5ef..2438e33 100644 --- a/test/API/tconfig.c +++ b/test/API/tconfig.c @@ -51,9 +51,6 @@ void test_exit_definitions(void); * * Return: none (error is fed back via global variable num_errs) * - * Programmer: Albert Cheng - * September 25, 2001 - * *------------------------------------------------------------------------- */ void @@ -71,12 +68,6 @@ test_configure(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Albert Cheng - * September 25, 2001 - * - * Modifications: - * *------------------------------------------------------------------------- */ void @@ -91,14 +82,6 @@ cleanup_configure(void) * Purpose: test C language data type sizes * * Return: none (error is fed back via global variable num_errs) - * - * Programmer: Albert Cheng - * September 25, 2001 - * - * Modifications: - * Albert Cheng, 2004/10/14 - * Verified both signed and unsigned int types. - * *------------------------------------------------------------------------- */ void @@ -179,12 +162,6 @@ test_config_ctypes(void) * Purpose: test the exit macros values * * Return: none (error is fed back via global variable num_errs) - * - * Programmer: Albert Cheng - * October 12, 2009 - * - * Modifications: - * *------------------------------------------------------------------------- */ void diff --git a/test/API/tcoords.c b/test/API/tcoords.c index 04b4822..d9b9711 100644 --- a/test/API/tcoords.c +++ b/test/API/tcoords.c @@ -709,12 +709,6 @@ test_coords(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Raymond Lu - * 20 Dec. 2007 - * - * Modifications: - * *------------------------------------------------------------------------- */ void diff --git a/test/API/testhdf5.c b/test/API/testhdf5.c index f38bfcb..62d4a7d 100644 --- a/test/API/testhdf5.c +++ b/test/API/testhdf5.c @@ -99,15 +99,6 @@ TestErrPrintf(const char *format, ...) * * Return: pointer to a string containing the value of the environment variable * NULL if the variable doesn't exist in task 'root's environment. - * - * Programmer: Leon Arber - * 4/4/05 - * - * Modifications: - * Use original getenv if MPI is not initialized. This happens - * one uses the PHDF5 library to build a serial nature code. - * Albert 2006/04/07 - * *------------------------------------------------------------------------- */ char * @@ -185,9 +176,6 @@ getenv_all(MPI_Comm comm, int root, const char *name) * Return: Success: A file access property list * Failure: H5I_INVALID_HID * - * Programmer: Robb Matzke - * Thursday, November 19, 1998 - * *------------------------------------------------------------------------- */ hid_t @@ -219,9 +207,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * November 2018 - * *------------------------------------------------------------------------- */ herr_t diff --git a/test/API/tfile.c b/test/API/tfile.c index 008fd5e..8f1cc28 100644 --- a/test/API/tfile.c +++ b/test/API/tfile.c @@ -3278,8 +3278,6 @@ cal_chksum(const char *file, uint32_t *chksum) ** the superblock is used), this test is changed to use checksum ** instead of timestamp to verify the file is not changed. ** -** Programmer: Vailin Choi; July 2013 -** *****************************************************************/ #if 0 static void @@ -3327,9 +3325,6 @@ test_rw_noupdate(void) ** test_userblock_alignment_helper1(): helper routine for ** test_userblock_alignment() test, to handle common testing ** -** Programmer: Quincey Koziol -** Septmber 10, 2009 -** *****************************************************************/ #if 0 static int @@ -3389,9 +3384,6 @@ test_userblock_alignment_helper1(hid_t fcpl, hid_t fapl) ** test_userblock_alignment_helper2(): helper routine for ** test_userblock_alignment() test, to handle common testing ** -** Programmer: Quincey Koziol -** Septmber 10, 2009 -** *****************************************************************/ static int test_userblock_alignment_helper2(hid_t fapl, hbool_t open_rw) @@ -3458,9 +3450,6 @@ test_userblock_alignment_helper2(hid_t fapl, hbool_t open_rw) ** This test checks to ensure that files with both a userblock and a ** object [allocation] alignment size set interact properly. ** -** Programmer: Quincey Koziol -** Septmber 8, 2009 -** *****************************************************************/ static void test_userblock_alignment(const char *env_h5_drvr) @@ -3681,8 +3670,6 @@ test_userblock_alignment(const char *env_h5_drvr) ** -- alignment via H5Pset_alignment ** -- alignment via paged aggregation ** -** Programmer: Vailin Choi; March 2013 -** *****************************************************************/ static void test_userblock_alignment_paged(const char *env_h5_drvr) @@ -8361,12 +8348,6 @@ test_file(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Albert Cheng - * July 2, 1998 - * - * Modifications: - * *------------------------------------------------------------------------- */ void diff --git a/test/API/tgenprop.c b/test/API/tgenprop.c index 43b05c1..fed974c 100644 --- a/test/API/tgenprop.c +++ b/test/API/tgenprop.c @@ -2186,12 +2186,6 @@ test_genprop(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Quincey Koziol - * June 8, 1999 - * - * Modifications: - * *------------------------------------------------------------------------- */ void diff --git a/test/API/th5o.c b/test/API/th5o.c index eab3281..d733eb9 100644 --- a/test/API/th5o.c +++ b/test/API/th5o.c @@ -1870,9 +1870,6 @@ test_h5o(void) * * Return: none * - * Programmer: James Laird - * June 3, 2006 - * *------------------------------------------------------------------------- */ void diff --git a/test/API/th5s.c b/test/API/th5s.c index e6343f2..da45d28 100644 --- a/test/API/th5s.c +++ b/test/API/th5s.c @@ -3529,12 +3529,6 @@ test_h5s(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Albert Cheng - * July 2, 1998 - * - * Modifications: - * *------------------------------------------------------------------------- */ void diff --git a/test/API/titerate.c b/test/API/titerate.c index 8ccbe27..3472866 100644 --- a/test/API/titerate.c +++ b/test/API/titerate.c @@ -1251,12 +1251,6 @@ test_iterate(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Quincey Koziol - * April 5, 2000 - * - * Modifications: - * *------------------------------------------------------------------------- */ void diff --git a/test/API/tmisc.c b/test/API/tmisc.c index 4094b48..bb10399 100644 --- a/test/API/tmisc.c +++ b/test/API/tmisc.c @@ -345,11 +345,6 @@ typedef struct { * Return: 1: decode+encode is enabled * 0: only decode is enabled * -1: other - * - * Programmer: - * - * Modifications: - * *------------------------------------------------------------------------- */ int @@ -6302,8 +6297,6 @@ test_misc(void) * * Return: none * - * Programmer: Albert Cheng - * July 2, 1998 *------------------------------------------------------------------------- */ void diff --git a/test/API/trefer.c b/test/API/trefer.c index 2312c3f..81c2321 100644 --- a/test/API/trefer.c +++ b/test/API/trefer.c @@ -3616,12 +3616,6 @@ test_reference(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Quincey Koziol - * September 8, 1998 - * - * Modifications: - * *------------------------------------------------------------------------- */ void diff --git a/test/API/tselect.c b/test/API/tselect.c index 1b742e5..6563d83 100644 --- a/test/API/tselect.c +++ b/test/API/tselect.c @@ -16302,9 +16302,6 @@ test_select(void) * * Return: none * - * Programmer: Albert Cheng - * July 2, 1998 - * *------------------------------------------------------------------------- */ void diff --git a/test/API/ttime.c b/test/API/ttime.c index 7735aad..a4a5ccb 100644 --- a/test/API/ttime.c +++ b/test/API/ttime.c @@ -216,12 +216,6 @@ test_time(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Quincey Koziol - * October 19, 2000 - * - * Modifications: - * *------------------------------------------------------------------------- */ void diff --git a/test/API/tvlstr.c b/test/API/tvlstr.c index 047b2ca..ced17ea 100644 --- a/test/API/tvlstr.c +++ b/test/API/tvlstr.c @@ -993,12 +993,6 @@ test_vlstrings(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Quincey Koziol - * September 10, 1999 - * - * Modifications: - * *------------------------------------------------------------------------- */ void diff --git a/test/API/tvltypes.c b/test/API/tvltypes.c index 4579dc4..53275cc 100644 --- a/test/API/tvltypes.c +++ b/test/API/tvltypes.c @@ -3253,12 +3253,6 @@ test_vltypes(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Quincey Koziol - * June 8, 1999 - * - * Modifications: - * *------------------------------------------------------------------------- */ void |