summaryrefslogtreecommitdiffstats
path: root/testpar/API/t_bigio.c
diff options
context:
space:
mode:
Diffstat (limited to 'testpar/API/t_bigio.c')
-rw-r--r--testpar/API/t_bigio.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/testpar/API/t_bigio.c b/testpar/API/t_bigio.c
index 0184c3a..f1d7a97 100644
--- a/testpar/API/t_bigio.c
+++ b/testpar/API/t_bigio.c
@@ -1,3 +1,14 @@
+/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ * Copyright by The HDF Group. *
+ * All rights reserved. *
+ * *
+ * This file is part of HDF5. The full HDF5 copyright notice, including *
+ * terms governing use, modification, and redistribution, is contained in *
+ * the COPYING file, which can be found at the root of the source code *
+ * distribution tree, or in https://www.hdfgroup.org/licenses. *
+ * If you do not have access to either file, you may request a copy from *
+ * help@hdfgroup.org. *
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "hdf5.h"
#include "testphdf5.h"
@@ -1850,7 +1861,7 @@ main(int argc, char **argv)
/* Attempt to turn off atexit post processing so that in case errors
* happen during the test and the process is aborted, it will not get
- * hang in the atexit post processing in which it may try to make MPI
+ * hung in the atexit post processing in which it may try to make MPI
* calls. By then, MPI calls may not work.
*/
if (H5dont_atexit() < 0)