summaryrefslogtreecommitdiffstats
path: root/test/cross_read.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-29 19:13:29 (GMT)
committerGitHub <noreply@github.com>2023-06-29 19:13:29 (GMT)
commitfd933f30b1f8cd487ad790ac0b054bb779280a62 (patch)
tree9e366b2c19f1d84e28af4e588daf7bd8c075f8b6 /test/cross_read.c
parentfd56a593b7928da636b2494b25cd7478fed78c29 (diff)
downloadhdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.zip
hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.gz
hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.bz2
Remove programmer/date from comments (#3210)
* Removes Programmer: and Date: fields * Fixes a few Modifications: fields leftover from previous work
Diffstat (limited to 'test/cross_read.c')
-rw-r--r--test/cross_read.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/cross_read.c b/test/cross_read.c
index 7d5bfd2..1ee84a3 100644
--- a/test/cross_read.c
+++ b/test/cross_read.c
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Raymond Lu
- * Thursday, March 23, 2006
- *
* Purpose: Check if floating-point data created on big-endian and
* little-endian machines can be read on the machine running this test.
*/
@@ -64,9 +61,6 @@ static const char *FILENAME[] = {"vms_data", "le_data", "be_data", NULL};
* Return: Success: 0
* Failure: 1
*
- * Programmer: Raymond Lu
- * 17 May 2011
- *
*-------------------------------------------------------------------------
*/
static int
@@ -138,9 +132,6 @@ error:
* Return: Success: 0
* Failure: 1
*
- * Programmer: Raymond Lu
- * 17 May 2011
- *
*-------------------------------------------------------------------------
*/
static int
@@ -212,9 +203,6 @@ error:
* Return: Success: 0
* Failure: Number of failures
*
- * Programmer: Raymond Lu
- * 21 January 2011
- *
*-------------------------------------------------------------------------
*/
static int
@@ -345,9 +333,6 @@ error:
*
* Return: EXIT_SUCCESS/EXIT_FAILURE
*
- * Programmer: Raymond Lu
- * Thursday, March 23, 2006
- *
*-------------------------------------------------------------------------
*/
int