diff options
Diffstat (limited to 'examples/gaussians.c')
-rw-r--r-- | examples/gaussians.c | 13 |
1 files changed, 13 insertions, 0 deletions
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> |