summaryrefslogtreecommitdiffstats
path: root/src/H5FDlog.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/H5FDlog.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/H5FDlog.c')
-rw-r--r--src/H5FDlog.c64
1 files changed, 0 insertions, 64 deletions
diff --git a/src/H5FDlog.c b/src/H5FDlog.c
index cb04903..5523592 100644
--- a/src/H5FDlog.c
+++ b/src/H5FDlog.c
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Monday, April 17, 2000
- *
* Purpose: The POSIX unbuffered file driver using only the HDF5 public
* API and with a few optimizations: the lseek() call is made
* only when the current file position is unknown or needs to be
@@ -236,9 +233,6 @@ H5FL_DEFINE_STATIC(H5FD_log_t);
* Return: Success: The driver ID for the log driver
* Failure: H5I_INVALID_HID
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
hid_t
@@ -274,9 +268,6 @@ H5FD_log_init(void)
*
* Returns: SUCCEED (Can't fail)
*
- * Programmer: Quincey Koziol
- * Friday, Jan 30, 2004
- *
*---------------------------------------------------------------------------
*/
static herr_t
@@ -298,9 +289,6 @@ H5FD__log_term(void)
*
* Return: SUCCEED/FAIL
*
- * Programmer: Robb Matzke
- * Thursday, February 19, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -352,9 +340,6 @@ done:
* members copied from the file struct.
* Failure: NULL
*
- * Programmer: Quincey Koziol
- * Thursday, April 20, 2000
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -379,9 +364,6 @@ H5FD__log_fapl_get(H5FD_t *_file)
* Return: Success: Ptr to a new property list
* Failure: NULL
*
- * Programmer: Quincey Koziol
- * Thursday, April 20, 2000
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -428,9 +410,6 @@ done:
*
* Return: SUCCEED (Can't fail)
*
- * Programmer: Quincey Koziol
- * Thursday, April 20, 2000
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -458,9 +437,6 @@ H5FD__log_fapl_free(void *_fa)
* caller, which is always H5FD_open().
* Failure: NULL
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static H5FD_t *
@@ -662,9 +638,6 @@ done:
* Return: Success: SUCCEED
* Failure: FAIL, file not closed.
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -820,9 +793,6 @@ done:
* Failure: never fails (arguments were checked by the
* caller).
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static int
@@ -885,9 +855,6 @@ done:
*
* Return: SUCCEED (Can't fail)
*
- * Programmer: Quincey Koziol
- * Friday, August 25, 2000
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -927,9 +894,6 @@ H5FD__log_query(const H5FD_t *_file, unsigned long *flags /* out */)
* Return: Success: Address of new memory
* Failure: HADDR_UNDEF
*
- * Programmer: Quincey Koziol
- * Monday, April 17, 2000
- *
*-------------------------------------------------------------------------
*/
static haddr_t
@@ -974,9 +938,6 @@ H5FD__log_alloc(H5FD_t *_file, H5FD_mem_t type, hid_t H5_ATTR_UNUSED dxpl_id, hs
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Wednesday, September 28, 2016
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1013,9 +974,6 @@ H5FD__log_free(H5FD_t *_file, H5FD_mem_t type, hid_t H5_ATTR_UNUSED dxpl_id, had
* Return: Success: The end-of-address marker.
* Failure: HADDR_UNDEF
*
- * Programmer: Robb Matzke
- * Monday, August 2, 1999
- *
*-------------------------------------------------------------------------
*/
static haddr_t
@@ -1037,9 +995,6 @@ H5FD__log_get_eoa(const H5FD_t *_file, H5FD_mem_t H5_ATTR_UNUSED type)
*
* Return: SUCCEED (Can't fail)
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1104,9 +1059,6 @@ H5FD__log_set_eoa(H5FD_t *_file, H5FD_mem_t type, haddr_t addr)
* or the HDF5 file.
* Failure: HADDR_UNDEF
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static haddr_t
@@ -1126,9 +1078,6 @@ H5FD__log_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
@@ -1159,9 +1108,6 @@ done:
* buffer BUF.
* Failure: FAIL, Contents of buffer BUF are undefined.
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1373,9 +1319,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1590,9 +1533,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Robb Matzke
- * Wednesday, August 4, 1999
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1698,8 +1638,6 @@ done:
* Return: Success: SUCCEED
* Failure: FAIL, file not locked.
*
- * Programmer: Vailin Choi; May 2013
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1740,8 +1678,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Vailin Choi; May 2013
- *
*-------------------------------------------------------------------------
*/
static herr_t