From 23d3d32c280e3a714d6cd61433242396a2f8bf29 Mon Sep 17 00:00:00 2001 From: gen_copyright Date: Thu, 16 May 2024 10:52:29 -0400 Subject: [PATCH] Regenerate Apache copyright headers --- CMakeLists.txt | 2 +- c++/h5/array_interface.cpp | 4 ++-- c++/h5/array_interface.hpp | 4 ++-- c++/h5/complex.hpp | 4 ++-- c++/h5/file.cpp | 4 ++-- c++/h5/file.hpp | 4 ++-- c++/h5/format.cpp | 4 ++-- c++/h5/format.hpp | 4 ++-- c++/h5/generic.hpp | 4 ++-- c++/h5/group.cpp | 4 ++-- c++/h5/group.hpp | 4 ++-- c++/h5/h5.hpp | 4 ++-- c++/h5/macros.hpp | 4 ++-- c++/h5/object.cpp | 4 ++-- c++/h5/object.hpp | 4 ++-- c++/h5/scalar.hpp | 4 ++-- c++/h5/serialization.hpp | 4 ++-- c++/h5/stl/array.hpp | 4 ++-- c++/h5/stl/map.hpp | 4 ++-- c++/h5/stl/optional.hpp | 4 ++-- c++/h5/stl/pair.hpp | 4 ++-- c++/h5/stl/string.cpp | 4 ++-- c++/h5/stl/string.hpp | 4 ++-- c++/h5/stl/tuple.hpp | 4 ++-- c++/h5/stl/variant.hpp | 4 ++-- c++/h5/stl/vector.cpp | 4 ++-- c++/h5/stl/vector.hpp | 4 ++-- c++/h5/utils.hpp | 4 ++-- test/c++/h5_array.cpp | 4 ++-- test/c++/h5_array_interface.cpp | 2 +- test/c++/h5_complex.cpp | 4 ++-- test/c++/h5_file.cpp | 2 +- test/c++/h5_group.cpp | 2 +- test/c++/h5_map.cpp | 4 ++-- test/c++/h5_memory_file.cpp | 4 ++-- test/c++/h5_optional.cpp | 4 ++-- test/c++/h5_pair.cpp | 4 ++-- test/c++/h5_serialize.cpp | 4 ++-- test/c++/h5_string.cpp | 4 ++-- test/c++/h5_tuple.cpp | 4 ++-- test/c++/h5_variant.cpp | 4 ++-- test/c++/h5_vector.cpp | 4 ++-- 42 files changed, 80 insertions(+), 80 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b392f81..fe5158e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2021 Simons Foundation +# Copyright (c) 2018-2024 Simons Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/c++/h5/array_interface.cpp b/c++/h5/array_interface.cpp index c6b3ee9..0fed882 100644 --- a/c++/h5/array_interface.cpp +++ b/c++/h5/array_interface.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/array_interface.hpp b/c++/h5/array_interface.hpp index af184d2..b58a5bb 100644 --- a/c++/h5/array_interface.hpp +++ b/c++/h5/array_interface.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2020 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/complex.hpp b/c++/h5/complex.hpp index c183b2e..f4e1c0c 100644 --- a/c++/h5/complex.hpp +++ b/c++/h5/complex.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Simons Foundation +// Copyright (c) 2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/file.cpp b/c++/h5/file.cpp index 7088dae..534b391 100644 --- a/c++/h5/file.cpp +++ b/c++/h5/file.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/file.hpp b/c++/h5/file.hpp index 1c902f8..3582a9e 100644 --- a/c++/h5/file.hpp +++ b/c++/h5/file.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/format.cpp b/c++/h5/format.cpp index 0c00853..4894451 100644 --- a/c++/h5/format.cpp +++ b/c++/h5/format.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2020 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/format.hpp b/c++/h5/format.hpp index c7340fe..e3fe88f 100644 --- a/c++/h5/format.hpp +++ b/c++/h5/format.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2020 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/generic.hpp b/c++/h5/generic.hpp index 2a2ff11..258c287 100644 --- a/c++/h5/generic.hpp +++ b/c++/h5/generic.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/group.cpp b/c++/h5/group.cpp index a4cfc02..9f16cd2 100644 --- a/c++/h5/group.cpp +++ b/c++/h5/group.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Henri Menke, Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Henri Menke, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/group.hpp b/c++/h5/group.hpp index f060cc6..6a6beb5 100644 --- a/c++/h5/group.hpp +++ b/c++/h5/group.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Henri Menke, Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Henri Menke, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/h5.hpp b/c++/h5/h5.hpp index 19948e6..1e3a3d6 100644 --- a/c++/h5/h5.hpp +++ b/c++/h5/h5.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2020 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/macros.hpp b/c++/h5/macros.hpp index 833ffd6..9a9f613 100644 --- a/c++/h5/macros.hpp +++ b/c++/h5/macros.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2020 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/object.cpp b/c++/h5/object.cpp index a367fe6..c9efeb9 100644 --- a/c++/h5/object.cpp +++ b/c++/h5/object.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/object.hpp b/c++/h5/object.hpp index cd78a21..71907f5 100644 --- a/c++/h5/object.hpp +++ b/c++/h5/object.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/scalar.hpp b/c++/h5/scalar.hpp index b85149a..f630de6 100644 --- a/c++/h5/scalar.hpp +++ b/c++/h5/scalar.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/serialization.hpp b/c++/h5/serialization.hpp index 509530f..9955275 100644 --- a/c++/h5/serialization.hpp +++ b/c++/h5/serialization.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/stl/array.hpp b/c++/h5/stl/array.hpp index 8f960cb..dfc565d 100644 --- a/c++/h5/stl/array.hpp +++ b/c++/h5/stl/array.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 Simons Foundation +// Copyright (c) 2020-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Nils Wentzell +// Authors: Thomas Hahn, Nils Wentzell /** * @file diff --git a/c++/h5/stl/map.hpp b/c++/h5/stl/map.hpp index 4df03af..b9dadf2 100644 --- a/c++/h5/stl/map.hpp +++ b/c++/h5/stl/map.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell, chuffa +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa /** * @file diff --git a/c++/h5/stl/optional.hpp b/c++/h5/stl/optional.hpp index 2df0e53..31b5e60 100644 --- a/c++/h5/stl/optional.hpp +++ b/c++/h5/stl/optional.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2020 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/stl/pair.hpp b/c++/h5/stl/pair.hpp index 66bbcc5..76767d9 100644 --- a/c++/h5/stl/pair.hpp +++ b/c++/h5/stl/pair.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2020 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/stl/string.cpp b/c++/h5/stl/string.cpp index 0f514f9..b8a09f4 100644 --- a/c++/h5/stl/string.cpp +++ b/c++/h5/stl/string.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2020 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/stl/string.hpp b/c++/h5/stl/string.hpp index 02676e2..3b18be3 100644 --- a/c++/h5/stl/string.hpp +++ b/c++/h5/stl/string.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2020 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/stl/tuple.hpp b/c++/h5/stl/tuple.hpp index daacdc7..f405152 100644 --- a/c++/h5/stl/tuple.hpp +++ b/c++/h5/stl/tuple.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/stl/variant.hpp b/c++/h5/stl/variant.hpp index 3a883ac..6648a20 100644 --- a/c++/h5/stl/variant.hpp +++ b/c++/h5/stl/variant.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2020 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/stl/vector.cpp b/c++/h5/stl/vector.cpp index f41339b..efb07dc 100644 --- a/c++/h5/stl/vector.cpp +++ b/c++/h5/stl/vector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2020 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Philipp Dumitrescu, Olivier Parcollet, Nils Wentzell +// Authors: Philipp Dumitrescu, Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/stl/vector.hpp b/c++/h5/stl/vector.hpp index 524452b..c64073e 100644 --- a/c++/h5/stl/vector.hpp +++ b/c++/h5/stl/vector.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2020 Simons Foundation +// Copyright (c) 2019-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/c++/h5/utils.hpp b/c++/h5/utils.hpp index 590a225..a2c7b50 100644 --- a/c++/h5/utils.hpp +++ b/c++/h5/utils.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Simons Foundation +// Copyright (c) 2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell /** * @file diff --git a/test/c++/h5_array.cpp b/test/c++/h5_array.cpp index 019381f..015bebb 100644 --- a/test/c++/h5_array.cpp +++ b/test/c++/h5_array.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 Simons Foundation +// Copyright (c) 2020-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Nils Wentzell +// Authors: Thomas Hahn, Nils Wentzell #include #include
diff --git a/test/c++/h5_array_interface.cpp b/test/c++/h5_array_interface.cpp index 491bcfd..b591cc9 100644 --- a/test/c++/h5_array_interface.cpp +++ b/test/c++/h5_array_interface.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 Simons Foundation +// Copyright (c) 2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/c++/h5_complex.cpp b/test/c++/h5_complex.cpp index c8765fd..16d18b7 100644 --- a/test/c++/h5_complex.cpp +++ b/test/c++/h5_complex.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Simons Foundation +// Copyright (c) 2020-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Nils Wentzell +// Authors: Thomas Hahn, Nils Wentzell #include #include
diff --git a/test/c++/h5_file.cpp b/test/c++/h5_file.cpp index 7e630f1..311811a 100644 --- a/test/c++/h5_file.cpp +++ b/test/c++/h5_file.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Simons Foundation +// Copyright (c) 2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/c++/h5_group.cpp b/test/c++/h5_group.cpp index 5cf0db6..4fabafb 100644 --- a/test/c++/h5_group.cpp +++ b/test/c++/h5_group.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Simons Foundation +// Copyright (c) 2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/c++/h5_map.cpp b/test/c++/h5_map.cpp index 5fa8b27..da2d793 100644 --- a/test/c++/h5_map.cpp +++ b/test/c++/h5_map.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022 Simons Foundation +// Copyright (c) 2020-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Nils Wentzell, chuffa +// Authors: Thomas Hahn, Nils Wentzell, chuffa #include #include
diff --git a/test/c++/h5_memory_file.cpp b/test/c++/h5_memory_file.cpp index 9b57d39..eebe2a0 100644 --- a/test/c++/h5_memory_file.cpp +++ b/test/c++/h5_memory_file.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Simons Foundation +// Copyright (c) 2021-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Nils Wentzell +// Authors: Thomas Hahn, Nils Wentzell #include #include
diff --git a/test/c++/h5_optional.cpp b/test/c++/h5_optional.cpp index 76654ef..5239cd7 100644 --- a/test/c++/h5_optional.cpp +++ b/test/c++/h5_optional.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Simons Foundation +// Copyright (c) 2020-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Nils Wentzell +// Authors: Thomas Hahn, Nils Wentzell #include #include
diff --git a/test/c++/h5_pair.cpp b/test/c++/h5_pair.cpp index e238088..152901b 100644 --- a/test/c++/h5_pair.cpp +++ b/test/c++/h5_pair.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Simons Foundation +// Copyright (c) 2020-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Nils Wentzell +// Authors: Thomas Hahn, Nils Wentzell #include #include
diff --git a/test/c++/h5_serialize.cpp b/test/c++/h5_serialize.cpp index d3cb2a9..caaacd2 100644 --- a/test/c++/h5_serialize.cpp +++ b/test/c++/h5_serialize.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Simons Foundation +// Copyright (c) 2020-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Nils Wentzell +// Authors: Thomas Hahn, Nils Wentzell #include #include
diff --git a/test/c++/h5_string.cpp b/test/c++/h5_string.cpp index 874a9d9..ecb226b 100644 --- a/test/c++/h5_string.cpp +++ b/test/c++/h5_string.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Simons Foundation +// Copyright (c) 2020-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Miles Stoudenmire, Nils Wentzell +// Authors: Thomas Hahn, Miles Stoudenmire, Nils Wentzell #include #include
diff --git a/test/c++/h5_tuple.cpp b/test/c++/h5_tuple.cpp index c87b2cf..72fa7a0 100644 --- a/test/c++/h5_tuple.cpp +++ b/test/c++/h5_tuple.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Simons Foundation +// Copyright (c) 2020-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Nils Wentzell +// Authors: Thomas Hahn, Nils Wentzell #include #include
diff --git a/test/c++/h5_variant.cpp b/test/c++/h5_variant.cpp index 4deeb49..fe59a9d 100644 --- a/test/c++/h5_variant.cpp +++ b/test/c++/h5_variant.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Simons Foundation +// Copyright (c) 2020-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Olivier Parcollet, Nils Wentzell +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell #include #include
diff --git a/test/c++/h5_vector.cpp b/test/c++/h5_vector.cpp index b99c107..f9b1326 100644 --- a/test/c++/h5_vector.cpp +++ b/test/c++/h5_vector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Simons Foundation +// Copyright (c) 2020-2024 Simons Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // -// Authors: Nils Wentzell +// Authors: Thomas Hahn, Nils Wentzell #include #include