summaryrefslogtreecommitdiffstats
path: root/src/H5FDspace.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/H5FDspace.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/H5FDspace.c')
-rw-r--r--src/H5FDspace.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/H5FDspace.c b/src/H5FDspace.c
index 99430ce..2b64b56 100644
--- a/src/H5FDspace.c
+++ b/src/H5FDspace.c
@@ -13,8 +13,6 @@
/*-------------------------------------------------------------------------
*
* Created: H5FDspace.c
- * Jan 3 2008
- * Quincey Koziol
*
* Purpose: Space allocation routines for the file driver code.
*
@@ -82,9 +80,6 @@ H5FL_DEFINE(H5FD_free_t);
* Return: Success: The address of the previous EOA.
* Failure: The undefined address HADDR_UNDEF
*
- * Programmer: Bill Wendling
- * Wednesday, 04. December, 2002
- *
*-------------------------------------------------------------------------
*/
static haddr_t
@@ -130,9 +125,6 @@ done:
* Return: Success: The format address of the new file memory.
* Failure: The undefined address HADDR_UNDEF
*
- * Programmer: Robb Matzke
- * Wednesday, August 4, 1999
- *
*-------------------------------------------------------------------------
*/
haddr_t
@@ -228,9 +220,6 @@ done:
* Return: Success: The format address of the new file memory.
* Failure: The undefined address HADDR_UNDEF
*
- * Programmer: Quincey Koziol
- * Friday, August 14, 2009
- *
*-------------------------------------------------------------------------
*/
haddr_t
@@ -267,9 +256,6 @@ done:
* Return: Success: Non-negative
* Failure: Negative
*
- * Programmer: Robb Matzke
- * Wednesday, August 4, 1999
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -352,9 +338,6 @@ done:
* Return: Success: Non-negative
* Failure: Negative
*
- * Programmer: Quincey Koziol
- * Friday, August 14, 2009
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -395,9 +378,6 @@ done:
* FALSE(0) - Block could not be extended
* Failure: FAIL
*
- * Programmer: Quincey Koziol
- * Thursday, 17. January, 2008
- *
*-------------------------------------------------------------------------
*/
htri_t