summaryrefslogtreecommitdiffstats
path: root/src/H5MF.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/H5MF.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/H5MF.c')
-rw-r--r--src/H5MF.c81
1 files changed, 0 insertions, 81 deletions
diff --git a/src/H5MF.c b/src/H5MF.c
index 92a4125..f9702f3 100644
--- a/src/H5MF.c
+++ b/src/H5MF.c
@@ -13,8 +13,6 @@
/*-------------------------------------------------------------------------
*
* Created: H5MF.c
- * Jul 11 1997
- * Robb Matzke
*
* Purpose: File memory management functions.
*
@@ -130,9 +128,6 @@ static herr_t H5MF__sects_cb(H5FS_section_info_t *_sect, void *_udata);
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Friday, February 1, 2008
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -243,8 +238,6 @@ done:
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; Nov 2016
- *
*-------------------------------------------------------------------------
*/
void
@@ -289,9 +282,6 @@ H5MF__alloc_to_fs_type(H5F_shared_t *f_sh, H5FD_mem_t alloc_type, hsize_t size,
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Quincey Koziol
- * Jan 8 2008
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -366,9 +356,6 @@ done:
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Quincey Koziol
- * Jan 8 2008
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -449,9 +436,6 @@ done:
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Quincey Koziol
- * Jan 8 2008
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -498,8 +482,6 @@ done:
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; April 2013
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -569,8 +551,6 @@ done:
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; July 1st, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -614,8 +594,6 @@ done:
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; April 2013
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -674,8 +652,6 @@ done:
* Return: TRUE if a section is found to fulfill the request
* FALSE if not
*
- * Programmer: Vailin Choi; April 2013
- *
*-------------------------------------------------------------------------
*/
htri_t
@@ -760,9 +736,6 @@ done:
* Return: Success: The file address of new chunk.
* Failure: HADDR_UNDEF
*
- * Programmer: Robb Matzke
- * Jul 11 1997
- *
*-------------------------------------------------------------------------
*/
haddr_t
@@ -875,8 +848,6 @@ done:
* Return: Success: The file address of new chunk.
* Failure: HADDR_UNDEF
*
- * Programmer: Vailin Choi; Dec 2012
- *
*-------------------------------------------------------------------------
*/
static haddr_t
@@ -1020,9 +991,6 @@ done:
* Return: Success: Temporary file address
* Failure: HADDR_UNDEF
*
- * Programmer: Quincey Koziol
- * Thursday, June 4, 2009
- *
*-------------------------------------------------------------------------
*/
haddr_t
@@ -1068,9 +1036,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Jul 17 1997
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1260,9 +1225,6 @@ done:
* FALSE(0) - Block could not be extended
* Failure: FAIL
*
- * Programmer: Quincey Koziol
- * Friday, June 11, 2004
- *
*-------------------------------------------------------------------------
*/
htri_t
@@ -1438,9 +1400,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Feb 14 2008
- *
*-------------------------------------------------------------------------
*/
htri_t
@@ -1526,8 +1485,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Vailin Choi; Dec 2012
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1569,9 +1526,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Vailin Choi
- * Jan 2016
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1630,9 +1584,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Vailin Choi
- * Jan 2016
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1736,9 +1687,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Tuesday, January 22, 2008
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1902,8 +1850,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Vailin Choi; Dec 2012
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2077,9 +2023,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Saturday, July 7, 2012
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2188,9 +2131,6 @@ done:
* Return: Success: Amount of free space in file
* Failure: Negative
*
- * Programmer: Quincey Koziol
- * Monday, October 6, 2003
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -2332,8 +2272,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Vailin Choi; Dec 2012
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -2452,9 +2390,6 @@ done:
*
* Return: Always succeed
*
- * Programmer: Vailin Choi
- * July 1st, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2482,8 +2417,6 @@ H5MF__sects_cb(H5FS_section_info_t *_sect, void *_udata)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; Dec 2012
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2611,9 +2544,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: John Mainzer
- * 5/25/16
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3080,9 +3010,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: John Mainzer
- * 5/25/16
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3329,8 +3256,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Vailin Choi
- * 6/24/2019
*-------------------------------------------------------------------------
*/
static herr_t
@@ -3375,9 +3300,6 @@ H5MF__continue_alloc_fsm(H5F_shared_t *f_sh, H5FS_t *sm_hdr_fspace, H5FS_t *sm_s
*
* Return: TRUE/FALSE
*
- * Programmer: John Mainzer
- * 12/6/16
- *
*-------------------------------------------------------------------------
*/
static hbool_t
@@ -3430,9 +3352,6 @@ H5MF__fsm_type_is_self_referential(H5F_shared_t *f_sh, H5F_mem_page_t fsm_type)
*
* Return: TRUE/FALSE
*
- * Programmer: John Mainzer
- * 12/6/16
- *
*-------------------------------------------------------------------------
*/
static hbool_t