summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
Diffstat (limited to 'testpar')
-rw-r--r--testpar/t_cache_image.c9
-rw-r--r--testpar/t_vfd.c5
2 files changed, 6 insertions, 8 deletions
diff --git a/testpar/t_cache_image.c b/testpar/t_cache_image.c
index 96b5b7a..123b73e 100644
--- a/testpar/t_cache_image.c
+++ b/testpar/t_cache_image.c
@@ -10,12 +10,11 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: John Mainzer
- * 7/13/15
- *
- * This file contains tests specific to the cache image
- * feature implemented in H5C.c
+/*
+ * This file contains tests specific to the cache image
+ * feature implemented in H5C.c
*/
+
#include "testphdf5.h"
#include "cache_common.h"
diff --git a/testpar/t_vfd.c b/testpar/t_vfd.c
index d4ca277..2d3a372 100644
--- a/testpar/t_vfd.c
+++ b/testpar/t_vfd.c
@@ -10,9 +10,8 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: John Mainzer
- *
- * This file is a catchall for parallel VFD tests.
+/*
+ * This file is a catchall for parallel VFD tests.
*/
#include "testphdf5.h"