summaryrefslogtreecommitdiffstats
path: root/src/H5Gdeprec.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/H5Gdeprec.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/H5Gdeprec.c')
-rw-r--r--src/H5Gdeprec.c35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/H5Gdeprec.c b/src/H5Gdeprec.c
index 594431c..274c460 100644
--- a/src/H5Gdeprec.c
+++ b/src/H5Gdeprec.c
@@ -13,8 +13,6 @@
/*-------------------------------------------------------------------------
*
* Created: H5Gdeprec.c
- * June 21 2006
- * James Laird
*
* Purpose: Deprecated functions from the H5G interface. These
* functions are here for compatibility purposes and may be
@@ -94,9 +92,6 @@ static herr_t H5G__get_objinfo_cb(H5G_loc_t *grp_loc /*in*/, const char *name, c
*
* Return: Object type (can't fail)
*
- * Programmer: Quincey Koziol
- * Tuesday, November 21, 2006
- *
*-------------------------------------------------------------------------
*/
H5G_obj_t
@@ -153,9 +148,6 @@ H5G_map_obj_type(H5O_type_t obj_type)
*
* Failure: H5I_INVALID_HID
*
- * Programmer: Robb Matzke
- * Wednesday, September 24, 1997
- *
*-------------------------------------------------------------------------
*/
hid_t
@@ -251,9 +243,6 @@ done:
*
* Failure: H5I_INVALID_HID
*
- * Programmer: Robb Matzke
- * Wednesday, December 31, 1997
- *
*-------------------------------------------------------------------------
*/
hid_t
@@ -683,9 +672,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Monday, July 20, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -749,9 +735,6 @@ done:
*
* Failure: Negative
*
- * Programmer: Robb Matzke
- * Monday, July 20, 1998
- *
*-------------------------------------------------------------------------
*/
int
@@ -889,9 +872,6 @@ done:
* Return: Success: Non-negative
* Failure: Negative
*
- * Programmer: Raymond Lu
- * Nov 20, 2002
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -942,9 +922,6 @@ done:
* Return: Non-negative on success, with the fields of STATBUF (if
* non-null) initialized. Negative on failure.
*
- * Programmer: Robb Matzke
- * Monday, April 13, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -996,9 +973,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Tuesday, September 20, 2005
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1085,9 +1059,6 @@ done:
*
* Failure: Negative
*
- * Programmer: Robb Matzke
- * Monday, April 13, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1165,9 +1136,6 @@ done:
* Return: Success: Non-negative
* Failure: Negative
*
- * Programmer: Raymond Lu
- * Nov 20, 2002
- *
*-------------------------------------------------------------------------
*/
ssize_t
@@ -1226,9 +1194,6 @@ done:
* Return: Success: H5G_GROUP(1), H5G_DATASET(2), H5G_TYPE(3)
* Failure: H5G_UNKNOWN
*
- * Programmer: Raymond Lu
- * Nov 20, 2002
- *
*-------------------------------------------------------------------------
*/
H5G_obj_t