summaryrefslogtreecommitdiffstats
path: root/src/H5Oflush.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/H5Oflush.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/H5Oflush.c')
-rw-r--r--src/H5Oflush.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/H5Oflush.c b/src/H5Oflush.c
index 822da33..b7c5acd 100644
--- a/src/H5Oflush.c
+++ b/src/H5Oflush.c
@@ -13,8 +13,6 @@
/*-------------------------------------------------------------------------
*
* Created: H5Oflush.c
- * Aug 19, 2010
- * Mike McGreevy
*
* Purpose: Object flush/refresh routines.
*
@@ -60,9 +58,6 @@ static herr_t H5O__refresh_metadata_close(H5O_loc_t *oloc, H5G_loc_t *obj_loc, h
* Return: Success: Non-negative
* Failure: Negative
*
- * Programmer: Quincey Koziol
- * December 29, 2017
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -107,8 +102,6 @@ done:
*
* Return: Non-negative on success, negative on failure
*
- * Programmer: Vailin Choi; Dec 2013
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -143,9 +136,6 @@ done:
* Return: Success: Non-negative
* Failure: Negative
*
- * Programmer: Mike McGreevy
- * May 19, 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -190,9 +180,6 @@ done:
*
* Return: Non-negative on success, negative on failure
*
- * Programmer: Mike McGreevy/Vailin Choi
- * July 28, 2010/Feb 2014
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -286,9 +273,6 @@ done:
* Return: Success: Non-negative
* Failure: Negative
*
- * Programmer: Mike McGreevy/Vailin Choi
- * July 28, 2010/Feb 2014
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -356,9 +340,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Mike McGreevy/Vailin Choi
- * July 28, 2010/Feb 2014
- *
*-------------------------------------------------------------------------
*/
herr_t