diff --git a/examples/H5/Makefile.am b/examples/H5/Makefile.am index 54c1aba..a17140b 100644 --- a/examples/H5/Makefile.am +++ b/examples/H5/Makefile.am @@ -1,3 +1,12 @@ +# +# Copyright (c) 2006-2015, The Regents of the University of California, +# through Lawrence Berkeley National Laboratory (subject to receipt of any +# required approvals from the U.S. Dept. of Energy) and the Paul Scherrer +# Institut (Switzerland). All rights reserved.! +# +# License: see file COPYING in top level of source distribution. +# + AM_CPPFLAGS += -I${abs_top_srcdir}/src/include FFLAGS += -cpp $(AM_CPPFLAGS) AM_LDFLAGS += -L${abs_top_builddir}/src/h5core/.libs diff --git a/examples/H5/attach_file.c b/examples/H5/attach_file.c index cd2aa0c..ee78f7a 100644 --- a/examples/H5/attach_file.c +++ b/examples/H5/attach_file.c @@ -1,3 +1,12 @@ +/* + Copyright (c) 2006-2015, The Regents of the University of California, + through Lawrence Berkeley National Laboratory (subject to receipt of any + required approvals from the U.S. Dept. of Energy) and the Paul Scherrer + Institut (Switzerland). All rights reserved. + + License: see file COPYING in top level of source distribution. +*/ + #include #include #include diff --git a/examples/H5/openclose.c b/examples/H5/openclose.c index 4172d92..3f921d6 100644 --- a/examples/H5/openclose.c +++ b/examples/H5/openclose.c @@ -1,3 +1,12 @@ +/* + Copyright (c) 2006-2015, The Regents of the University of California, + through Lawrence Berkeley National Laboratory (subject to receipt of any + required approvals from the U.S. Dept. of Energy) and the Paul Scherrer + Institut (Switzerland). All rights reserved. + + License: see file COPYING in top level of source distribution. +*/ + #include "H5hut.h" #if !defined (PARALLEL_IO) diff --git a/examples/H5/openclosef.f90 b/examples/H5/openclosef.f90 index f8f1ea8..9475ba3 100644 --- a/examples/H5/openclosef.f90 +++ b/examples/H5/openclosef.f90 @@ -1,5 +1,5 @@ ! -! Copyright (c) 2006-2013, The Regents of the University of California, +! Copyright (c) 2006-2015, The Regents of the University of California, ! through Lawrence Berkeley National Laboratory (subject to receipt of any ! required approvals from the U.S. Dept. of Energy) and the Paul Scherrer ! Institut (Switzerland). All rights reserved.! diff --git a/examples/H5/read_file_attribsf.f90 b/examples/H5/read_file_attribsf.f90 index 9dd66d7..640558a 100644 --- a/examples/H5/read_file_attribsf.f90 +++ b/examples/H5/read_file_attribsf.f90 @@ -1,5 +1,5 @@ ! - ! Copyright (c) 2006-2013, The Regents of the University of California, + ! Copyright (c) 2006-2015, The Regents of the University of California, ! through Lawrence Berkeley National Laboratory (subject to receipt of any ! required approvals from the U.S. Dept. of Energy) and the Paul Scherrer ! Institut (Switzerland). All rights reserved.! diff --git a/examples/H5/read_step_attribsf.f90 b/examples/H5/read_step_attribsf.f90 index 2a15cf0..f5455ef 100644 --- a/examples/H5/read_step_attribsf.f90 +++ b/examples/H5/read_step_attribsf.f90 @@ -1,5 +1,5 @@ ! - ! Copyright (c) 2006-2013, The Regents of the University of California, + ! Copyright (c) 2006-2015, The Regents of the University of California, ! through Lawrence Berkeley National Laboratory (subject to receipt of any ! required approvals from the U.S. Dept. of Energy) and the Paul Scherrer ! Institut (Switzerland). All rights reserved.! diff --git a/examples/H5/write_file_attribsf.f90 b/examples/H5/write_file_attribsf.f90 index aeaecd1..085fc83 100644 --- a/examples/H5/write_file_attribsf.f90 +++ b/examples/H5/write_file_attribsf.f90 @@ -1,5 +1,5 @@ ! - ! Copyright (c) 2006-2013, The Regents of the University of California, + ! Copyright (c) 2006-2015, The Regents of the University of California, ! through Lawrence Berkeley National Laboratory (subject to receipt of any ! required approvals from the U.S. Dept. of Energy) and the Paul Scherrer ! Institut (Switzerland). All rights reserved.! diff --git a/examples/H5/write_step_attribsf.f90 b/examples/H5/write_step_attribsf.f90 index 986bc36..dde4bec 100644 --- a/examples/H5/write_step_attribsf.f90 +++ b/examples/H5/write_step_attribsf.f90 @@ -1,5 +1,5 @@ ! - ! Copyright (c) 2006-2013, The Regents of the University of California, + ! Copyright (c) 2006-2015, The Regents of the University of California, ! through Lawrence Berkeley National Laboratory (subject to receipt of any ! required approvals from the U.S. Dept. of Energy) and the Paul Scherrer ! Institut (Switzerland). All rights reserved.! diff --git a/examples/H5Block/Makefile.am b/examples/H5Block/Makefile.am index 6b96163..0fba327 100644 --- a/examples/H5Block/Makefile.am +++ b/examples/H5Block/Makefile.am @@ -1,3 +1,12 @@ +# +# Copyright (c) 2006-2015, The Regents of the University of California, +# through Lawrence Berkeley National Laboratory (subject to receipt of any +# required approvals from the U.S. Dept. of Energy) and the Paul Scherrer +# Institut (Switzerland). All rights reserved.! +# +# License: see file COPYING in top level of source distribution. +# + AM_CPPFLAGS += -I${abs_top_srcdir}/src/include FFLAGS += -cpp $(AM_CPPFLAGS) AM_LDFLAGS += -L${abs_top_builddir}/src/h5core/.libs diff --git a/examples/H5Block/read_write_scalar_field.c b/examples/H5Block/read_write_scalar_field.c index ffe4f20..13768f9 100644 --- a/examples/H5Block/read_write_scalar_field.c +++ b/examples/H5Block/read_write_scalar_field.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2006-2014, The Regents of the University of California, + Copyright (c) 2006-2015, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy) and the Paul Scherrer Institut (Switzerland). All rights reserved. diff --git a/examples/H5Block/read_write_scalar_fieldf.f90 b/examples/H5Block/read_write_scalar_fieldf.f90 index 959d1ed..7a92ed3 100644 --- a/examples/H5Block/read_write_scalar_fieldf.f90 +++ b/examples/H5Block/read_write_scalar_fieldf.f90 @@ -1,5 +1,5 @@ ! -! Copyright (c) 2006-2014, The Regents of the University of California, +! Copyright (c) 2006-2015, The Regents of the University of California, ! through Lawrence Berkeley National Laboratory (subject to receipt of any ! required approvals from the U.S. Dept. of Energy) and the Paul Scherrer ! Institut (Switzerland). All rights reserved.! diff --git a/examples/H5Part/Makefile.am b/examples/H5Part/Makefile.am index c88ef28..1feb571 100644 --- a/examples/H5Part/Makefile.am +++ b/examples/H5Part/Makefile.am @@ -1,3 +1,12 @@ +# +# Copyright (c) 2006-2015, The Regents of the University of California, +# through Lawrence Berkeley National Laboratory (subject to receipt of any +# required approvals from the U.S. Dept. of Energy) and the Paul Scherrer +# Institut (Switzerland). All rights reserved.! +# +# License: see file COPYING in top level of source distribution. +# + AM_CPPFLAGS += -I${abs_top_srcdir}/src/include FFLAGS += -cpp $(AM_CPPFLAGS) AM_LDFLAGS += -L${abs_top_builddir}/src/h5core/.libs diff --git a/examples/H5Part/read_canonicalview.c b/examples/H5Part/read_canonicalview.c index 9725605..3b1f93e 100644 --- a/examples/H5Part/read_canonicalview.c +++ b/examples/H5Part/read_canonicalview.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2006-2014, The Regents of the University of California, + Copyright (c) 2006-2015, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy) and the Paul Scherrer Institut (Switzerland). All rights reserved. diff --git a/examples/H5Part/read_canonicalviewf.f90 b/examples/H5Part/read_canonicalviewf.f90 index 17d9b6e..939101a 100644 --- a/examples/H5Part/read_canonicalviewf.f90 +++ b/examples/H5Part/read_canonicalviewf.f90 @@ -1,5 +1,5 @@ ! -! Copyright (c) 2006-2014, The Regents of the University of California, +! Copyright (c) 2006-2015, The Regents of the University of California, ! through Lawrence Berkeley National Laboratory (subject to receipt of any ! required approvals from the U.S. Dept. of Energy) and the Paul Scherrer ! Institut (Switzerland). All rights reserved.! diff --git a/examples/H5Part/read_setnparticlesf.f90 b/examples/H5Part/read_setnparticlesf.f90 index 7404d06..2ffc73a 100644 --- a/examples/H5Part/read_setnparticlesf.f90 +++ b/examples/H5Part/read_setnparticlesf.f90 @@ -1,5 +1,5 @@ ! -! Copyright (c) 2006-2013, The Regents of the University of California, +! Copyright (c) 2006-2015, The Regents of the University of California, ! through Lawrence Berkeley National Laboratory (subject to receipt of any ! required approvals from the U.S. Dept. of Energy) and the Paul Scherrer ! Institut (Switzerland). All rights reserved.! diff --git a/examples/H5Part/read_setviewf.f90 b/examples/H5Part/read_setviewf.f90 index 7404d06..2ffc73a 100644 --- a/examples/H5Part/read_setviewf.f90 +++ b/examples/H5Part/read_setviewf.f90 @@ -1,5 +1,5 @@ ! -! Copyright (c) 2006-2013, The Regents of the University of California, +! Copyright (c) 2006-2015, The Regents of the University of California, ! through Lawrence Berkeley National Laboratory (subject to receipt of any ! required approvals from the U.S. Dept. of Energy) and the Paul Scherrer ! Institut (Switzerland). All rights reserved.! diff --git a/examples/H5Part/read_stridedf.f90 b/examples/H5Part/read_stridedf.f90 index 7404d06..2ffc73a 100644 --- a/examples/H5Part/read_stridedf.f90 +++ b/examples/H5Part/read_stridedf.f90 @@ -1,5 +1,5 @@ ! -! Copyright (c) 2006-2013, The Regents of the University of California, +! Copyright (c) 2006-2015, The Regents of the University of California, ! through Lawrence Berkeley National Laboratory (subject to receipt of any ! required approvals from the U.S. Dept. of Energy) and the Paul Scherrer ! Institut (Switzerland). All rights reserved.! diff --git a/examples/H5Part/write_core_vfdf.f90 b/examples/H5Part/write_core_vfdf.f90 index 4021b42..20b34f5 100644 --- a/examples/H5Part/write_core_vfdf.f90 +++ b/examples/H5Part/write_core_vfdf.f90 @@ -1,5 +1,5 @@ ! -! Copyright (c) 2006-2013, The Regents of the University of California, +! Copyright (c) 2006-2015, The Regents of the University of California, ! through Lawrence Berkeley National Laboratory (subject to receipt of any ! required approvals from the U.S. Dept. of Energy) and the Paul Scherrer ! Institut (Switzerland). All rights reserved.! diff --git a/examples/H5Part/write_setnparticlesf.f90 b/examples/H5Part/write_setnparticlesf.f90 index 7404d06..2ffc73a 100644 --- a/examples/H5Part/write_setnparticlesf.f90 +++ b/examples/H5Part/write_setnparticlesf.f90 @@ -1,5 +1,5 @@ ! -! Copyright (c) 2006-2013, The Regents of the University of California, +! Copyright (c) 2006-2015, The Regents of the University of California, ! through Lawrence Berkeley National Laboratory (subject to receipt of any ! required approvals from the U.S. Dept. of Energy) and the Paul Scherrer ! Institut (Switzerland). All rights reserved.! diff --git a/examples/H5Part/write_setviewf.f90 b/examples/H5Part/write_setviewf.f90 index b6a653e..7efb2d4 100644 --- a/examples/H5Part/write_setviewf.f90 +++ b/examples/H5Part/write_setviewf.f90 @@ -1,5 +1,5 @@ ! -! Copyright (c) 2006-2013, The Regents of the University of California, +! Copyright (c) 2006-2015, The Regents of the University of California, ! through Lawrence Berkeley National Laboratory (subject to receipt of any ! required approvals from the U.S. Dept. of Energy) and the Paul Scherrer ! Institut (Switzerland). All rights reserved.! diff --git a/examples/H5Part/write_stridedf.f90 b/examples/H5Part/write_stridedf.f90 index 591641f..98a125e 100644 --- a/examples/H5Part/write_stridedf.f90 +++ b/examples/H5Part/write_stridedf.f90 @@ -1,5 +1,5 @@ ! -! Copyright (c) 2006-2013, The Regents of the University of California, +! Copyright (c) 2006-2015, The Regents of the University of California, ! through Lawrence Berkeley National Laboratory (subject to receipt of any ! required approvals from the U.S. Dept. of Energy) and the Paul Scherrer ! Institut (Switzerland). All rights reserved.!