diff --git a/CMakeLists.txt b/CMakeLists.txt index 805d4cc..e79708b 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++/itertools/enumerate.hpp b/c++/itertools/enumerate.hpp index 1b505c7..57ec381 100644 --- a/c++/itertools/enumerate.hpp +++ b/c++/itertools/enumerate.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, chuffa +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa /** * @file diff --git a/c++/itertools/iterator_facade.hpp b/c++/itertools/iterator_facade.hpp index d8978cd..83cc5f1 100644 --- a/c++/itertools/iterator_facade.hpp +++ b/c++/itertools/iterator_facade.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, chuffa +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa /** * @file diff --git a/c++/itertools/itertools.hpp b/c++/itertools/itertools.hpp index 16dae73..689d46f 100644 --- a/c++/itertools/itertools.hpp +++ b/c++/itertools/itertools.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++/itertools/omp_chunk.hpp b/c++/itertools/omp_chunk.hpp index 4c75785..7eb5dc3 100644 --- a/c++/itertools/omp_chunk.hpp +++ b/c++/itertools/omp_chunk.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++/itertools/product.hpp b/c++/itertools/product.hpp index b477808..e2fad1e 100644 --- a/c++/itertools/product.hpp +++ b/c++/itertools/product.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, chuffa +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa /** * @file diff --git a/c++/itertools/range.hpp b/c++/itertools/range.hpp index 10ee272..a097e4c 100644 --- a/c++/itertools/range.hpp +++ b/c++/itertools/range.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, chuffa +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa /** * @file diff --git a/c++/itertools/sentinel.hpp b/c++/itertools/sentinel.hpp index 3a5874e..8b2f7d6 100644 --- a/c++/itertools/sentinel.hpp +++ b/c++/itertools/sentinel.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, chuffa +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa /** * @file diff --git a/c++/itertools/slice.hpp b/c++/itertools/slice.hpp index 9f01bf1..aee4ff5 100644 --- a/c++/itertools/slice.hpp +++ b/c++/itertools/slice.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, chuffa +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa /** * @file diff --git a/c++/itertools/stride.hpp b/c++/itertools/stride.hpp index 9e4e18e..4640dd0 100644 --- a/c++/itertools/stride.hpp +++ b/c++/itertools/stride.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, chuffa +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa /** * @file diff --git a/c++/itertools/transform.hpp b/c++/itertools/transform.hpp index 97ee548..525b19f 100644 --- a/c++/itertools/transform.hpp +++ b/c++/itertools/transform.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, chuffa +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa /** * @file diff --git a/c++/itertools/utils.hpp b/c++/itertools/utils.hpp index 67984b1..ab51f17 100644 --- a/c++/itertools/utils.hpp +++ b/c++/itertools/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, chuffa +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa /** * @file diff --git a/c++/itertools/zip.hpp b/c++/itertools/zip.hpp index 1e58797..84dc49c 100644 --- a/c++/itertools/zip.hpp +++ b/c++/itertools/zip.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, chuffa +// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa /** * @file diff --git a/test/c++/itertools.cpp b/test/c++/itertools.cpp index 8b1518b..50e1599 100644 --- a/test/c++/itertools.cpp +++ b/test/c++/itertools.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