summaryrefslogtreecommitdiffstats
path: root/src/H5Ofill.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/H5Ofill.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/H5Ofill.c')
-rw-r--r--src/H5Ofill.c34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/H5Ofill.c b/src/H5Ofill.c
index 84ede3a..f0ef281 100644
--- a/src/H5Ofill.c
+++ b/src/H5Ofill.c
@@ -403,9 +403,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Raymond Lu
- * Feb 26, 2002
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -499,9 +496,6 @@ H5O__fill_new_encode(H5F_t H5_ATTR_UNUSED *f, uint8_t *p, const void *_fill)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Thursday, October 1, 1998
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -533,9 +527,6 @@ H5O__fill_old_encode(H5F_t H5_ATTR_UNUSED *f, uint8_t *p, const void *_fill)
* Return: Success: Ptr to _DEST
* Failure: NULL
*
- * Programmer: Raymond Lu
- * Feb 26, 2002
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -652,9 +643,6 @@ done:
* Return: Success: Message data size in bytes w/o alignment.
* Failure: 0
*
- * Programmer: Raymond Lu
- * Feb 26, 2002
- *
*-------------------------------------------------------------------------
*/
static size_t
@@ -699,9 +687,6 @@ H5O__fill_new_size(const H5F_t H5_ATTR_UNUSED *f, const void *_fill)
* Return: Success: Message data size in bytes w/o alignment.
* Failure: 0
*
- * Programmer: Robb Matzke
- * Thursday, October 1, 1998
- *
*-------------------------------------------------------------------------
*/
static size_t
@@ -723,9 +708,6 @@ H5O__fill_old_size(const H5F_t H5_ATTR_UNUSED *f, const void *_fill)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Monday, January 22, 2007
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -788,9 +770,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Thursday, October 1, 1998
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -820,9 +799,6 @@ H5O__fill_reset(void *_fill)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Thursday, December 5, 2002
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -846,8 +822,6 @@ H5O__fill_free(void *fill)
* Return: Success: Non-negative
* Failure: Negative
*
- * Programmer: Vailin Choi; Dec 2017
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -879,9 +853,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Thursday, October 1, 1998
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -981,9 +952,6 @@ H5O__fill_debug(H5F_t H5_ATTR_UNUSED *f, const void *_fill, FILE *stream, int in
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Thursday, October 1, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1077,8 +1045,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; December 2017
- *
*-------------------------------------------------------------------------
*/
herr_t