summaryrefslogtreecommitdiffstats
path: root/src/H5FDcore.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 /src/H5FDcore.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 'src/H5FDcore.c')
-rw-r--r--src/H5FDcore.c64
1 files changed, 0 insertions, 64 deletions
diff --git a/src/H5FDcore.c b/src/H5FDcore.c
index f8d74c8..be4de62 100644
--- a/src/H5FDcore.c
+++ b/src/H5FDcore.c
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Robb Matzke
- * Tuesday, August 10, 1999
- *
* Purpose: A driver which stores the HDF5 data in main memory using
* only the HDF5 public API. This driver is useful for fast
* access to small, temporary hdf5 files.
@@ -454,9 +451,6 @@ H5FD__core_get_default_config(void)
* Return: Success: The driver ID for the core driver
* Failure: H5I_INVALID_HID
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
hid_t
@@ -492,9 +486,6 @@ H5FD_core_init(void)
*
* Returns: SUCCEED (Can't fail)
*
- * Programmer: Quincey Koziol
- * Friday, Jan 30, 2004
- *
*---------------------------------------------------------------------------
*/
static herr_t
@@ -516,9 +507,6 @@ H5FD__core_term(void)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Dana Robinson
- * Tuesday, April 8, 2014
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -567,9 +555,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Dana Robinson
- * Tuesday, April 8, 2014
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -609,9 +594,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Robb Matzke
- * Thursday, February 19, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -650,9 +632,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Robb Matzke
- * Tuesday, August 10, 1999
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -689,9 +668,6 @@ done:
* Return: Success: Ptr to new file access properties.
* Failure: NULL
*
- * Programmer: Robb Matzke
- * Friday, August 13, 1999
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -728,9 +704,6 @@ done:
* caller, which is always H5FD_open().
* Failure: NULL
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static H5FD_t *
@@ -993,9 +966,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1049,9 +1019,6 @@ done:
* Failure: never fails (arguments were checked by the
* caller).
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1134,9 +1101,6 @@ done:
*
* Return: SUCCEED (Can't fail)
*
- * Programmer: Quincey Koziol
- * Tuesday, October 7, 2008
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1177,9 +1141,6 @@ H5FD__core_query(const H5FD_t *_file, unsigned long *flags /* out */)
*
* Return: The end-of-address marker. (Can't fail)
*
- * Programmer: Robb Matzke
- * Monday, August 2, 1999
- *
*-------------------------------------------------------------------------
*/
static haddr_t
@@ -1201,9 +1162,6 @@ H5FD__core_get_eoa(const H5FD_t *_file, H5FD_mem_t H5_ATTR_UNUSED type)
*
* Return: SUCCEED/FAIL
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1234,9 +1192,6 @@ done:
* the end of the "file", either the memory
* or the HDF5 file. (Can't fail)
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static haddr_t
@@ -1256,9 +1211,6 @@ H5FD__core_get_eof(const H5FD_t *_file, H5FD_mem_t H5_ATTR_UNUSED type)
*
* Returns: SUCCEED/FAIL
*
- * Programmer: Raymond Lu
- * Sept. 16, 2002
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1319,9 +1271,6 @@ done:
* buffer BUF.
* Failure: FAIL, Contents of buffer BUF are undefined.
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1378,9 +1327,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1464,9 +1410,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Robb Matzke
- * Friday, October 15, 1999
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1547,9 +1490,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Tuesday, October 7, 2008
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1649,8 +1589,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Vailin Choi; May 2013
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1695,8 +1633,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Vailin Choi; May 2013
- *
*-------------------------------------------------------------------------
*/
static herr_t