summaryrefslogtreecommitdiffstats
path: root/src/H5B2test.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 /src/H5B2test.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 'src/H5B2test.c')
-rw-r--r--src/H5B2test.c45
1 files changed, 0 insertions, 45 deletions
diff --git a/src/H5B2test.c b/src/H5B2test.c
index 73a7073..14ffec2 100644
--- a/src/H5B2test.c
+++ b/src/H5B2test.c
@@ -122,9 +122,6 @@ H5FL_DEFINE_STATIC(H5B2_test_ctx_t);
* Return: Success: non-NULL
* Failure: NULL
*
- * Programmer: Quincey Koziol
- * Thursday, November 26, 2009
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -161,9 +158,6 @@ done:
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Quincey Koziol
- * Thursday, November 26, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -190,9 +184,6 @@ H5B2__test_dst_context(void *_ctx)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Quincey Koziol
- * Thursday, February 3, 2005
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -214,9 +205,6 @@ H5B2__test_store(void *nrecord, const void *udata)
* =0 if rec1 == rec2
* >0 if rec1 > rec2
*
- * Programmer: Quincey Koziol
- * Thursday, February 3, 2005
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -237,9 +225,6 @@ H5B2__test_compare(const void *rec1, const void *rec2, int *result)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Quincey Koziol
- * Thursday, February 3, 2005
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -265,9 +250,6 @@ H5B2__test_encode(uint8_t *raw, const void *nrecord, void *_ctx)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Quincey Koziol
- * Friday, February 4, 2005
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -293,9 +275,6 @@ H5B2__test_decode(const uint8_t *raw, void *nrecord, void *_ctx)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Quincey Koziol
- * Friday, February 4, 2005
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -318,9 +297,6 @@ H5B2__test_debug(FILE *stream, int indent, int fwidth, const void *record, const
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Quincey Koziol
- * Friday, December 25, 2015
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -342,9 +318,6 @@ H5B2__test2_store(void *nrecord, const void *udata)
* =0 if rec1 == rec2
* >0 if rec1 > rec2
*
- * Programmer: Quincey Koziol
- * Friday, December 25, 2015
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -365,9 +338,6 @@ H5B2__test2_compare(const void *rec1, const void *rec2, int *result)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Quincey Koziol
- * Friday, December 25, 2015
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -394,9 +364,6 @@ H5B2__test2_encode(uint8_t *raw, const void *nrecord, void *_ctx)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Quincey Koziol
- * Friday, December 25, 2015
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -423,9 +390,6 @@ H5B2__test2_decode(const uint8_t *raw, void *nrecord, void *_ctx)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Quincey Koziol
- * Friday, December 25, 2015
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -448,9 +412,6 @@ H5B2__test2_debug(FILE *stream, int indent, int fwidth, const void *record, cons
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Saturday, February 26, 2005
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -475,9 +436,6 @@ H5B2__get_root_addr_test(H5B2_t *bt2, haddr_t *root_addr)
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Thursday, August 31, 2006
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -628,9 +586,6 @@ done:
*
* Failure: -1
*
- * Programmer: Quincey Koziol
- * Saturday, August 26, 2006
- *
*-------------------------------------------------------------------------
*/
int