summaryrefslogtreecommitdiffstats
path: root/hl/src/H5IM.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-07-27 21:08:47 (GMT)
committerGitHub <noreply@github.com>2023-07-27 21:08:47 (GMT)
commit61186204c020a81b5b0044a3b5e08311ccf1424d (patch)
treed39acd70c119e92640277d4f595963f07d77f13c /hl/src/H5IM.c
parent1e91d96fa02466ffe451319bdac1005f84dc7993 (diff)
downloadhdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2
Remove "Programmer" lines (#3294)
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 e38f096..3308b71 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
*