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/test/h5copy | |
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/test/h5copy')
-rw-r--r-- | tools/test/h5copy/h5copygentest.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/test/h5copy/h5copygentest.c b/tools/test/h5copy/h5copygentest.c index 899eaa7..db50693 100644 --- a/tools/test/h5copy/h5copygentest.c +++ b/tools/test/h5copy/h5copygentest.c @@ -491,7 +491,6 @@ gent_nested_group(hid_t loc_id) * * Purpose: Generate object references to dataset and group * - * Programmer: Jonathan Kim (Feb 23, 2010) *------------------------------------------------------------------------*/ static herr_t gen_obj_ref(hid_t loc_id) @@ -592,7 +591,6 @@ out: * * Purpose: Generate dataset region references * - * Programmer: Jonathan Kim (Feb 23, 2010) *------------------------------------------------------------------------*/ static herr_t gen_region_ref(hid_t loc_id) @@ -799,7 +797,6 @@ out: * * Purpose: generate target external link objs * - * Programmer: Jonathan Kim (March 03, 2010) *------------------------------------------------------------------------*/ static herr_t gen_extlink_trg(hid_t loc_id) @@ -849,7 +846,6 @@ out: * * Purpose: generate source external link objs * - * Programmer: Jonathan Kim (March 03, 2010) *------------------------------------------------------------------------*/ static herr_t gen_extlink_src(hid_t loc_id) |