diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-07-27 21:08:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 21:08:47 (GMT) |
commit | 61186204c020a81b5b0044a3b5e08311ccf1424d (patch) | |
tree | d39acd70c119e92640277d4f595963f07d77f13c /src/H5Groot.c | |
parent | 1e91d96fa02466ffe451319bdac1005f84dc7993 (diff) | |
download | hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2 |
Remove "Programmer" lines (#3294)
Diffstat (limited to 'src/H5Groot.c')
-rw-r--r-- | src/H5Groot.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/H5Groot.c b/src/H5Groot.c index b33c1e1..ee30956 100644 --- a/src/H5Groot.c +++ b/src/H5Groot.c @@ -13,8 +13,6 @@ /*------------------------------------------------------------------------- * * Created: H5Groot.c - * Apr 8 2009 - * Neil Fortner * * Purpose: Functions for operating on the root group. * @@ -80,9 +78,6 @@ * * Failure: NULL * - * Programmer: Robb Matzke - * Tuesday, October 13, 1998 - * *------------------------------------------------------------------------- */ H5G_t * @@ -124,9 +119,6 @@ H5G_rootof(H5F_t *f) * * Return: Non-negative on success/Negative on failure * - * Programmer: Robb Matzke - * Aug 11 1997 - * *------------------------------------------------------------------------- */ herr_t @@ -323,9 +315,6 @@ done: * Return: Success: Non-negative * Failure: Negative * - * Programmer: James Laird - * Tuesday, September 7, 2004 - * *------------------------------------------------------------------------- */ herr_t @@ -354,9 +343,6 @@ H5G_root_free(H5G_t *grp) * Return: Success: Non-negative * Failure: Negative * - * Programmer: Quincey Koziol - * Mar 5 2007 - * *------------------------------------------------------------------------- */ herr_t |