summaryrefslogtreecommitdiffstats
path: root/src/H5ACpkg.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/H5ACpkg.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/H5ACpkg.h')
-rw-r--r--src/H5ACpkg.h17
1 files changed, 7 insertions, 10 deletions
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)