summaryrefslogtreecommitdiffstats
path: root/src/H5FS.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/H5FS.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/H5FS.c')
-rw-r--r--src/H5FS.c55
1 files changed, 0 insertions, 55 deletions
diff --git a/src/H5FS.c b/src/H5FS.c
index 7819694..f394ebb 100644
--- a/src/H5FS.c
+++ b/src/H5FS.c
@@ -11,13 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Tuesday, May 2, 2006
- *
* Purpose: Free space tracking functions.
*
* Note: (Used to be in the H5HFflist.c file, prior to the date above)
- *
*/
/****************/
@@ -82,9 +78,6 @@ H5FL_DEFINE(H5FS_t);
* Return: Success: Pointer to free space structure
* Failure: NULL
*
- * Programmer: Quincey Koziol
- * Tuesday, March 7, 2006
- *
*-------------------------------------------------------------------------
*/
H5FS_t *
@@ -165,9 +158,6 @@ done:
* Return: Success: Pointer to free space structure
* Failure: NULL
*
- * Programmer: Quincey Koziol
- * Tuesday, May 2, 2006
- *
*-------------------------------------------------------------------------
*/
H5FS_t *
@@ -234,9 +224,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Tuesday, May 30, 2006
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -388,9 +375,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Tuesday, March 7, 2006
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -587,9 +571,6 @@ done:
* Return: Success: non-NULL, pointer to new free space manager struct
* Failure: NULL
*
- * Programmer: Quincey Koziol
- * Monday, July 31, 2006
- *
*-------------------------------------------------------------------------
*/
H5FS_t *
@@ -666,9 +647,6 @@ done:
*
* Return: SUCCEED (Can't fail)
*
- * Programmer: Vailin Choi
- * June 19, 2007
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -695,9 +673,6 @@ H5FS_size(const H5FS_t *fspace, hsize_t *meta_size)
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * February 7, 2008
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -735,9 +710,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * February 7, 2008
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -782,9 +754,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Feb 14 2008
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -814,9 +783,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Vailin Choi
- * Feb 2009
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -854,9 +820,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Vailin Choi
- * Feb 2009
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -901,9 +864,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Vailin Choi
- * Feb 2009
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1015,9 +975,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * May 2 2006
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1059,9 +1016,6 @@ done:
*
* Return: SUCCEED (Can't fail)
*
- * Programmer: Quincey Koziol
- * Saturday, March 11, 2006
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1088,9 +1042,6 @@ H5FS__sinfo_free_sect_cb(void *_sect, void H5_ATTR_UNUSED *key, void *op_data)
*
* Return: SUCCEED (Can't fail)
*
- * Programmer: Quincey Koziol
- * Saturday, March 11, 2006
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1119,9 +1070,6 @@ H5FS__sinfo_free_node_cb(void *item, void H5_ATTR_UNUSED *key, void *op_data)
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * July 31 2006
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1196,9 +1144,6 @@ H5FS_get_sect_count(const H5FS_t *frsp, hsize_t *tot_sect_count)
*
* Return: void
*
- * Programmer: Quincey Koziol
- * Jul 17 2006
- *
*-------------------------------------------------------------------------
*/
void