diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-06-29 19:13:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-29 19:13:29 (GMT) |
commit | fd933f30b1f8cd487ad790ac0b054bb779280a62 (patch) | |
tree | 9e366b2c19f1d84e28af4e588daf7bd8c075f8b6 /tools/src/h5stat/h5stat.c | |
parent | fd56a593b7928da636b2494b25cd7478fed78c29 (diff) | |
download | hdf5-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 'tools/src/h5stat/h5stat.c')
-rw-r--r-- | tools/src/h5stat/h5stat.c | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/tools/src/h5stat/h5stat.c b/tools/src/h5stat/h5stat.c index a9e163a..9a60cd8 100644 --- a/tools/src/h5stat/h5stat.c +++ b/tools/src/h5stat/h5stat.c @@ -255,9 +255,6 @@ usage(const char *prog) * * Return: >0 on success, 0 on failure * - * Programmer: Quincey Koziol - * Monday, August 22, 2005 - * *------------------------------------------------------------------------- */ H5_ATTR_CONST static unsigned @@ -283,9 +280,6 @@ ceil_log10(unsigned long x) * * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, July 17, 2007 - * *------------------------------------------------------------------------- */ static herr_t @@ -331,9 +325,6 @@ attribute_stats(iter_t *iter, const H5O_info2_t *oi, const H5O_native_info_t *na * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, August 16, 2005 - * *------------------------------------------------------------------------- */ static herr_t @@ -401,9 +392,6 @@ done: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, August 16, 2005 - * *------------------------------------------------------------------------- */ static herr_t @@ -595,8 +583,6 @@ done: * Return: Success: 0 * Failure: -1 * - * Programmer: Vailin Choi; July 7th, 2009 - * *------------------------------------------------------------------------- */ static herr_t @@ -626,9 +612,6 @@ done: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, November 6, 2007 - * *------------------------------------------------------------------------- */ static herr_t @@ -686,9 +669,6 @@ done: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, November 6, 2007 - * *------------------------------------------------------------------------- */ static herr_t @@ -723,8 +703,6 @@ lnk_stats(const char H5_ATTR_UNUSED *path, const H5L_info2_t *li, void *_iter) * Return: Success: 0 * Failure: -1 * - * Programmer: Vailin Choi; July 7th, 2009 - * *------------------------------------------------------------------------- */ static herr_t @@ -812,9 +790,6 @@ hand_free(struct handler_t *hand) * * Failure: -1 * - * Programmer: Elena Pourmal - * Saturday, August 12, 2006 - * *------------------------------------------------------------------------- */ static int @@ -1087,9 +1062,6 @@ iter_free(iter_t *iter) * * Failure: Never fails * - * Programmer: Elena Pourmal - * Saturday, August 12, 2006 - * *------------------------------------------------------------------------- */ static herr_t @@ -1116,9 +1088,6 @@ print_file_info(const iter_t *iter) * * Failure: Never fails * - * Programmer: Elena Pourmal - * Saturday, August 12, 2006 - * *------------------------------------------------------------------------- */ static herr_t @@ -1172,9 +1141,6 @@ print_file_metadata(const iter_t *iter) * * Failure: Never fails * - * Programmer: Elena Pourmal - * Saturday, August 12, 2006 - * *------------------------------------------------------------------------- */ static herr_t @@ -1221,8 +1187,6 @@ print_group_info(const iter_t *iter) * Return: Success: 0 * Failure: Never fails * - * Programmer: Vailin Choi; October 2009 - * *------------------------------------------------------------------------- */ static herr_t @@ -1247,9 +1211,6 @@ print_group_metadata(const iter_t *iter) * Return: Success: 0 * Failure: Never fails * - * Programmer: Elena Pourmal - * Saturday, August 12, 2006 - * *------------------------------------------------------------------------- */ static herr_t @@ -1336,8 +1297,6 @@ print_dataset_info(const iter_t *iter) * * Failure: Never fails * - * Programmer: Vailin Choi; October 2009 - * *------------------------------------------------------------------------- */ static herr_t @@ -1363,8 +1322,6 @@ print_dset_metadata(const iter_t *iter) * * Failure: Never fails * - * Programmer: Vailin Choi; October 2009 - * *------------------------------------------------------------------------- */ static herr_t @@ -1403,9 +1360,6 @@ print_dset_dtype_meta(const iter_t *iter) * * Failure: Never fails * - * Programmer: Vailin Choi - * July 12, 2007 - * *------------------------------------------------------------------------- */ static herr_t @@ -1451,8 +1405,6 @@ print_attr_info(const iter_t *iter) * * Failure: Never fails * - * Programmer: Vailin Choi; July 7th, 2009 - * *------------------------------------------------------------------------- */ static herr_t @@ -1499,8 +1451,6 @@ print_freespace_info(const iter_t *iter) * * Failure: Never fails * - * Programmer: Vailin Choi; August 2009 - * *------------------------------------------------------------------------- */ static herr_t @@ -1555,9 +1505,6 @@ print_storage_summary(const iter_t *iter) * * Failure: Never fails * - * Programmer: Elena Pourmal - * Saturday, August 12, 2006 - * *------------------------------------------------------------------------- */ static void @@ -1611,9 +1558,6 @@ print_file_statistics(const iter_t *iter) * * Failure: Never fails * - * Programmer: Elena Pourmal - * Thursday, August 17, 2006 - * *------------------------------------------------------------------------- */ static void @@ -1631,9 +1575,6 @@ print_object_statistics(const char *name) * * Failure: Never fails * - * Programmer: Elena Pourmal - * Thursday, August 17, 2006 - * *------------------------------------------------------------------------- */ static void |