summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
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 /src/H5private.h
parent584243bc474302d332a1fde9e22586682fcf33ab (diff)
downloadhdf5-5d21a59c4e6f803bf3318a5d73fb7306cbe4ee10.zip
hdf5-5d21a59c4e6f803bf3318a5d73fb7306cbe4ee10.tar.gz
hdf5-5d21a59c4e6f803bf3318a5d73fb7306cbe4ee10.tar.bz2
Removes programmer/date lines from src headers (#2747)
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h23
1 files changed, 7 insertions, 16 deletions
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 */