summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2022-02-17 18:56:42 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2022-02-17 18:56:42 (GMT)
commitb4866778a61ac44c3bf80030e236d2924d0a9a3a (patch)
treed74554131812ba505a962ed22401c937861a7582 /examples
parent5c782f794a64bbd4aaffa1b2e6657f9615dd138f (diff)
downloadhdf5-b4866778a61ac44c3bf80030e236d2924d0a9a3a.zip
hdf5-b4866778a61ac44c3bf80030e236d2924d0a9a3a.tar.gz
hdf5-b4866778a61ac44c3bf80030e236d2924d0a9a3a.tar.bz2
Updated VFD SWMR's Akadio license
Diffstat (limited to 'examples')
-rw-r--r--examples/credel.c13
-rw-r--r--examples/gaussians.c13
-rw-r--r--examples/h5_dtransform.c1
-rw-r--r--examples/nbcompat.c13
-rw-r--r--examples/nbcompat.h13
5 files changed, 52 insertions, 1 deletions
diff --git a/examples/credel.c b/examples/credel.c
index 4591d94..b90e70c 100644
--- a/examples/credel.c
+++ b/examples/credel.c
@@ -1,3 +1,16 @@
+/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ * Copyright by The HDF Group. *
+ * Copyright by Akadio, Inc. *
+ * 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 <assert.h>
#include <err.h>
#include <errno.h>
diff --git a/examples/gaussians.c b/examples/gaussians.c
index 413bc03..515fac3 100644
--- a/examples/gaussians.c
+++ b/examples/gaussians.c
@@ -1,3 +1,16 @@
+/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ * Copyright by The HDF Group. *
+ * Copyright by Akadio, Inc. *
+ * 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 <assert.h>
#include <curses.h>
#include <err.h>
diff --git a/examples/h5_dtransform.c b/examples/h5_dtransform.c
index a364ec1..acabd1e 100644
--- a/examples/h5_dtransform.c
+++ b/examples/h5_dtransform.c
@@ -1,6 +1,5 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
- * Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* *
* This file is part of HDF5. The full HDF5 copyright notice, including *
diff --git a/examples/nbcompat.c b/examples/nbcompat.c
index aa67623..cfa0dcd 100644
--- a/examples/nbcompat.c
+++ b/examples/nbcompat.c
@@ -1,3 +1,16 @@
+/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ * Copyright by The HDF Group. *
+ * Copyright by Akadio, Inc. *
+ * 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 "nbcompat.h"
size_t
diff --git a/examples/nbcompat.h b/examples/nbcompat.h
index c528ca4..ff4f677 100644
--- a/examples/nbcompat.h
+++ b/examples/nbcompat.h
@@ -1,3 +1,16 @@
+/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ * Copyright by The HDF Group. *
+ * Copyright by Akadio, Inc. *
+ * 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. *
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
+
#ifndef NB_COMPAT_H
#define NB_COMPAT_H