summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-04-18 02:10:44 (GMT)
committerGitHub <noreply@github.com>2023-04-18 02:10:44 (GMT)
commit5d21a59c4e6f803bf3318a5d73fb7306cbe4ee10 (patch)
tree2dc193e97378bc31e8a829115722402f2eb2ef8b
parent584243bc474302d332a1fde9e22586682fcf33ab (diff)
downloadhdf5-5d21a59c4e6f803bf3318a5d73fb7306cbe4ee10.zip
hdf5-5d21a59c4e6f803bf3318a5d73fb7306cbe4ee10.tar.gz
hdf5-5d21a59c4e6f803bf3318a5d73fb7306cbe4ee10.tar.bz2
Removes programmer/date lines from src headers (#2747)
-rw-r--r--src/H5ACmodule.h9
-rw-r--r--src/H5ACpkg.h17
-rw-r--r--src/H5Amodule.h9
-rw-r--r--src/H5Apkg.h3
-rw-r--r--src/H5B2module.h9
-rw-r--r--src/H5B2pkg.h9
-rw-r--r--src/H5Bmodule.h9
-rw-r--r--src/H5Bpkg.h9
-rw-r--r--src/H5CXmodule.h9
-rw-r--r--src/H5Cmodule.h9
-rw-r--r--src/H5Dmodule.h9
-rw-r--r--src/H5Dpkg.h9
-rw-r--r--src/H5EAmodule.h9
-rw-r--r--src/H5EApkg.h3
-rw-r--r--src/H5ESmodule.h3
-rw-r--r--src/H5ESpkg.h9
-rw-r--r--src/H5Emodule.h9
-rw-r--r--src/H5Epkg.h9
-rw-r--r--src/H5FAmodule.h9
-rw-r--r--src/H5FApkg.h8
-rw-r--r--src/H5FDcore.h3
-rw-r--r--src/H5FDdirect.h3
-rw-r--r--src/H5FDdrvr_module.h9
-rw-r--r--src/H5FDfamily.h3
-rw-r--r--src/H5FDhdfs.h8
-rw-r--r--src/H5FDlog.h3
-rw-r--r--src/H5FDmodule.h9
-rw-r--r--src/H5FDmpi.h3
-rw-r--r--src/H5FDmpio.h3
-rw-r--r--src/H5FDmulti.h3
-rw-r--r--src/H5FDpkg.h9
-rw-r--r--src/H5FDprivate.h4
-rw-r--r--src/H5FDpublic.h4
-rw-r--r--src/H5FDros3.h3
-rw-r--r--src/H5FDs3comms.h5
-rw-r--r--src/H5FDsec2.h5
-rw-r--r--src/H5FDstdio.h5
-rw-r--r--src/H5FDwindows.h6
-rw-r--r--src/H5FLmodule.h9
-rw-r--r--src/H5FSmodule.h9
-rw-r--r--src/H5FSpkg.h3
-rw-r--r--src/H5Fmodule.h9
-rw-r--r--src/H5Fpkg.h9
-rw-r--r--src/H5Gmodule.h9
-rw-r--r--src/H5Gpkg.h3
-rw-r--r--src/H5HFmodule.h9
-rw-r--r--src/H5HFpkg.h9
-rw-r--r--src/H5HGmodule.h9
-rw-r--r--src/H5HGpkg.h3
-rw-r--r--src/H5HGprivate.h4
-rw-r--r--src/H5HLmodule.h9
-rw-r--r--src/H5HLpkg.h3
-rw-r--r--src/H5Imodule.h3
-rw-r--r--src/H5Ipkg.h9
-rw-r--r--src/H5Lmodule.h9
-rw-r--r--src/H5Lpkg.h3
-rw-r--r--src/H5MFmodule.h9
-rw-r--r--src/H5MFpkg.h3
-rw-r--r--src/H5Omodule.h9
-rw-r--r--src/H5Oshared.h117
-rw-r--r--src/H5PBmodule.h9
-rw-r--r--src/H5Pmodule.h9
-rw-r--r--src/H5Ppkg.h9
-rw-r--r--src/H5RSmodule.h7
-rw-r--r--src/H5SLmodule.h9
-rw-r--r--src/H5SMmodule.h9
-rw-r--r--src/H5SMpkg.h3
-rw-r--r--src/H5SMprivate.h7
-rw-r--r--src/H5Smodule.h9
-rw-r--r--src/H5Spkg.h9
-rw-r--r--src/H5Tmodule.h9
-rw-r--r--src/H5Tpkg.h9
-rw-r--r--src/H5VMprivate.h91
-rw-r--r--src/H5Zmodule.h9
-rw-r--r--src/H5Zprivate.h4
-rw-r--r--src/H5Zpublic.h4
-rw-r--r--src/H5private.h23
77 files changed, 203 insertions, 542 deletions
diff --git a/src/H5ACmodule.h b/src/H5ACmodule.h
index a7f9a27..1ce26f6 100644
--- a/src/H5ACmodule.h
+++ b/src/H5ACmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5AC package. Including this header means that the source file
- * is part of the H5AC package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5AC package. Including this header means that the source file
+ * is part of the H5AC package.
*/
#ifndef H5ACmodule_H
#define H5ACmodule_H
diff --git a/src/H5ACpkg.h b/src/H5ACpkg.h
index 8ccab4e..beb7ba7 100644
--- a/src/H5ACpkg.h
+++ b/src/H5ACpkg.h
@@ -11,18 +11,15 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: John Mainzer -- 4/19/06
+ * Purpose: This file contains declarations which are normally visible
+ * only within the H5AC package (just H5AC.c at present).
*
- * Purpose: This file contains declarations which are normally visible
- * only within the H5AC package (just H5AC.c at present).
- *
- * Source files outside the H5AC package should include
- * H5ACprivate.h instead.
- *
- * The one exception to this rule is testpar/t_cache.c. The
- * test code is easier to write if it can look at H5AC_aux_t.
- * Indeed, this is the main reason why this file was created.
+ * Source files outside the H5AC package should include
+ * H5ACprivate.h instead.
*
+ * The one exception to this rule is testpar/t_cache.c. The
+ * test code is easier to write if it can look at H5AC_aux_t.
+ * Indeed, this is the main reason why this file was created.
*/
#if !(defined H5AC_FRIEND || defined H5AC_MODULE)
diff --git a/src/H5Amodule.h b/src/H5Amodule.h
index 4823d0d..75a4c8c 100644
--- a/src/H5Amodule.h
+++ b/src/H5Amodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5A package. Including this header means that the source file
- * is part of the H5A package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5A package. Including this header means that the source file
+ * is part of the H5A package.
*/
#ifndef H5Amodule_H
#define H5Amodule_H
diff --git a/src/H5Apkg.h b/src/H5Apkg.h
index 49dfda2..3a5c411 100644
--- a/src/H5Apkg.h
+++ b/src/H5Apkg.h
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Monday, Apr 20
- *
* Purpose: This file contains declarations which are visible only within
* the H5A package. Source files outside the H5A package should
* include H5Aprivate.h instead.
diff --git a/src/H5B2module.h b/src/H5B2module.h
index 6a3131b..8eaea2f 100644
--- a/src/H5B2module.h
+++ b/src/H5B2module.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5B2 package. Including this header means that the source file
- * is part of the H5B2 package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5B2 package. Including this header means that the source file
+ * is part of the H5B2 package.
*/
#ifndef H5B2module_H
#define H5B2module_H
diff --git a/src/H5B2pkg.h b/src/H5B2pkg.h
index 626ae2f..668ea5d 100644
--- a/src/H5B2pkg.h
+++ b/src/H5B2pkg.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Monday, January 31, 2005
- *
- * Purpose: This file contains declarations which are visible only within
- * the H5B2 package. Source files outside the H5B2 package should
- * include H5B2private.h instead.
+ * Purpose: This file contains declarations which are visible only within
+ * the H5B2 package. Source files outside the H5B2 package should
+ * include H5B2private.h instead.
*/
#if !(defined H5B2_FRIEND || defined H5B2_MODULE)
#error "Do not include this file outside the H5B2 package!"
diff --git a/src/H5Bmodule.h b/src/H5Bmodule.h
index 9c0f73b..0ded756 100644
--- a/src/H5Bmodule.h
+++ b/src/H5Bmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5B package. Including this header means that the source file
- * is part of the H5B package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5B package. Including this header means that the source file
+ * is part of the H5B package.
*/
#ifndef H5Bmodule_H
#define H5Bmodule_H
diff --git a/src/H5Bpkg.h b/src/H5Bpkg.h
index 3147315..ef9f56e 100644
--- a/src/H5Bpkg.h
+++ b/src/H5Bpkg.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Thursday, May 15, 2003
- *
- * Purpose: This file contains declarations which are visible only within
- * the H5B package. Source files outside the H5B package should
- * include H5Bprivate.h instead.
+ * Purpose: This file contains declarations which are visible only within
+ * the H5B package. Source files outside the H5B package should
+ * include H5Bprivate.h instead.
*/
#if !(defined H5B_FRIEND || defined H5B_MODULE)
#error "Do not include this file outside the H5B package!"
diff --git a/src/H5CXmodule.h b/src/H5CXmodule.h
index f9844a1..ffb4804 100644
--- a/src/H5CXmodule.h
+++ b/src/H5CXmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Sunday, February 25, 2018
- *
- * Purpose: This file contains declarations which define macros for the
- * H5CX package. Including this header means that the source file
- * is part of the H5CX package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5CX package. Including this header means that the source file
+ * is part of the H5CX package.
*/
#ifndef H5CXmodule_H
#define H5CXmodule_H
diff --git a/src/H5Cmodule.h b/src/H5Cmodule.h
index a3ef4d6..64c5279 100644
--- a/src/H5Cmodule.h
+++ b/src/H5Cmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5C package. Including this header means that the source file
- * is part of the H5C package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5C package. Including this header means that the source file
+ * is part of the H5C package.
*/
#ifndef H5Cmodule_H
#define H5Cmodule_H
diff --git a/src/H5Dmodule.h b/src/H5Dmodule.h
index 4bdf936..eb58f68 100644
--- a/src/H5Dmodule.h
+++ b/src/H5Dmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5D package. Including this header means that the source file
- * is part of the H5D package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5D package. Including this header means that the source file
+ * is part of the H5D package.
*/
#ifndef H5Dmodule_H
#define H5Dmodule_H
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h
index 6a09408..0906028 100644
--- a/src/H5Dpkg.h
+++ b/src/H5Dpkg.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Monday, April 14, 2003
- *
- * Purpose: This file contains declarations which are visible only within
- * the H5D package. Source files outside the H5D package should
- * include H5Dprivate.h instead.
+ * Purpose: This file contains declarations which are visible only within
+ * the H5D package. Source files outside the H5D package should
+ * include H5Dprivate.h instead.
*/
#if !(defined H5D_FRIEND || defined H5D_MODULE)
#error "Do not include this file outside the H5D package!"
diff --git a/src/H5EAmodule.h b/src/H5EAmodule.h
index bba2a99..f992393 100644
--- a/src/H5EAmodule.h
+++ b/src/H5EAmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5EA package. Including this header means that the source file
- * is part of the H5EA package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5EA package. Including this header means that the source file
+ * is part of the H5EA package.
*/
#ifndef H5EAmodule_H
#define H5EAmodule_H
diff --git a/src/H5EApkg.h b/src/H5EApkg.h
index 272f1b8..5014cc5 100644
--- a/src/H5EApkg.h
+++ b/src/H5EApkg.h
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Tuesday, June 17, 2008
- *
* Purpose: This file contains declarations which are visible only
* within the H5EA package. Source files outside the H5EA
* package should include H5EAprivate.h instead.
diff --git a/src/H5ESmodule.h b/src/H5ESmodule.h
index d945b70..f128fee 100644
--- a/src/H5ESmodule.h
+++ b/src/H5ESmodule.h
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Monday, April 6, 2020
- *
* Purpose: This file contains declarations which define macros for the
* H5ES package. Including this header means that the source file
* is part of the H5ES package.
diff --git a/src/H5ESpkg.h b/src/H5ESpkg.h
index 68e16c1..655efbb 100644
--- a/src/H5ESpkg.h
+++ b/src/H5ESpkg.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Wednesday, April 8, 2020
- *
- * Purpose: This file contains declarations which are visible only within
- * the H5ES package. Source files outside the H5ES package should
- * include H5ESprivate.h instead.
+ * Purpose: This file contains declarations which are visible only within
+ * the H5ES package. Source files outside the H5ES package should
+ * include H5ESprivate.h instead.
*/
#if !(defined H5ES_FRIEND || defined H5ES_MODULE)
#error "Do not include this file outside the H5ES package!"
diff --git a/src/H5Emodule.h b/src/H5Emodule.h
index 0e4655c..7c4a836 100644
--- a/src/H5Emodule.h
+++ b/src/H5Emodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5E package. Including this header means that the source file
- * is part of the H5E package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5E package. Including this header means that the source file
+ * is part of the H5E package.
*/
#ifndef H5Emodule_H
#define H5Emodule_H
diff --git a/src/H5Epkg.h b/src/H5Epkg.h
index c6097e9..c761179 100644
--- a/src/H5Epkg.h
+++ b/src/H5Epkg.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Wednesday, April 11, 2007
- *
- * Purpose: This file contains declarations which are visible only within
- * the H5E package. Source files outside the H5E package should
- * include H5Eprivate.h instead.
+ * Purpose: This file contains declarations which are visible only within
+ * the H5E package. Source files outside the H5E package should
+ * include H5Eprivate.h instead.
*/
#if !(defined H5E_FRIEND || defined H5E_MODULE)
#error "Do not include this file outside the H5E package!"
diff --git a/src/H5FAmodule.h b/src/H5FAmodule.h
index 3fbdb90..8ef7582 100644
--- a/src/H5FAmodule.h
+++ b/src/H5FAmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5FA package. Including this header means that the source file
- * is part of the H5FA package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5FA package. Including this header means that the source file
+ * is part of the H5FA package.
*/
#ifndef H5FAmodule_H
#define H5FAmodule_H
diff --git a/src/H5FApkg.h b/src/H5FApkg.h
index 48aa8df..c08e575 100644
--- a/src/H5FApkg.h
+++ b/src/H5FApkg.h
@@ -11,11 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer:
- *
- * Purpose: This file contains declarations which are visible only within
- * the H5FA package. Source files outside the H5FA package should
- * include H5FAprivate.h instead.
+ * Purpose: This file contains declarations which are visible only within
+ * the H5FA package. Source files outside the H5FA package should
+ * include H5FAprivate.h instead.
*/
#if !(defined(H5FA_FRIEND) | defined(H5FA_MODULE))
#error "Do not include this file outside the H5FA package!"
diff --git a/src/H5FDcore.h b/src/H5FDcore.h
index fbff138..e4d792b 100644
--- a/src/H5FDcore.h
+++ b/src/H5FDcore.h
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Robb Matzke
- * Monday, August 2, 1999
- *
* Purpose: The public header file for the core driver.
*/
#ifndef H5FDcore_H
diff --git a/src/H5FDdirect.h b/src/H5FDdirect.h
index faa85db..7858dfd 100644
--- a/src/H5FDdirect.h
+++ b/src/H5FDdirect.h
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Raymond Lu
- * Wednesday, 20 September 2006
- *
* Purpose: The public header file for the direct driver.
*/
#ifndef H5FDdirect_H
diff --git a/src/H5FDdrvr_module.h b/src/H5FDdrvr_module.h
index 4a7a4d1..c984cf5 100644
--- a/src/H5FDdrvr_module.h
+++ b/src/H5FDdrvr_module.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5FD driver package. Including this header means that the source file
- * is part of the H5FD driver package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5FD driver package. Including this header means that the source file
+ * is part of the H5FD driver package.
*/
#ifndef H5FDdrvr_module_H
#define H5FDdrvr_module_H
diff --git a/src/H5FDfamily.h b/src/H5FDfamily.h
index b0c560f..76020f0 100644
--- a/src/H5FDfamily.h
+++ b/src/H5FDfamily.h
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Robb Matzke
- * Monday, August 4, 1999
- *
* Purpose: The public header file for the family driver.
*/
#ifndef H5FDfamily_H
diff --git a/src/H5FDhdfs.h b/src/H5FDhdfs.h
index e3888d2..c8c2c37 100644
--- a/src/H5FDhdfs.h
+++ b/src/H5FDhdfs.h
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Jacob Smith
- * 2018-04-23
- *
* Purpose: The public header file for the hdfs driver.
*/
@@ -90,11 +87,6 @@ extern "C" {
*
* TBD: If -1, relies on a default value.
*
- *
- *
- * Programmer: Jacob Smith
- * 2018-04-23
- *
****************************************************************************/
#define H5FD__CURR_HDFS_FAPL_T_VERSION 1
diff --git a/src/H5FDlog.h b/src/H5FDlog.h
index 96ded83..ae4e2d0 100644
--- a/src/H5FDlog.h
+++ b/src/H5FDlog.h
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Monday, April 17, 2000
- *
* Purpose: The public header file for the log driver.
*/
#ifndef H5FDlog_H
diff --git a/src/H5FDmodule.h b/src/H5FDmodule.h
index 728b4b8..1e29ca9 100644
--- a/src/H5FDmodule.h
+++ b/src/H5FDmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5FD package. Including this header means that the source file
- * is part of the H5FD package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5FD package. Including this header means that the source file
+ * is part of the H5FD package.
*/
#ifndef H5FDmodule_H
#define H5FDmodule_H
diff --git a/src/H5FDmpi.h b/src/H5FDmpi.h
index fa3862b..9cee0e6 100644
--- a/src/H5FDmpi.h
+++ b/src/H5FDmpi.h
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Friday, January 30, 2004
- *
* Purpose: The public header file for common items for all MPI VFL drivers
*/
#ifndef H5FDmpi_H
diff --git a/src/H5FDmpio.h b/src/H5FDmpio.h
index ee7fa2e..3678601 100644
--- a/src/H5FDmpio.h
+++ b/src/H5FDmpio.h
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Robb Matzke
- * Monday, August 2, 1999
- *
* Purpose: The public header file for the mpio driver.
*/
#ifndef H5FDmpio_H
diff --git a/src/H5FDmulti.h b/src/H5FDmulti.h
index 1765c6a..23c3703 100644
--- a/src/H5FDmulti.h
+++ b/src/H5FDmulti.h
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Robb Matzke
- * Monday, August 2, 1999
- *
* Purpose: The public header file for the "multi" driver.
*/
#ifndef H5FDmulti_H
diff --git a/src/H5FDpkg.h b/src/H5FDpkg.h
index 893486d..b1d929c 100644
--- a/src/H5FDpkg.h
+++ b/src/H5FDpkg.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Thursday, January 3, 2008
- *
- * Purpose: This file contains declarations which are visible only within
- * the H5FD package. Source files outside the H5FD package should
- * include H5FDprivate.h instead.
+ * Purpose: This file contains declarations which are visible only within
+ * the H5FD package. Source files outside the H5FD package should
+ * include H5FDprivate.h instead.
*/
#if !(defined H5FD_FRIEND || defined H5FD_MODULE)
#error "Do not include this file outside the H5FD package!"
diff --git a/src/H5FDprivate.h b/src/H5FDprivate.h
index 0d5c323..c4ccfdd 100644
--- a/src/H5FDprivate.h
+++ b/src/H5FDprivate.h
@@ -10,10 +10,6 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/*
- * Programmer: Robb Matzke
- * Monday, July 26, 1999
- */
#ifndef H5FDprivate_H
#define H5FDprivate_H
diff --git a/src/H5FDpublic.h b/src/H5FDpublic.h
index 422cd18..891b348 100644
--- a/src/H5FDpublic.h
+++ b/src/H5FDpublic.h
@@ -10,10 +10,6 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/*
- * Programmer: Robb Matzke
- * Monday, July 26, 1999
- */
#ifndef H5FDpublic_H
#define H5FDpublic_H
diff --git a/src/H5FDros3.h b/src/H5FDros3.h
index 4c9e77f..f84b1a4 100644
--- a/src/H5FDros3.h
+++ b/src/H5FDros3.h
@@ -13,9 +13,6 @@
/*
* Read-Only S3 Virtual File Driver (VFD)
*
- * Programmer: John Mainzer
- * 2017-10-10
- *
* Purpose: The public header file for the ros3 driver.
*/
#ifndef H5FDros3_H
diff --git a/src/H5FDs3comms.h b/src/H5FDs3comms.h
index aa354d9..1b21ad7 100644
--- a/src/H5FDs3comms.h
+++ b/src/H5FDs3comms.h
@@ -45,11 +45,6 @@
* ```
* ...in destination buffer.
*
- * TODO: put documentation in a consistent place and point to it from here.
- *
- * Programmer: Jacob Smith
- * 2017-11-30
- *
*****************************************************************************/
#include "H5private.h" /* Generic Functions */
diff --git a/src/H5FDsec2.h b/src/H5FDsec2.h
index 5fa75b6..56f4575 100644
--- a/src/H5FDsec2.h
+++ b/src/H5FDsec2.h
@@ -11,10 +11,7 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Robb Matzke
- * Monday, August 2, 1999
- *
- * Purpose: The public header file for the sec2 driver.
+ * Purpose: The public header file for the sec2 driver
*/
#ifndef H5FDsec2_H
#define H5FDsec2_H
diff --git a/src/H5FDstdio.h b/src/H5FDstdio.h
index 6ff5162..e2e05a7 100644
--- a/src/H5FDstdio.h
+++ b/src/H5FDstdio.h
@@ -11,10 +11,7 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Robb Matzke
- * Monday, August 2, 1999
- *
- * Purpose: The public header file for the sec2 driver.
+ * Purpose: The public header file for the C stdio driver
*/
#ifndef H5FDstdio_H
#define H5FDstdio_H
diff --git a/src/H5FDwindows.h b/src/H5FDwindows.h
index a43e16f..a491e54 100644
--- a/src/H5FDwindows.h
+++ b/src/H5FDwindows.h
@@ -11,11 +11,7 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Scott Wegner
- * Based on code by Robb Matzke
- * Thursday, May 24 2007
- *
- * Purpose: The public header file for the windows driver.
+ * Purpose: The public header file for the Windows driver
*/
#ifndef H5FDwindows_H
#define H5FDwindows_H
diff --git a/src/H5FLmodule.h b/src/H5FLmodule.h
index 0485603..5e9f157 100644
--- a/src/H5FLmodule.h
+++ b/src/H5FLmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5FL package. Including this header means that the source file
- * is part of the H5FL package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5FL package. Including this header means that the source file
+ * is part of the H5FL package.
*/
#ifndef H5FLmodule_H
#define H5FLmodule_H
diff --git a/src/H5FSmodule.h b/src/H5FSmodule.h
index 841b8fd..46bf8bf 100644
--- a/src/H5FSmodule.h
+++ b/src/H5FSmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5FS package. Including this header means that the source file
- * is part of the H5FS package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5FS package. Including this header means that the source file
+ * is part of the H5FS package.
*/
#ifndef H5FSmodule_H
#define H5FSmodule_H
diff --git a/src/H5FSpkg.h b/src/H5FSpkg.h
index 987e695..4ec7aaf 100644
--- a/src/H5FSpkg.h
+++ b/src/H5FSpkg.h
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Tuesday, May 2, 2006
- *
* Purpose: This file contains declarations which are visible only within
* the H5FS package. Source files outside the H5FS package should
* include H5FSprivate.h instead.
diff --git a/src/H5Fmodule.h b/src/H5Fmodule.h
index 2d02e2f..6812ab3 100644
--- a/src/H5Fmodule.h
+++ b/src/H5Fmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5F package. Including this header means that the source file
- * is part of the H5F package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5F package. Including this header means that the source file
+ * is part of the H5F package.
*/
#ifndef H5Fmodule_H
#define H5Fmodule_H
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 8e00327..9f7002f 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Thursday, September 28, 2000
- *
- * Purpose: This file contains declarations which are visible only within
- * the H5F package. Source files outside the H5F package should
- * include H5Fprivate.h instead.
+ * Purpose: This file contains declarations which are visible only within
+ * the H5F package. Source files outside the H5F package should
+ * include H5Fprivate.h instead.
*/
#if !(defined H5F_FRIEND || defined H5F_MODULE)
#error "Do not include this file outside the H5F package!"
diff --git a/src/H5Gmodule.h b/src/H5Gmodule.h
index f09486d..bebca87 100644
--- a/src/H5Gmodule.h
+++ b/src/H5Gmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5G package. Including this header means that the source file
- * is part of the H5G package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5G package. Including this header means that the source file
+ * is part of the H5G package.
*/
#ifndef H5Gmodule_H
#define H5Gmodule_H
diff --git a/src/H5Gpkg.h b/src/H5Gpkg.h
index ce85f27..fdc05ec 100644
--- a/src/H5Gpkg.h
+++ b/src/H5Gpkg.h
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Robb Matzke
- * Thursday, September 18, 1997
- *
* Purpose: This file contains declarations which are visible
* only within the H5G package. Source files outside the
* H5G package should include H5Gprivate.h instead.
diff --git a/src/H5HFmodule.h b/src/H5HFmodule.h
index 818c3d4..c4fb437 100644
--- a/src/H5HFmodule.h
+++ b/src/H5HFmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5HF package. Including this header means that the source file
- * is part of the H5HF package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5HF package. Including this header means that the source file
+ * is part of the H5HF package.
*/
#ifndef H5HFmodule_H
#define H5HFmodule_H
diff --git a/src/H5HFpkg.h b/src/H5HFpkg.h
index f1ac41d..83fda1f 100644
--- a/src/H5HFpkg.h
+++ b/src/H5HFpkg.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Friday, February 24, 2006
- *
- * Purpose: This file contains declarations which are visible only within
- * the H5HF package. Source files outside the H5HF package should
- * include H5HFprivate.h instead.
+ * Purpose: This file contains declarations which are visible only within
+ * the H5HF package. Source files outside the H5HF package should
+ * include H5HFprivate.h instead.
*/
#if !(defined H5HF_FRIEND || defined H5HF_MODULE)
#error "Do not include this file outside the H5HF package!"
diff --git a/src/H5HGmodule.h b/src/H5HGmodule.h
index 412223e..772ebe6 100644
--- a/src/H5HGmodule.h
+++ b/src/H5HGmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5HG package. Including this header means that the source file
- * is part of the H5HG package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5HG package. Including this header means that the source file
+ * is part of the H5HG package.
*/
#ifndef H5HGmodule_H
#define H5HGmodule_H
diff --git a/src/H5HGpkg.h b/src/H5HGpkg.h
index 5623e8b..ab7cd09 100644
--- a/src/H5HGpkg.h
+++ b/src/H5HGpkg.h
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Wednesday, July 9, 2003
- *
* Purpose: This file contains declarations which are visible
* only within the H5HG package. Source files outside the
* H5HG package should include H5HGprivate.h instead.
diff --git a/src/H5HGprivate.h b/src/H5HGprivate.h
index fae3713..892a0c7 100644
--- a/src/H5HGprivate.h
+++ b/src/H5HGprivate.h
@@ -10,10 +10,6 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/*
- * Programmer: Robb Matzke
- * Friday, March 27, 1998
- */
#ifndef H5HGprivate_H
#define H5HGprivate_H
diff --git a/src/H5HLmodule.h b/src/H5HLmodule.h
index 5432f1a..1a871ab 100644
--- a/src/H5HLmodule.h
+++ b/src/H5HLmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5HL package. Including this header means that the source file
- * is part of the H5HL package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5HL package. Including this header means that the source file
+ * is part of the H5HL package.
*/
#ifndef H5HLmodule_H
#define H5HLmodule_H
diff --git a/src/H5HLpkg.h b/src/H5HLpkg.h
index 9471bd9..47c2060 100644
--- a/src/H5HLpkg.h
+++ b/src/H5HLpkg.h
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Wednesday, July 9, 2003
- *
* Purpose: This file contains declarations which are visible
* only within the H5HL package. Source files outside the
* H5HL package should include H5HLprivate.h instead.
diff --git a/src/H5Imodule.h b/src/H5Imodule.h
index 9470cc9..e682850 100644
--- a/src/H5Imodule.h
+++ b/src/H5Imodule.h
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
* Purpose: This file contains declarations which define macros for the
* H5I package. Including this header means that the source file
* is part of the H5I package.
diff --git a/src/H5Ipkg.h b/src/H5Ipkg.h
index b921ea0..1009ecb 100644
--- a/src/H5Ipkg.h
+++ b/src/H5Ipkg.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Thursday, May 15, 2003
- *
- * Purpose: This file contains declarations which are visible only within
- * the H5I package. Source files outside the H5I package should
- * include H5Iprivate.h instead.
+ * Purpose: This file contains declarations which are visible only within
+ * the H5I package. Source files outside the H5I package should
+ * include H5Iprivate.h instead.
*/
#if !(defined H5I_FRIEND || defined H5I_MODULE)
#error "Do not include this file outside the H5I package!"
diff --git a/src/H5Lmodule.h b/src/H5Lmodule.h
index cbb5060..26f9045 100644
--- a/src/H5Lmodule.h
+++ b/src/H5Lmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5L package. Including this header means that the source file
- * is part of the H5L package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5L package. Including this header means that the source file
+ * is part of the H5L package.
*/
#ifndef H5Lmodule_H
#define H5Lmodule_H
diff --git a/src/H5Lpkg.h b/src/H5Lpkg.h
index 25d9978..53737d1 100644
--- a/src/H5Lpkg.h
+++ b/src/H5Lpkg.h
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: James Laird
- * Friday, December 1, 2005
- *
* Purpose: This file contains declarations which are visible
* only within the H5L package. Source files outside the
* H5L package should include H5Lprivate.h instead.
diff --git a/src/H5MFmodule.h b/src/H5MFmodule.h
index 3e806c6..dd32cdc 100644
--- a/src/H5MFmodule.h
+++ b/src/H5MFmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5MF package. Including this header means that the source file
- * is part of the H5MF package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5MF package. Including this header means that the source file
+ * is part of the H5MF package.
*/
#ifndef H5MFmodule_H
#define H5MFmodule_H
diff --git a/src/H5MFpkg.h b/src/H5MFpkg.h
index 2711fcf..b679674 100644
--- a/src/H5MFpkg.h
+++ b/src/H5MFpkg.h
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Tuesday, January 8, 2008
- *
* Purpose: This file contains declarations which are visible only within
* the H5MF package. Source files outside the H5MF package should
* include H5MFprivate.h instead.
diff --git a/src/H5Omodule.h b/src/H5Omodule.h
index deb00bd..c3c3496 100644
--- a/src/H5Omodule.h
+++ b/src/H5Omodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5O package. Including this header means that the source file
- * is part of the H5O package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5O package. Including this header means that the source file
+ * is part of the H5O package.
*/
#ifndef H5Omodule_H
#define H5Omodule_H
diff --git a/src/H5Oshared.h b/src/H5Oshared.h
index 3280c4b..b7d2353 100644
--- a/src/H5Oshared.h
+++ b/src/H5Oshared.h
@@ -11,16 +11,13 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Friday, January 19, 2007
- *
* Purpose: This file contains inline definitions for "generic" routines
- * supporting a "shared message interface" (ala Java) for object
- * header messages that can be shared. This interface is
- * dependent on a bunch of macros being defined which define
- * the name of the interface and "real" methods which need to
- * be implemented for each message class that supports the
- * shared message interface.
+ * supporting a "shared message interface" (ala Java) for object
+ * header messages that can be shared. This interface is
+ * dependent on a bunch of macros being defined which define
+ * the name of the interface and "real" methods which need to
+ * be implemented for each message class that supports the
+ * shared message interface.
*/
#ifndef H5Oshared_H
@@ -31,16 +28,12 @@
*
* Purpose: Decode an object header message that may be shared.
*
- * Note: The actual name of this routine can be different in each source
- * file that this header file is included in, and must be defined
- * prior to including this header file.
- *
- * Return: Success: Pointer to the new message in native form
- * Failure: NULL
- *
- * Programmer: Quincey Koziol
- * Friday, January 19, 2007
+ * Note: The actual name of this routine can be different in each source
+ * file that this header file is included in, and must be defined
+ * prior to including this header file.
*
+ * Return: Success: Pointer to the new message in native form
+ * Failure: NULL
*-------------------------------------------------------------------------
*/
static inline void *
@@ -90,16 +83,11 @@ done:
*
* Purpose: Encode an object header message that may be shared.
*
- * Note: The actual name of this routine can be different in each source
- * file that this header file is included in, and must be defined
- * prior to including this header file.
- *
- * Return: Success: Non-negative
- * Failure: Negative
- *
- * Programmer: Quincey Koziol
- * Friday, January 19, 2007
+ * Note: The actual name of this routine can be different in each source
+ * file that this header file is included in, and must be defined
+ * prior to including this header file.
*
+ * Return: SUCCEED/FAIL
*-------------------------------------------------------------------------
*/
static inline herr_t
@@ -143,18 +131,14 @@ done:
/*-------------------------------------------------------------------------
* Function: H5O_SHARED_SIZE
*
- * Purpose: Returns the length of an encoded message.
+ * Purpose: Returns the length of an encoded message.
*
- * Note: The actual name of this routine can be different in each source
- * file that this header file is included in, and must be defined
- * prior to including this header file.
- *
- * Return: Success: Length
- * Failure: 0
- *
- * Programmer: Quincey Koziol
- * Friday, January 19, 2007
+ * Note: The actual name of this routine can be different in each source
+ * file that this header file is included in, and must be defined
+ * prior to including this header file.
*
+ * Return: Success: Length
+ * Failure: 0
*-------------------------------------------------------------------------
*/
static inline size_t
@@ -198,16 +182,11 @@ done:
* Purpose: Decrement reference count on any objects referenced by
* message
*
- * Note: The actual name of this routine can be different in each source
- * file that this header file is included in, and must be defined
- * prior to including this header file.
- *
- * Return: Success: Non-negative
- * Failure: Negative
- *
- * Programmer: Quincey Koziol
- * Friday, January 19, 2007
+ * Note: The actual name of this routine can be different in each source
+ * file that this header file is included in, and must be defined
+ * prior to including this header file.
*
+ * Return: SUCCEED/FAIL
*-------------------------------------------------------------------------
*/
static inline herr_t
@@ -249,16 +228,11 @@ done:
* Purpose: Increment reference count on any objects referenced by
* message
*
- * Note: The actual name of this routine can be different in each source
- * file that this header file is included in, and must be defined
- * prior to including this header file.
- *
- * Return: Success: Non-negative
- * Failure: Negative
- *
- * Programmer: Quincey Koziol
- * Friday, January 19, 2007
+ * Note: The actual name of this routine can be different in each source
+ * file that this header file is included in, and must be defined
+ * prior to including this header file.
*
+ * Return: SUCCEED/FAIL
*-------------------------------------------------------------------------
*/
static inline herr_t
@@ -299,16 +273,11 @@ done:
*
* Purpose: Copies a message from _SRC to _DEST in file
*
- * Note: The actual name of this routine can be different in each source
- * file that this header file is included in, and must be defined
- * prior to including this header file.
- *
- * Return: Success: Non-negative
- * Failure: Negative
- *
- * Programmer: Quincey Koziol
- * Friday, January 19, 2007
+ * Note: The actual name of this routine can be different in each source
+ * file that this header file is included in, and must be defined
+ * prior to including this header file.
*
+ * Return: SUCCEED/FAIL
*-------------------------------------------------------------------------
*/
static inline void *
@@ -366,12 +335,7 @@ done:
* file that this header file is included in, and must be defined
* prior to including this header file.
*
- * Return: Success: Non-negative
- * Failure: Negative
- *
- * Programmer: Peter Cao
- * May 25, 2007
- *
+ * Return: SUCCEED/FAIL
*-------------------------------------------------------------------------
*/
static inline herr_t
@@ -432,16 +396,11 @@ done:
*
* Purpose: Prints debugging info for a potentially shared message.
*
- * Note: The actual name of this routine can be different in each source
- * file that this header file is included in, and must be defined
- * prior to including this header file.
- *
- * Return: Success: Non-negative
- * Failure: Negative
- *
- * Programmer: Quincey Koziol
- * Saturday, February 3, 2007
+ * Note: The actual name of this routine can be different in each source
+ * file that this header file is included in, and must be defined
+ * prior to including this header file.
*
+ * Return: SUCCEED/FAIL
*-------------------------------------------------------------------------
*/
static inline herr_t
diff --git a/src/H5PBmodule.h b/src/H5PBmodule.h
index 39db5d9..3a353db 100644
--- a/src/H5PBmodule.h
+++ b/src/H5PBmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5PB package. Including this header means that the source file
- * is part of the H5PB package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5PB package. Including this header means that the source file
+ * is part of the H5PB package.
*/
#ifndef H5PBmodule_H
#define H5PBmodule_H
diff --git a/src/H5Pmodule.h b/src/H5Pmodule.h
index f2a1e5a..ea6a5e4 100644
--- a/src/H5Pmodule.h
+++ b/src/H5Pmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5P package. Including this header means that the source file
- * is part of the H5P package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5P package. Including this header means that the source file
+ * is part of the H5P package.
*/
#ifndef H5Pmodule_H
#define H5Pmodule_H
diff --git a/src/H5Ppkg.h b/src/H5Ppkg.h
index 05cc6a8..9a58d00 100644
--- a/src/H5Ppkg.h
+++ b/src/H5Ppkg.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Friday, November 16, 2001
- *
- * Purpose: This file contains declarations which are visible only within
- * the H5P package. Source files outside the H5P package should
- * include H5Pprivate.h instead.
+ * Purpose: This file contains declarations which are visible only within
+ * the H5P package. Source files outside the H5P package should
+ * include H5Pprivate.h instead.
*/
#if !(defined H5P_FRIEND || defined H5P_MODULE)
#error "Do not include this file outside the H5P package!"
diff --git a/src/H5RSmodule.h b/src/H5RSmodule.h
index 8cd0333..ee6b7e8 100644
--- a/src/H5RSmodule.h
+++ b/src/H5RSmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, October 10, 2020
- *
* Purpose: This file contains declarations which define macros for the
- * H5RS package. Including this header means that the source file
- * is part of the H5RS package.
+ * H5RS package. Including this header means that the source file
+ * is part of the H5RS package.
*/
#ifndef H5RSmodule_H
#define H5RSmodule_H
diff --git a/src/H5SLmodule.h b/src/H5SLmodule.h
index 606fa90..b0b3064 100644
--- a/src/H5SLmodule.h
+++ b/src/H5SLmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5SL package. Including this header means that the source file
- * is part of the H5SL package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5SL package. Including this header means that the source file
+ * is part of the H5SL package.
*/
#ifndef H5SLmodule_H
#define H5SLmodule_H
diff --git a/src/H5SMmodule.h b/src/H5SMmodule.h
index 6308e14..1eaeea2 100644
--- a/src/H5SMmodule.h
+++ b/src/H5SMmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5SM package. Including this header means that the source file
- * is part of the H5SM package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5SM package. Including this header means that the source file
+ * is part of the H5SM package.
*/
#ifndef H5SMmodule_H
#define H5SMmodule_H
diff --git a/src/H5SMpkg.h b/src/H5SMpkg.h
index 6e44601..64f5c76 100644
--- a/src/H5SMpkg.h
+++ b/src/H5SMpkg.h
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: James Laird
- * Thursday, March 30, 2006
- *
* Purpose: This file contains declarations which are visible only within
* the H5SM shared object header messages package. Source files
* outside the H5SM package should include H5SMprivate.h instead.
diff --git a/src/H5SMprivate.h b/src/H5SMprivate.h
index 95f831e..f6496f3 100644
--- a/src/H5SMprivate.h
+++ b/src/H5SMprivate.h
@@ -11,11 +11,8 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: James Laird
- * Thursday, March 2, 2006
- *
- * Purpose: This file contains private declarations for the H5SM
- * shared object header messages module.
+ * Purpose: This file contains private declarations for the H5SM
+ * shared object header messages module.
*/
#ifndef H5SMprivate_H
#define H5SMprivate_H
diff --git a/src/H5Smodule.h b/src/H5Smodule.h
index 73f5953..c5081c7 100644
--- a/src/H5Smodule.h
+++ b/src/H5Smodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5S package. Including this header means that the source file
- * is part of the H5S package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5S package. Including this header means that the source file
+ * is part of the H5S package.
*/
#ifndef H5Smodule_H
#define H5Smodule_H
diff --git a/src/H5Spkg.h b/src/H5Spkg.h
index 8cc00be..1163484 100644
--- a/src/H5Spkg.h
+++ b/src/H5Spkg.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Thursday, September 28, 2000
- *
- * Purpose: This file contains declarations which are visible only within
- * the H5S package. Source files outside the H5S package should
- * include H5Sprivate.h instead.
+ * Purpose: This file contains declarations which are visible only within
+ * the H5S package. Source files outside the H5S package should
+ * include H5Sprivate.h instead.
*/
#if !(defined H5S_FRIEND || defined H5S_MODULE)
#error "Do not include this file outside the H5S package!"
diff --git a/src/H5Tmodule.h b/src/H5Tmodule.h
index bc521f1..c059d6e 100644
--- a/src/H5Tmodule.h
+++ b/src/H5Tmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5T package. Including this header means that the source file
- * is part of the H5T package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5T package. Including this header means that the source file
+ * is part of the H5T package.
*/
#ifndef H5Tmodule_H
#define H5Tmodule_H
diff --git a/src/H5Tpkg.h b/src/H5Tpkg.h
index 98288f3..504f756 100644
--- a/src/H5Tpkg.h
+++ b/src/H5Tpkg.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Robb Matzke
- * Monday, December 8, 1997
- *
- * Purpose: This file contains declarations which are visible only within
- * the H5T package. Source files outside the H5T package should
- * include H5Tprivate.h instead.
+ * Purpose: This file contains declarations which are visible only within
+ * the H5T package. Source files outside the H5T package should
+ * include H5Tprivate.h instead.
*/
#if !(defined H5T_FRIEND || defined H5T_MODULE)
#error "Do not include this file outside the H5T package!"
diff --git a/src/H5VMprivate.h b/src/H5VMprivate.h
index 1f94f0e..49bb53d 100644
--- a/src/H5VMprivate.h
+++ b/src/H5VMprivate.h
@@ -10,10 +10,6 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/*
- * Programmer: Robb Matzke
- * Friday, October 10, 1997
- */
#ifndef H5VMprivate_H
#define H5VMprivate_H
@@ -133,13 +129,8 @@ H5_DLL ssize_t H5VM_memcpyvv(void *_dst, size_t dst_max_nseq, size_t *dst_curr_s
* only as an optimization and the naming (with a single underscore)
* reflects its inclusion in a "private" header file.
*
- * Return: Success: Product of elements
- *
- * Failure: 1 if N is zero
- *
- * Programmer: Robb Matzke
- * Friday, October 10, 1997
- *
+ * Return: Success: Product of elements
+ * Failure: 1 if N is zero
*-------------------------------------------------------------------------
*/
static inline hsize_t H5_ATTR_UNUSED
@@ -168,14 +159,8 @@ done:
* only as an optimization and the naming (with a single underscore)
* reflects its inclusion in a "private" header file.
*
- * Return: Success: TRUE if all elements are zero,
- * FALSE otherwise
- *
- * Failure: TRUE if N is zero
- *
- * Programmer: Robb Matzke
- * Friday, October 10, 1997
- *
+ * Return: Success: TRUE if all elements are zero,
+ * Failure: TRUE if N is zero
*-------------------------------------------------------------------------
*/
static inline htri_t H5_ATTR_UNUSED
@@ -205,14 +190,9 @@ done:
* only as an optimization and the naming (with a single underscore)
* reflects its inclusion in a "private" header file.
*
- * Return: Success: TRUE if all elements are zero,
- * FALSE otherwise
- *
- * Failure: TRUE if N is zero
- *
- * Programmer: Robb Matzke
- * Friday, October 10, 1997
- *
+ * Return: Success: TRUE if all elements are zero,
+ * FALSE otherwise
+ * Failure: TRUE if N is zero
*-------------------------------------------------------------------------
*/
static inline htri_t H5_ATTR_UNUSED
@@ -243,15 +223,11 @@ done:
* only as an optimization and the naming (with a single underscore)
* reflects its inclusion in a "private" header file.
*
- * Return: Success: -1 if V1 is less than V2
- * 0 if they are equal
- * 1 if V1 is greater than V2
- *
- * Failure: 0 if N is zero
- *
- * Programmer: Robb Matzke
- * Friday, October 10, 1997
+ * Return: Success: -1 if V1 is less than V2
+ * 0 if they are equal
+ * 1 if V1 is greater than V2
*
+ * Failure: 0 if N is zero
*-------------------------------------------------------------------------
*/
static inline int H5_ATTR_UNUSED
@@ -291,15 +267,11 @@ done:
* only as an optimization and the naming (with a single underscore)
* reflects its inclusion in a "private" header file.
*
- * Return: Success: -1 if V1 is less than V2
- * 0 if they are equal
- * 1 if V1 is greater than V2
- *
- * Failure: 0 if N is zero
- *
- * Programmer: Robb Matzke
- * Wednesday, April 8, 1998
+ * Return: Success: -1 if V1 is less than V2
+ * 0 if they are equal
+ * 1 if V1 is greater than V2
*
+ * Failure: 0 if N is zero
*-------------------------------------------------------------------------
*/
static inline int H5_ATTR_UNUSED
@@ -339,10 +311,6 @@ done:
* reflects its inclusion in a "private" header file.
*
* Return: void
- *
- * Programmer: Robb Matzke
- * Monday, October 13, 1997
- *
*-------------------------------------------------------------------------
*/
static inline void H5_ATTR_UNUSED
@@ -383,10 +351,6 @@ static const unsigned char LogTable256[] = {
* reflects its inclusion in a "private" header file.
*
* Return: log2(n) (always - no failure condition)
- *
- * Programmer: Quincey Koziol
- * Monday, March 6, 2006
- *
*-------------------------------------------------------------------------
*/
static inline unsigned H5_ATTR_UNUSED
@@ -432,10 +396,6 @@ static const unsigned MultiplyDeBruijnBitPosition[32] = {0, 1, 28, 2, 29, 14,
* reflects its inclusion in a "private" header file.
*
* Return: log2(n) (always - no failure condition)
- *
- * Programmer: Quincey Koziol
- * Monday, February 27, 2006
- *
*-------------------------------------------------------------------------
*/
static inline H5_ATTR_PURE unsigned
@@ -450,16 +410,13 @@ H5VM_log2_of2(uint32_t n)
/*-------------------------------------------------------------------------
* Function: H5VM_power2up
*
- * Purpose: Round up a number to the next power of 2
+ * Purpose: Round up a number to the next power of 2
*
* Note: Although this routine is 'static' in this file, that's intended
* only as an optimization and the naming (with a single underscore)
* reflects its inclusion in a "private" header file.
*
- * Return: Return the number which is a power of 2
- *
- * Programmer: Vailin Choi; Nov 2014
- *
+ * Return: Return the number which is a power of 2
*-------------------------------------------------------------------------
*/
static inline H5_ATTR_CONST hsize_t
@@ -488,10 +445,6 @@ H5VM_power2up(hsize_t n)
* reflects its inclusion in a "private" header file.
*
* Return: Number of bytes needed
- *
- * Programmer: Quincey Koziol
- * Thursday, March 13, 2008
- *
*-------------------------------------------------------------------------
*/
static inline unsigned H5_ATTR_UNUSED
@@ -520,10 +473,6 @@ static const unsigned char H5VM_bit_clear_g[8] = {0x7F, 0xBF, 0xDF, 0xEF, 0xF7,
* reflects its inclusion in a "private" header file.
*
* Return: TRUE/FALSE
- *
- * Programmer: Quincey Koziol
- * Tuesday, November 25, 2008
- *
*-------------------------------------------------------------------------
*/
static inline hbool_t H5_ATTR_UNUSED
@@ -549,11 +498,7 @@ H5VM_bit_get(const unsigned char *buf, size_t offset)
* only as an optimization and the naming (with a single underscore)
* reflects its inclusion in a "private" header file.
*
- * Return: None
- *
- * Programmer: Quincey Koziol
- * Tuesday, November 25, 2008
- *
+ * Return: void
*-------------------------------------------------------------------------
*/
static inline void H5_ATTR_UNUSED
diff --git a/src/H5Zmodule.h b/src/H5Zmodule.h
index 57e08c1..8b1a0de 100644
--- a/src/H5Zmodule.h
+++ b/src/H5Zmodule.h
@@ -11,12 +11,9 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol
- * Saturday, September 12, 2015
- *
- * Purpose: This file contains declarations which define macros for the
- * H5Z package. Including this header means that the source file
- * is part of the H5Z package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5Z package. Including this header means that the source file
+ * is part of the H5Z package.
*/
#ifndef H5Zmodule_H
#define H5Zmodule_H
diff --git a/src/H5Zprivate.h b/src/H5Zprivate.h
index 7b70022..1662738 100644
--- a/src/H5Zprivate.h
+++ b/src/H5Zprivate.h
@@ -10,10 +10,6 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: Robb Matzke
- * Thursday, April 16, 1998
- */
-
#ifndef H5Zprivate_H
#define H5Zprivate_H
diff --git a/src/H5Zpublic.h b/src/H5Zpublic.h
index a63729e..8a05987 100644
--- a/src/H5Zpublic.h
+++ b/src/H5Zpublic.h
@@ -10,10 +10,6 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: Robb Matzke
- * Thursday, April 16, 1998
- */
-
#ifndef H5Zpublic_H
#define H5Zpublic_H
diff --git a/src/H5private.h b/src/H5private.h
index eb7d8e0..70aed8f 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -10,14 +10,11 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: Robb Matzke
- * Friday, October 30, 1998
- *
- * Purpose: This file is included by all HDF5 library source files to
- * define common things which are not defined in the HDF5 API.
- * The configuration constants like H5_HAVE_UNISTD_H etc. are
- * defined in H5config.h which is included by H5public.h.
- *
+/*
+ * Purpose: This file is included by all HDF5 library source files to
+ * define common things which are not defined in the HDF5 API.
+ * The configuration constants like H5_HAVE_UNISTD_H etc. are
+ * defined in H5config.h which is included by H5public.h.
*/
#ifndef H5private_H
@@ -1866,9 +1863,6 @@ H5_DLL herr_t H5_trace_args(struct H5RS_str_t *rs, const char *type, va_list ap)
* use initializers that require special cleanup code to
* execute if FUNC_ENTER() fails since a failing FUNC_ENTER()
* returns immediately without branching to the `done' label.
- *
- * Programmer: Quincey Koziol
- *
*-------------------------------------------------------------------------
*/
@@ -2294,11 +2288,8 @@ H5_DLL herr_t H5CX_pop(hbool_t update_dxpl_props);
FUNC_ENTER_COMMON_NOERR(H5_IS_PKG(__func__));
/*-------------------------------------------------------------------------
- * Purpose: Register function exit for code profiling. This should be
- * the last statement executed by a function.
- *
- * Programmer: Quincey Koziol
- *
+ * Purpose: Register function exit for code profiling. This should be
+ * the last statement executed by a function.
*-------------------------------------------------------------------------
*/
/* Threadsafety termination code for API routines */