summaryrefslogtreecommitdiffstats
path: root/src/H5Cquery.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/H5Cquery.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/H5Cquery.c')
-rw-r--r--src/H5Cquery.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/H5Cquery.c b/src/H5Cquery.c
index 01043ee..952ee12 100644
--- a/src/H5Cquery.c
+++ b/src/H5Cquery.c
@@ -13,8 +13,6 @@
/*-------------------------------------------------------------------------
*
* Created: H5Cquery.c
- * May 30 2016
- * Quincey Koziol
*
* Purpose: Routines which query different components of the generic
* cache structure or entries.
@@ -70,9 +68,6 @@
*
* Return: SUCCEED on success, and FAIL on failure.
*
- * Programmer: John Mainzer
- * 10/8/04
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -107,9 +102,6 @@ done:
*
* Return: SUCCEED on success, and FAIL on failure.
*
- * Programmer: John Mainzer
- * 10/8/04
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -177,9 +169,6 @@ done:
*
* Return: SUCCEED on success, and FAIL on failure.
*
- * Programmer: John Mainzer
- * 10/7/04
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -222,9 +211,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: John Mainzer
- * 7/1/05
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -290,9 +276,6 @@ done:
*
* Return: SUCCEED on success, and FAIL on failure.
*
- * Programmer: John Mainzer
- * 7/27/07
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -324,9 +307,6 @@ done:
*
* Return: NULL/non-NULL (can't fail)
*
- * Programmer: Quincey Koziol
- * 6/29/15
- *
*-------------------------------------------------------------------------
*/
void *
@@ -350,9 +330,6 @@ H5C_get_aux_ptr(const H5C_t *cache_ptr)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * 9/8/15
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -390,8 +367,6 @@ done:
*
* Return: SUCCEED on success, and FAIL on failure.
*
- * Programmer: Vailin Choi; March 2017
- *
*-------------------------------------------------------------------------
*/
herr_t