summaryrefslogtreecommitdiffstats
path: root/src/H5FDsec2.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/H5FDsec2.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/H5FDsec2.c')
-rw-r--r--src/H5FDsec2.c49
1 files changed, 0 insertions, 49 deletions
diff --git a/src/H5FDsec2.c b/src/H5FDsec2.c
index b8757f1..7d49adb 100644
--- a/src/H5FDsec2.c
+++ b/src/H5FDsec2.c
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
* 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
@@ -196,9 +193,6 @@ H5FL_DEFINE_STATIC(H5FD_sec2_t);
* Return: Success: The driver ID for the sec2 driver
* Failure: H5I_INVALID_HID
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
hid_t
@@ -234,9 +228,6 @@ H5FD_sec2_init(void)
*
* Returns: SUCCEED (Can't fail)
*
- * Programmer: Quincey Koziol
- * Friday, Jan 30, 2004
- *
*---------------------------------------------------------------------------
*/
static herr_t
@@ -259,9 +250,6 @@ H5FD__sec2_term(void)
*
* Return: SUCCEED/FAIL
*
- * Programmer: Robb Matzke
- * Thursday, February 19, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -292,9 +280,6 @@ done:
* caller, which is always H5FD_open().
* Failure: NULL
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static H5FD_t *
@@ -421,9 +406,6 @@ done:
* Return: Success: SUCCEED
* Failure: FAIL, file not closed.
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -458,9 +440,6 @@ done:
* Failure: never fails (arguments were checked by the
* caller).
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static int
@@ -521,9 +500,6 @@ done:
*
* Return: SUCCEED (Can't fail)
*
- * Programmer: Quincey Koziol
- * Friday, August 25, 2000
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -570,9 +546,6 @@ H5FD__sec2_query(const H5FD_t *_file, unsigned long *flags /* out */)
*
* Return: The end-of-address marker.
*
- * Programmer: Robb Matzke
- * Monday, August 2, 1999
- *
*-------------------------------------------------------------------------
*/
static haddr_t
@@ -594,9 +567,6 @@ H5FD__sec2_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
@@ -621,9 +591,6 @@ H5FD__sec2_set_eoa(H5FD_t *_file, H5FD_mem_t H5_ATTR_UNUSED type, haddr_t addr)
* Return: End of file address, the first address past the end of the
* "file", either the filesystem file or the HDF5 file.
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static haddr_t
@@ -643,9 +610,6 @@ H5FD__sec2_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
@@ -676,9 +640,6 @@ done:
* buffer BUF.
* Failure: FAIL, Contents of buffer BUF are undefined.
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -784,9 +745,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -888,9 +846,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Robb Matzke
- * Wednesday, August 4, 1999
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -958,8 +913,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Vailin Choi; May 2013
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -999,8 +952,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Vailin Choi; May 2013
- *
*-------------------------------------------------------------------------
*/
static herr_t