summaryrefslogtreecommitdiffstats
path: root/hl/src/H5IM.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 /hl/src/H5IM.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 'hl/src/H5IM.c')
-rw-r--r--hl/src/H5IM.c56
1 files changed, 0 insertions, 56 deletions
diff --git a/hl/src/H5IM.c b/hl/src/H5IM.c
index 04dbc67..42a5feb 100644
--- a/hl/src/H5IM.c
+++ b/hl/src/H5IM.c
@@ -20,10 +20,6 @@
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente Nunes
- *
- * Date: June 13, 2001
- *
* Comments:
* based on HDF5 Image and Palette Specification
*
@@ -70,10 +66,6 @@ H5IMmake_image_8bit(hid_t loc_id, const char *dset_name, hsize_t width, hsize_t
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente Nunes
- *
- * Date: June 13, 2001
- *
* Comments:
* based on HDF5 Image and Palette Specification
*
@@ -143,10 +135,6 @@ H5IMmake_image_24bit(hid_t loc_id, const char *dset_name, hsize_t width, hsize_t
*
* Return:
*
- * Programmer: Pedro Vicente Nunes
- *
- * Date: May 28, 2001
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -183,10 +171,6 @@ find_palette(H5_ATTR_UNUSED hid_t loc_id, const char *name, H5_ATTR_UNUSED const
*
* Return: Success: 1, Failure: 0
*
- * Programmer: Pedro Vicente Nunes
- *
- * Date: May 11, 2001
- *
* Comments:
* The function uses H5Aiterate2 with the operator function find_palette
*
@@ -207,10 +191,6 @@ H5IM_find_palette(hid_t loc_id)
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente Nunes
- *
- * Date: July 25, 2001
- *
* Comments:
* based on HDF5 Image and Palette Specification
*
@@ -372,10 +352,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente Nunes
- *
- * Date: June 13, 2001
- *
* Comments:
* based on HDF5 Image and Palette Specification
*
@@ -417,10 +393,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente Nunes
- *
- * Date: May 01, 2001
- *
* Comments:
* based on HDF5 Image and Palette Specification
*
@@ -467,10 +439,6 @@ H5IMmake_palette(hid_t loc_id, const char *pal_name, const hsize_t *pal_dims, co
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente Nunes
- *
- * Date: May 01, 2001
- *
* Comments:
* based on HDF5 Image and Palette Specification
*
@@ -636,10 +604,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente Nunes
- *
- * Date: September 10, 2001
- *
* Comments:
* based on HDF5 Image and Palette Specification
*
@@ -731,10 +695,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente Nunes
- *
- * Date: July 22, 2001
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -814,10 +774,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente Nunes
- *
- * Date: July 22, 2001
- *
* Comments:
* based on HDF5 Image and Palette Specification
*
@@ -921,10 +877,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente Nunes
- *
- * Date: August 30, 2001
- *
* Comments:
* based on HDF5 Image and Palette Specification
*
@@ -1021,10 +973,6 @@ out:
*
* Return: true, false, fail
*
- * Programmer: Pedro Vicente Nunes
- *
- * Date: August 30, 2001
- *
* Comments:
* based on HDF5 Image and Palette Specification
*
@@ -1120,10 +1068,6 @@ out:
*
* Return: true, false, fail
*
- * Programmer: Pedro Vicente Nunes
- *
- * Date: August 30, 2001
- *
* Comments:
* based on HDF5 Image and Palette Specification
*