summaryrefslogtreecommitdiffstats
path: root/test/API/tfile.c
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 /test/API/tfile.c
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 'test/API/tfile.c')
-rw-r--r--test/API/tfile.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/API/tfile.c b/test/API/tfile.c
index bdbf8e6..8b00742 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