summaryrefslogtreecommitdiffstats
path: root/src/H5HLint.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/H5HLint.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/H5HLint.c')
-rw-r--r--src/H5HLint.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/H5HLint.c b/src/H5HLint.c
index 9e7f04c..b6314af 100644
--- a/src/H5HLint.c
+++ b/src/H5HLint.c
@@ -13,8 +13,6 @@
/*-------------------------------------------------------------------------
*
* Created: H5HLint.c
- * Oct 12 2008
- * Quincey Koziol
*
* Purpose: Local heap internal routines.
*
@@ -74,9 +72,6 @@ H5FL_DEFINE_STATIC(H5HL_t);
* Return: Success: non-NULL pointer to new local heap
* Failure: NULL
*
- * Programmer: Quincey Koziol
- * Jan 5 2010
- *
*-------------------------------------------------------------------------
*/
H5HL_t *
@@ -119,9 +114,6 @@ done:
*
* Return: SUCCEED (Can't fail)
*
- * Programmer: Quincey Koziol
- * Oct 12 2008
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -145,9 +137,6 @@ H5HL__inc_rc(H5HL_t *heap)
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Oct 12 2008
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -178,9 +167,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Jan 15 2003
- *
*-------------------------------------------------------------------------
*/
herr_t