summaryrefslogtreecommitdiffstats
path: root/src/H5Fquery.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/H5Fquery.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/H5Fquery.c')
-rw-r--r--src/H5Fquery.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/H5Fquery.c b/src/H5Fquery.c
index 1605b44..4d15d95 100644
--- a/src/H5Fquery.c
+++ b/src/H5Fquery.c
@@ -13,8 +13,6 @@
/*-------------------------------------------------------------------------
*
* Created: H5Fquery.c
- * Jan 10 2008
- * Quincey Koziol
*
* Purpose: File structure query routines.
*
@@ -114,8 +112,6 @@ H5F_get_intent(const H5F_t *f)
*
* Return: low_bound on success/abort on failure (shouldn't fail)
*
- * Programmer: Vailin Choi; June 2016
- *
*-------------------------------------------------------------------------
*/
H5F_libver_t
@@ -138,8 +134,6 @@ H5F_get_low_bound(const H5F_t *f)
*
* Return: high_bound on success/abort on failure (shouldn't fail)
*
- * Programmer: Vailin Choi; June 2016
- *
*-------------------------------------------------------------------------
*/
H5F_libver_t
@@ -721,9 +715,6 @@ H5F_sieve_buf_size(const H5F_t *f)
* Return: Success: The "garbage collect references flag" is returned.
* Failure: (should not happen)
*
- * Programmer: Quincey Koziol
- * Jul 8 2005
- *
*-------------------------------------------------------------------------
*/
unsigned
@@ -1076,9 +1067,6 @@ H5F_coll_md_read(const H5F_t *f)
* Return: Success: Non-negative
* Failure: Negative
*
- * Programmer: Houjun Tang
- * May 19, 2022
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1281,9 +1269,6 @@ H5F_get_null_fsm_addr(const H5F_t *f)
*
* Return: VOL class pointer for file, can't fail
*
- * Programmer: Quincey Koziol
- * Saturday, August 17, 2019
- *
*-------------------------------------------------------------------------
*/
const H5VL_class_t *
@@ -1324,9 +1309,6 @@ H5F_get_vol_obj(const H5F_t *f)
* Return: Success: Non-negative
* Failure: Negative
*
- * Programmer: Quincey Koziol
- * Saturday, August 17, 2019
- *
*-------------------------------------------------------------------------
*/
herr_t