summaryrefslogtreecommitdiffstats
path: root/src/H5Odrvinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Odrvinfo.c')
-rw-r--r--src/H5Odrvinfo.c22
1 files changed, 2 insertions, 20 deletions
diff --git a/src/H5Odrvinfo.c b/src/H5Odrvinfo.c
index 4c0ca93..566e26b 100644
--- a/src/H5Odrvinfo.c
+++ b/src/H5Odrvinfo.c
@@ -10,11 +10,8 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: Quincey Koziol
- * Thursday, March 1, 2007
- *
- * Purpose: A message holding driver info settings
- * in the superblock extension.
+/*
+ * Purpose: A message holding driver info settings in the superblock extension
*/
#include "H5Omodule.h" /* This source code file is part of the H5O module */
@@ -135,9 +132,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Mar 1, 2007
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -173,9 +167,6 @@ H5O__drvinfo_encode(H5F_t H5_ATTR_UNUSED *f, hbool_t H5_ATTR_UNUSED disable_shar
* Return: Success: Ptr to _DEST
* Failure: NULL
*
- * Programmer: Quincey Koziol
- * Mar 1, 2007
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -221,9 +212,6 @@ done:
* Return: Success: Message data size in bytes w/o alignment.
* Failure: 0
*
- * Programmer: Quincey Koziol
- * Mar 1, 2007
- *
*-------------------------------------------------------------------------
*/
static size_t
@@ -254,9 +242,6 @@ H5O__drvinfo_size(const H5F_t H5_ATTR_UNUSED *f, hbool_t H5_ATTR_UNUSED disable_
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Mar 1 2007
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -282,9 +267,6 @@ H5O__drvinfo_reset(void *_mesg)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Mar 1, 2007
- *
*-------------------------------------------------------------------------
*/
static herr_t