summaryrefslogtreecommitdiffstats
path: root/src/H5HG.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/H5HG.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/H5HG.c')
-rw-r--r--src/H5HG.c33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/H5HG.c b/src/H5HG.c
index 9e11bf1..45301d2 100644
--- a/src/H5HG.c
+++ b/src/H5HG.c
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Robb Matzke
- * Friday, March 27, 1998
- *
* Purpose: Operations on the global heap. The global heap is the set of
* all collections and each collection contains one or more
* global heap objects. An object belongs to exactly one
@@ -114,9 +111,6 @@ H5FL_BLK_DEFINE(gheap_chunk);
*
* Failure: NULL
*
- * Programmer: Robb Matzke
- * Friday, March 27, 1998
- *
*-------------------------------------------------------------------------
*/
static haddr_t
@@ -219,9 +213,6 @@ done:
*
* Return: Pointer to indirect block on success, NULL on failure
*
- * Programmer: Quincey Koziol
- * Wednesday, May 5, 2010
- *
*-------------------------------------------------------------------------
*/
H5HG_heap_t *
@@ -266,9 +257,6 @@ done:
*
* Failure: 0
*
- * Programmer: Robb Matzke
- * Friday, March 27, 1998
- *
*-------------------------------------------------------------------------
*/
static size_t
@@ -387,9 +375,6 @@ done:
*
* Failure: Negative
*
- * Programmer: Quincey Koziol
- * Saturday, June 12, 2004
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -476,9 +461,6 @@ done:
*
* Failure: Negative
*
- * Programmer: Robb Matzke
- * Friday, March 27, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -556,9 +538,6 @@ done:
*
* Failure: NULL
*
- * Programmer: Robb Matzke
- * Monday, March 30, 1998
- *
*-------------------------------------------------------------------------
*/
void *
@@ -629,9 +608,6 @@ done:
*
* Failure: Negative
*
- * Programmer: Robb Matzke
- * Monday, March 30, 1998
- *
*-------------------------------------------------------------------------
*/
int
@@ -682,9 +658,6 @@ done:
*
* Failure: Negative
*
- * Programmer: Neil Fortner
- * Thursday, February 12, 2015
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -724,9 +697,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Monday, March 30, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -819,9 +789,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Wednesday, January 15, 2003
- *
*-------------------------------------------------------------------------
*/
herr_t