summaryrefslogtreecommitdiffstats
path: root/src/H5Fmount.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/H5Fmount.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/H5Fmount.c')
-rw-r--r--src/H5Fmount.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/H5Fmount.c b/src/H5Fmount.c
index 73c41c2..b17baea 100644
--- a/src/H5Fmount.c
+++ b/src/H5Fmount.c
@@ -34,9 +34,6 @@ static void H5F__mount_count_ids_recurse(H5F_t *f, unsigned *nopen_files, unsign
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Saturday, July 2, 2005
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -90,9 +87,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Tuesday, October 6, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -253,9 +247,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Tuesday, October 6, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -399,9 +390,6 @@ done:
* Return: Success: TRUE/FALSE
* Failure: (can't happen)
*
- * Programmer: Quincey Koziol
- * Thursday, January 2, 2002
- *
*-------------------------------------------------------------------------
*/
hbool_t
@@ -429,9 +417,6 @@ H5F_is_mount(const H5F_t *file)
*
* Return: void
*
- * Programmer: Quincey Koziol
- * Tuesday, July 19, 2005
- *
*-------------------------------------------------------------------------
*/
static void
@@ -478,9 +463,6 @@ H5F__mount_count_ids_recurse(H5F_t *f, unsigned *nopen_files, unsigned *nopen_ob
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Tues, July 19, 2005
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -510,9 +492,6 @@ H5F__mount_count_ids(H5F_t *f, unsigned *nopen_files, unsigned *nopen_objs)
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Fri, August 21, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -551,9 +530,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Fri, August 21, 2009
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -586,9 +562,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Tuesday, October 6, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t