diff --git a/CMakeLists.txt b/CMakeLists.txt index b53d7cc1d..5b61b4708 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/LICENSE.txt b/LICENSE.txt index 3e67b3c7d..527d6cfd8 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ SOM: Stochastic Optimization Method for Analytic Continuation -Copyright (C) 2016-2023 Igor Krivenko +Copyright (C) 2016-2024 Igor Krivenko SOM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/README.md b/README.md index 0a2b7a088..4ff433b01 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ https://github.com/krivenko/som/actions/workflows/build-and-deploy.yml) [![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-red)]( https://krivenko.github.io/som) -Copyright (C) 2016-2023 Igor Krivenko +Copyright (C) 2016-2024 Igor Krivenko This program is an optimized implementation of an analytic continuation method proposed by Andrey S. Mishchenko. A detailed description of diff --git a/benchmark/all_kernels/all_kernels.py b/benchmark/all_kernels/all_kernels.py index 9cac7505e..11dbbf64a 100755 --- a/benchmark/all_kernels/all_kernels.py +++ b/benchmark/all_kernels/all_kernels.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/benchmark/all_kernels/compare.py b/benchmark/all_kernels/compare.py index b8ca958ae..99a88ecc1 100755 --- a/benchmark/all_kernels/compare.py +++ b/benchmark/all_kernels/compare.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/benchmark/binning/binning.py b/benchmark/binning/binning.py index a7b195065..f5f8ab5c8 100755 --- a/benchmark/binning/binning.py +++ b/benchmark/binning/binning.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/benchmark/binning/plot.py b/benchmark/binning/plot.py index 098591e45..ec8345d8a 100755 --- a/benchmark/binning/plot.py +++ b/benchmark/binning/plot.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/benchmark/bosonautocorr/bosonautocorr.py b/benchmark/bosonautocorr/bosonautocorr.py index d64d85533..f8ab1898c 100755 --- a/benchmark/bosonautocorr/bosonautocorr.py +++ b/benchmark/bosonautocorr/bosonautocorr.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/benchmark/bosonautocorr/plot.py b/benchmark/bosonautocorr/plot.py index 609592aab..f7f5a200e 100755 --- a/benchmark/bosonautocorr/plot.py +++ b/benchmark/bosonautocorr/plot.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/benchmark/consistent_constraints/consistent_constraints.py b/benchmark/consistent_constraints/consistent_constraints.py index 88cf6d8f6..bb0422723 100755 --- a/benchmark/consistent_constraints/consistent_constraints.py +++ b/benchmark/consistent_constraints/consistent_constraints.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/benchmark/consistent_constraints/plot.py b/benchmark/consistent_constraints/plot.py index 1db8b3e3e..a3518788b 100755 --- a/benchmark/consistent_constraints/plot.py +++ b/benchmark/consistent_constraints/plot.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/benchmark/fermiongfsymm/fermiongfsymm.py b/benchmark/fermiongfsymm/fermiongfsymm.py index 4ab730f93..4685fd17b 100755 --- a/benchmark/fermiongfsymm/fermiongfsymm.py +++ b/benchmark/fermiongfsymm/fermiongfsymm.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/benchmark/fermiongfsymm/plot.py b/benchmark/fermiongfsymm/plot.py index daa60c179..054a76e4f 100755 --- a/benchmark/fermiongfsymm/plot.py +++ b/benchmark/fermiongfsymm/plot.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/benchmark/microgap/dos.py b/benchmark/microgap/dos.py index 9f4d28064..84ae7c3d6 100644 --- a/benchmark/microgap/dos.py +++ b/benchmark/microgap/dos.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/benchmark/microgap/microgap.py b/benchmark/microgap/microgap.py index 56b5e337a..80e534bd9 100644 --- a/benchmark/microgap/microgap.py +++ b/benchmark/microgap/microgap.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/benchmark/microgap/plot.py b/benchmark/microgap/plot.py index 965c230ae..9f32d14b4 100644 --- a/benchmark/microgap/plot.py +++ b/benchmark/microgap/plot.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/benchmark/semicircle/plot.py b/benchmark/semicircle/plot.py index bae0da26d..4cefe2595 100644 --- a/benchmark/semicircle/plot.py +++ b/benchmark/semicircle/plot.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/benchmark/semicircle/semicircle.py b/benchmark/semicircle/semicircle.py index 62e9df480..c84cd64fe 100644 --- a/benchmark/semicircle/semicircle.py +++ b/benchmark/semicircle/semicircle.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/benchmark/triangles/dos.py b/benchmark/triangles/dos.py index e4993f4ae..e5d09f8f4 100644 --- a/benchmark/triangles/dos.py +++ b/benchmark/triangles/dos.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/benchmark/triangles/plot.py b/benchmark/triangles/plot.py index 83df0a7c9..a87f14a20 100644 --- a/benchmark/triangles/plot.py +++ b/benchmark/triangles/plot.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/benchmark/triangles/triangles.py b/benchmark/triangles/triangles.py index 137b45b67..ac9fdbf3d 100644 --- a/benchmark/triangles/triangles.py +++ b/benchmark/triangles/triangles.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/CMakeLists.txt b/c++/som/CMakeLists.txt index 6d958358b..8820909b5 100644 --- a/c++/som/CMakeLists.txt +++ b/c++/som/CMakeLists.txt @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/cache_index.cpp b/c++/som/cache_index.cpp index 55b2e869c..e3b4ea8f8 100644 --- a/c++/som/cache_index.cpp +++ b/c++/som/cache_index.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/cache_index.hpp b/c++/som/cache_index.hpp index 192c9fbc5..af8ff65e8 100644 --- a/c++/som/cache_index.hpp +++ b/c++/som/cache_index.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/config_update.cpp b/c++/som/config_update.cpp index 680dd527f..a4c416f0c 100644 --- a/c++/som/config_update.cpp +++ b/c++/som/config_update.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/config_update.hpp b/c++/som/config_update.hpp index a940f3a71..2173804e8 100644 --- a/c++/som/config_update.hpp +++ b/c++/som/config_update.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/configuration.cpp b/c++/som/configuration.cpp index 1fcf7c3a4..f781244b3 100644 --- a/c++/som/configuration.cpp +++ b/c++/som/configuration.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/configuration.hpp b/c++/som/configuration.hpp index c8b905ec3..b073d79c6 100644 --- a/c++/som/configuration.hpp +++ b/c++/som/configuration.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/elementary_update.cpp b/c++/som/elementary_update.cpp index 6a3564ca4..993ec05e4 100644 --- a/c++/som/elementary_update.cpp +++ b/c++/som/elementary_update.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/elementary_update.hpp b/c++/som/elementary_update.hpp index b007d1dbc..8a656a72d 100644 --- a/c++/som/elementary_update.hpp +++ b/c++/som/elementary_update.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/global_index_map.cpp b/c++/som/global_index_map.cpp index 8108e7f5f..c1aee4d91 100644 --- a/c++/som/global_index_map.cpp +++ b/c++/som/global_index_map.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/global_index_map.hpp b/c++/som/global_index_map.hpp index 17dae8e1b..b52492bbf 100644 --- a/c++/som/global_index_map.hpp +++ b/c++/som/global_index_map.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/all.hpp b/c++/som/kernels/all.hpp index f5ea328be..06dabaf8a 100644 --- a/c++/som/kernels/all.hpp +++ b/c++/som/kernels/all.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/base.hpp b/c++/som/kernels/base.hpp index 21e269c52..66d6d1083 100644 --- a/c++/som/kernels/base.hpp +++ b/c++/som/kernels/base.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/bosonautocorr_imfreq.cpp b/c++/som/kernels/bosonautocorr_imfreq.cpp index 6c0a0c52f..54e188609 100644 --- a/c++/som/kernels/bosonautocorr_imfreq.cpp +++ b/c++/som/kernels/bosonautocorr_imfreq.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/bosonautocorr_imfreq.hpp b/c++/som/kernels/bosonautocorr_imfreq.hpp index 2463e6226..e65230676 100644 --- a/c++/som/kernels/bosonautocorr_imfreq.hpp +++ b/c++/som/kernels/bosonautocorr_imfreq.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/bosonautocorr_imtime.cpp b/c++/som/kernels/bosonautocorr_imtime.cpp index 85348f892..e613e413b 100644 --- a/c++/som/kernels/bosonautocorr_imtime.cpp +++ b/c++/som/kernels/bosonautocorr_imtime.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/bosonautocorr_imtime.hpp b/c++/som/kernels/bosonautocorr_imtime.hpp index b02911c4e..01e98d0c7 100644 --- a/c++/som/kernels/bosonautocorr_imtime.hpp +++ b/c++/som/kernels/bosonautocorr_imtime.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/bosonautocorr_legendre.cpp b/c++/som/kernels/bosonautocorr_legendre.cpp index b2a55665e..95a5c2b55 100644 --- a/c++/som/kernels/bosonautocorr_legendre.cpp +++ b/c++/som/kernels/bosonautocorr_legendre.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/bosonautocorr_legendre.hpp b/c++/som/kernels/bosonautocorr_legendre.hpp index 1920b6657..3c5389b89 100644 --- a/c++/som/kernels/bosonautocorr_legendre.hpp +++ b/c++/som/kernels/bosonautocorr_legendre.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/bosoncorr_imfreq.cpp b/c++/som/kernels/bosoncorr_imfreq.cpp index ac7c2faf4..f9e32e284 100644 --- a/c++/som/kernels/bosoncorr_imfreq.cpp +++ b/c++/som/kernels/bosoncorr_imfreq.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/bosoncorr_imfreq.hpp b/c++/som/kernels/bosoncorr_imfreq.hpp index 516fa4e3f..f297a6bad 100644 --- a/c++/som/kernels/bosoncorr_imfreq.hpp +++ b/c++/som/kernels/bosoncorr_imfreq.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/bosoncorr_imtime.cpp b/c++/som/kernels/bosoncorr_imtime.cpp index 65365717a..ec5853e42 100644 --- a/c++/som/kernels/bosoncorr_imtime.cpp +++ b/c++/som/kernels/bosoncorr_imtime.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/bosoncorr_imtime.hpp b/c++/som/kernels/bosoncorr_imtime.hpp index c0a70b15b..6f9d9efb7 100644 --- a/c++/som/kernels/bosoncorr_imtime.hpp +++ b/c++/som/kernels/bosoncorr_imtime.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/bosoncorr_legendre.cpp b/c++/som/kernels/bosoncorr_legendre.cpp index 712e9f6a8..40e038893 100644 --- a/c++/som/kernels/bosoncorr_legendre.cpp +++ b/c++/som/kernels/bosoncorr_legendre.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/bosoncorr_legendre.hpp b/c++/som/kernels/bosoncorr_legendre.hpp index de3bcb0ba..d5aa017ed 100644 --- a/c++/som/kernels/bosoncorr_legendre.hpp +++ b/c++/som/kernels/bosoncorr_legendre.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/fermiongf_imfreq.cpp b/c++/som/kernels/fermiongf_imfreq.cpp index 36151d490..a6dafc06d 100644 --- a/c++/som/kernels/fermiongf_imfreq.cpp +++ b/c++/som/kernels/fermiongf_imfreq.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/fermiongf_imfreq.hpp b/c++/som/kernels/fermiongf_imfreq.hpp index ec3264b25..3a511276b 100644 --- a/c++/som/kernels/fermiongf_imfreq.hpp +++ b/c++/som/kernels/fermiongf_imfreq.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/fermiongf_imtime.cpp b/c++/som/kernels/fermiongf_imtime.cpp index 962ef96df..1ad6f8909 100644 --- a/c++/som/kernels/fermiongf_imtime.cpp +++ b/c++/som/kernels/fermiongf_imtime.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/fermiongf_imtime.hpp b/c++/som/kernels/fermiongf_imtime.hpp index 7e1cc5511..fd1119950 100644 --- a/c++/som/kernels/fermiongf_imtime.hpp +++ b/c++/som/kernels/fermiongf_imtime.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/fermiongf_legendre.cpp b/c++/som/kernels/fermiongf_legendre.cpp index 778bcae23..05a9e65db 100644 --- a/c++/som/kernels/fermiongf_legendre.cpp +++ b/c++/som/kernels/fermiongf_legendre.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/fermiongf_legendre.hpp b/c++/som/kernels/fermiongf_legendre.hpp index 9a4e0560f..0c3ab5007 100644 --- a/c++/som/kernels/fermiongf_legendre.hpp +++ b/c++/som/kernels/fermiongf_legendre.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/fermiongfsymm_imfreq.cpp b/c++/som/kernels/fermiongfsymm_imfreq.cpp index 7b26b553b..d5bd3f48f 100644 --- a/c++/som/kernels/fermiongfsymm_imfreq.cpp +++ b/c++/som/kernels/fermiongfsymm_imfreq.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/fermiongfsymm_imfreq.hpp b/c++/som/kernels/fermiongfsymm_imfreq.hpp index e725942d6..cc9053e81 100644 --- a/c++/som/kernels/fermiongfsymm_imfreq.hpp +++ b/c++/som/kernels/fermiongfsymm_imfreq.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/fermiongfsymm_imtime.cpp b/c++/som/kernels/fermiongfsymm_imtime.cpp index 389745d3e..666e3efa0 100644 --- a/c++/som/kernels/fermiongfsymm_imtime.cpp +++ b/c++/som/kernels/fermiongfsymm_imtime.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/fermiongfsymm_imtime.hpp b/c++/som/kernels/fermiongfsymm_imtime.hpp index 861e103bc..08803de75 100644 --- a/c++/som/kernels/fermiongfsymm_imtime.hpp +++ b/c++/som/kernels/fermiongfsymm_imtime.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/fermiongfsymm_legendre.cpp b/c++/som/kernels/fermiongfsymm_legendre.cpp index aac66c6f5..bfee1ef8a 100644 --- a/c++/som/kernels/fermiongfsymm_legendre.cpp +++ b/c++/som/kernels/fermiongfsymm_legendre.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/fermiongfsymm_legendre.hpp b/c++/som/kernels/fermiongfsymm_legendre.hpp index 5e17afbbe..1f1c17b4a 100644 --- a/c++/som/kernels/fermiongfsymm_legendre.hpp +++ b/c++/som/kernels/fermiongfsymm_legendre.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/mesh_traits.hpp b/c++/som/kernels/mesh_traits.hpp index 0f70f1ebb..3b74beedf 100644 --- a/c++/som/kernels/mesh_traits.hpp +++ b/c++/som/kernels/mesh_traits.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/observables.cpp b/c++/som/kernels/observables.cpp index 16e4b89e9..58b5bb506 100644 --- a/c++/som/kernels/observables.cpp +++ b/c++/som/kernels/observables.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/observables.hpp b/c++/som/kernels/observables.hpp index 4b8ebb083..83036df94 100644 --- a/c++/som/kernels/observables.hpp +++ b/c++/som/kernels/observables.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/zerotemp_imfreq.cpp b/c++/som/kernels/zerotemp_imfreq.cpp index fd8ac4999..ab83b8b55 100644 --- a/c++/som/kernels/zerotemp_imfreq.cpp +++ b/c++/som/kernels/zerotemp_imfreq.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/zerotemp_imfreq.hpp b/c++/som/kernels/zerotemp_imfreq.hpp index db4e72bd8..28448c39f 100644 --- a/c++/som/kernels/zerotemp_imfreq.hpp +++ b/c++/som/kernels/zerotemp_imfreq.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/zerotemp_imtime.cpp b/c++/som/kernels/zerotemp_imtime.cpp index 2828f1ab3..f077aabbb 100644 --- a/c++/som/kernels/zerotemp_imtime.cpp +++ b/c++/som/kernels/zerotemp_imtime.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/zerotemp_imtime.hpp b/c++/som/kernels/zerotemp_imtime.hpp index d98c60c2a..512cad132 100644 --- a/c++/som/kernels/zerotemp_imtime.hpp +++ b/c++/som/kernels/zerotemp_imtime.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/zerotemp_legendre.cpp b/c++/som/kernels/zerotemp_legendre.cpp index fd8ce7e4b..540e115ee 100644 --- a/c++/som/kernels/zerotemp_legendre.cpp +++ b/c++/som/kernels/zerotemp_legendre.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/kernels/zerotemp_legendre.hpp b/c++/som/kernels/zerotemp_legendre.hpp index 1b2d19c09..d76fae20d 100644 --- a/c++/som/kernels/zerotemp_legendre.hpp +++ b/c++/som/kernels/zerotemp_legendre.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/numerics/dilog.cpp b/c++/som/numerics/dilog.cpp index 6be6c5b0f..03c87fc21 100644 --- a/c++/som/numerics/dilog.cpp +++ b/c++/som/numerics/dilog.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/numerics/dilog.hpp b/c++/som/numerics/dilog.hpp index 8b65372fe..46c3d678a 100644 --- a/c++/som/numerics/dilog.hpp +++ b/c++/som/numerics/dilog.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/numerics/ecqp_worker.cpp b/c++/som/numerics/ecqp_worker.cpp index 06525581e..88decfb4e 100644 --- a/c++/som/numerics/ecqp_worker.cpp +++ b/c++/som/numerics/ecqp_worker.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/numerics/ecqp_worker.hpp b/c++/som/numerics/ecqp_worker.hpp index 90d67ee8c..7e93e01fe 100644 --- a/c++/som/numerics/ecqp_worker.hpp +++ b/c++/som/numerics/ecqp_worker.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/numerics/expabs_distribution.hpp b/c++/som/numerics/expabs_distribution.hpp index 01a718d9a..226241770 100644 --- a/c++/som/numerics/expabs_distribution.hpp +++ b/c++/som/numerics/expabs_distribution.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/numerics/finite_diff.hpp b/c++/som/numerics/finite_diff.hpp index 0833f19c2..d1fc8c935 100644 --- a/c++/som/numerics/finite_diff.hpp +++ b/c++/som/numerics/finite_diff.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/numerics/lls_worker.cpp b/c++/som/numerics/lls_worker.cpp index e13957e66..2c73cc7f9 100644 --- a/c++/som/numerics/lls_worker.cpp +++ b/c++/som/numerics/lls_worker.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/numerics/lls_worker.hpp b/c++/som/numerics/lls_worker.hpp index bb9840dcc..8bf29f9a8 100644 --- a/c++/som/numerics/lls_worker.hpp +++ b/c++/som/numerics/lls_worker.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/numerics/polynomial.cpp b/c++/som/numerics/polynomial.cpp index a1d1d1700..6e18ef15d 100644 --- a/c++/som/numerics/polynomial.cpp +++ b/c++/som/numerics/polynomial.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/numerics/polynomial.hpp b/c++/som/numerics/polynomial.hpp index c8f4ab91b..4fa210dcd 100644 --- a/c++/som/numerics/polynomial.hpp +++ b/c++/som/numerics/polynomial.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/numerics/simpson.hpp b/c++/som/numerics/simpson.hpp index e54cede09..d15955017 100644 --- a/c++/som/numerics/simpson.hpp +++ b/c++/som/numerics/simpson.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/numerics/spline.cpp b/c++/som/numerics/spline.cpp index c04afed57..0fdb89833 100644 --- a/c++/som/numerics/spline.cpp +++ b/c++/som/numerics/spline.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/numerics/spline.hpp b/c++/som/numerics/spline.hpp index 5d7b252f1..74cabc550 100644 --- a/c++/som/numerics/spline.hpp +++ b/c++/som/numerics/spline.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/rectangle.cpp b/c++/som/rectangle.cpp index daaa630bd..27abf55f5 100644 --- a/c++/som/rectangle.cpp +++ b/c++/som/rectangle.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/rectangle.hpp b/c++/som/rectangle.hpp index 5976bd5d9..e32934426 100644 --- a/c++/som/rectangle.hpp +++ b/c++/som/rectangle.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/solution_functionals/fit_quality.cpp b/c++/som/solution_functionals/fit_quality.cpp index 3ff6f11e1..faa2c5a4b 100644 --- a/c++/som/solution_functionals/fit_quality.cpp +++ b/c++/som/solution_functionals/fit_quality.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/solution_functionals/fit_quality.hpp b/c++/som/solution_functionals/fit_quality.hpp index e6a5c6158..dcc1e87f4 100644 --- a/c++/som/solution_functionals/fit_quality.hpp +++ b/c++/som/solution_functionals/fit_quality.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/solution_functionals/objective_function.cpp b/c++/som/solution_functionals/objective_function.cpp index fabca5448..a94e0a941 100644 --- a/c++/som/solution_functionals/objective_function.cpp +++ b/c++/som/solution_functionals/objective_function.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/solution_functionals/objective_function.hpp b/c++/som/solution_functionals/objective_function.hpp index 5eda2b939..958e09391 100644 --- a/c++/som/solution_functionals/objective_function.hpp +++ b/c++/som/solution_functionals/objective_function.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/solution_worker.cpp b/c++/som/solution_worker.cpp index 12efbba7f..c36518a0b 100644 --- a/c++/som/solution_worker.cpp +++ b/c++/som/solution_worker.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/solution_worker.hpp b/c++/som/solution_worker.hpp index 0c54804da..aeb48b8bc 100644 --- a/c++/som/solution_worker.hpp +++ b/c++/som/solution_worker.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/som_core/accumulate.cpp b/c++/som/som_core/accumulate.cpp index 06cbee1ea..59f292a57 100644 --- a/c++/som/som_core/accumulate.cpp +++ b/c++/som/som_core/accumulate.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/som_core/adjust_f.cpp b/c++/som/som_core/adjust_f.cpp index 84ba75952..e7c4ad65b 100644 --- a/c++/som/som_core/adjust_f.cpp +++ b/c++/som/som_core/adjust_f.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/som_core/common.hxx b/c++/som/som_core/common.hxx index fec24bf90..303f336b7 100644 --- a/c++/som/som_core/common.hxx +++ b/c++/som/som_core/common.hxx @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/som_core/constructors.cpp b/c++/som/som_core/constructors.cpp index c219e2be8..eacf0ba7b 100644 --- a/c++/som/som_core/constructors.cpp +++ b/c++/som/som_core/constructors.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/som_core/final_solution.cpp b/c++/som/som_core/final_solution.cpp index 77aa58e83..22693edd5 100644 --- a/c++/som/som_core/final_solution.cpp +++ b/c++/som/som_core/final_solution.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/som_core/output.cpp b/c++/som/som_core/output.cpp index 0eef73c26..f893a966d 100644 --- a/c++/som/som_core/output.cpp +++ b/c++/som/som_core/output.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/som_core/parameters.hpp b/c++/som/som_core/parameters.hpp index b65cc31da..c87f6a466 100644 --- a/c++/som/som_core/parameters.hpp +++ b/c++/som/som_core/parameters.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/som_core/som_core.cpp b/c++/som/som_core/som_core.cpp index 2747cfcaf..bb75069ad 100644 --- a/c++/som/som_core/som_core.cpp +++ b/c++/som/som_core/som_core.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/som_core/som_core.hpp b/c++/som/som_core/som_core.hpp index 240abba0d..acccdddff 100644 --- a/c++/som/som_core/som_core.hpp +++ b/c++/som/som_core/som_core.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/spectral_stats.cpp b/c++/som/spectral_stats.cpp index f746b1147..129faf1c9 100644 --- a/c++/som/spectral_stats.cpp +++ b/c++/som/spectral_stats.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/spectral_stats.hpp b/c++/som/spectral_stats.hpp index 3ced57dbd..ececa58c6 100644 --- a/c++/som/spectral_stats.hpp +++ b/c++/som/spectral_stats.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/update_cc.cpp b/c++/som/update_cc.cpp index fa98691a7..5cffe54eb 100644 --- a/c++/som/update_cc.cpp +++ b/c++/som/update_cc.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/update_cc.hpp b/c++/som/update_cc.hpp index 913482ca5..00c0ec135 100644 --- a/c++/som/update_cc.hpp +++ b/c++/som/update_cc.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/updates_class1.cpp b/c++/som/updates_class1.cpp index 0a484f2bf..764a05ae9 100644 --- a/c++/som/updates_class1.cpp +++ b/c++/som/updates_class1.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/updates_class1.hpp b/c++/som/updates_class1.hpp index 25f2a0eda..8c097c1ce 100644 --- a/c++/som/updates_class1.hpp +++ b/c++/som/updates_class1.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/updates_class2.cpp b/c++/som/updates_class2.cpp index e50311b09..c9c1d1094 100644 --- a/c++/som/updates_class2.cpp +++ b/c++/som/updates_class2.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/updates_class2.hpp b/c++/som/updates_class2.hpp index 668e5e642..93fffa65b 100644 --- a/c++/som/updates_class2.hpp +++ b/c++/som/updates_class2.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/worker_parameters.cpp b/c++/som/worker_parameters.cpp index 6e6e500cd..c7d58094b 100644 --- a/c++/som/worker_parameters.cpp +++ b/c++/som/worker_parameters.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/c++/som/worker_parameters.hpp b/c++/som/worker_parameters.hpp index 7056a1c11..ebc162b5d 100644 --- a/c++/som/worker_parameters.hpp +++ b/c++/som/worker_parameters.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index af38ea313..742c33760 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/doc/conf.py.in b/doc/conf.py.in index e4b6d512b..3b2c5e878 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -45,7 +45,7 @@ autosummary_imported_members = False project = 'SOM' version = '@PROJECT_VERSION@' -copyright = '2016-2023, Igor Krivenko' +copyright = '2016-2024, Igor Krivenko' templates_path = ['@CMAKE_CURRENT_SOURCE_DIR@/_templates'] diff --git a/python/som/CMakeLists.txt b/python/som/CMakeLists.txt index 592428fde..e74ffa951 100644 --- a/python/som/CMakeLists.txt +++ b/python/som/CMakeLists.txt @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/python/som/__init__.py b/python/som/__init__.py index 49801b4cc..aab00554a 100644 --- a/python/som/__init__.py +++ b/python/som/__init__.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/python/som/som.py b/python/som/som.py index 7d7d40c6e..2e8509a08 100644 --- a/python/som/som.py +++ b/python/som/som.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/python/som/som_core_desc.py b/python/som/som_core_desc.py index eeb1e2d53..53974e204 100644 --- a/python/som/som_core_desc.py +++ b/python/som/som_core_desc.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/python/som/spectral_stats_desc.py b/python/som/spectral_stats_desc.py index c33760eb6..b5bac3d10 100644 --- a/python/som/spectral_stats_desc.py +++ b/python/som/spectral_stats_desc.py @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/python/som/version.py.in b/python/som/version.py.in index c9ea17b13..dbb0117b9 100644 --- a/python/som/version.py.in +++ b/python/som/version.py.in @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/share/CMakeLists.txt b/share/CMakeLists.txt index 3689fd194..bded64c22 100644 --- a/share/CMakeLists.txt +++ b/share/CMakeLists.txt @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/share/cmake/CMakeLists.txt b/share/cmake/CMakeLists.txt index b6b03961a..46a698b72 100644 --- a/share/cmake/CMakeLists.txt +++ b/share/cmake/CMakeLists.txt @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/share/cmake/Modules/FindMySTParser.cmake b/share/cmake/Modules/FindMySTParser.cmake index 850d7fb67..ad896d5c6 100644 --- a/share/cmake/Modules/FindMySTParser.cmake +++ b/share/cmake/Modules/FindMySTParser.cmake @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/share/cmake/Modules/FindPythonModule.cmake b/share/cmake/Modules/FindPythonModule.cmake index 1a2b7cd20..3af2683b9 100644 --- a/share/cmake/Modules/FindPythonModule.cmake +++ b/share/cmake/Modules/FindPythonModule.cmake @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/share/cmake/Modules/FindSphinxRTDTheme.cmake b/share/cmake/Modules/FindSphinxRTDTheme.cmake index c76b009dc..ebed12d8e 100644 --- a/share/cmake/Modules/FindSphinxRTDTheme.cmake +++ b/share/cmake/Modules/FindSphinxRTDTheme.cmake @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/share/cmake/som-config-version.cmake.in b/share/cmake/som-config-version.cmake.in index c567fd0f3..d28b5862c 100644 --- a/share/cmake/som-config-version.cmake.in +++ b/share/cmake/som-config-version.cmake.in @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/share/cmake/som-config.cmake.in b/share/cmake/som-config.cmake.in index 747cc52a8..2b9338009 100644 --- a/share/cmake/som-config.cmake.in +++ b/share/cmake/som-config.cmake.in @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index d985feb76..a1fdca5b7 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/test/c++/CMakeLists.txt b/test/c++/CMakeLists.txt index 9bb04d48b..ac7ca972a 100644 --- a/test/c++/CMakeLists.txt +++ b/test/c++/CMakeLists.txt @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/test/c++/configuration.cpp b/test/c++/configuration.cpp index d23e79da0..00647dd47 100644 --- a/test/c++/configuration.cpp +++ b/test/c++/configuration.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/test/c++/global_index_map.cpp b/test/c++/global_index_map.cpp index b3b9d57e4..361575095 100644 --- a/test/c++/global_index_map.cpp +++ b/test/c++/global_index_map.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/test/c++/kernels_bosonautocorr.cpp b/test/c++/kernels_bosonautocorr.cpp index 7a6872d4f..b758f6e50 100644 --- a/test/c++/kernels_bosonautocorr.cpp +++ b/test/c++/kernels_bosonautocorr.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/test/c++/kernels_bosoncorr.cpp b/test/c++/kernels_bosoncorr.cpp index cc1d682ce..76e40c15f 100644 --- a/test/c++/kernels_bosoncorr.cpp +++ b/test/c++/kernels_bosoncorr.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/test/c++/kernels_fermiongf.cpp b/test/c++/kernels_fermiongf.cpp index 1778d2da7..edc3feede 100644 --- a/test/c++/kernels_fermiongf.cpp +++ b/test/c++/kernels_fermiongf.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/test/c++/kernels_fermiongfsymm.cpp b/test/c++/kernels_fermiongfsymm.cpp index 7b6438c35..b4f3069ad 100644 --- a/test/c++/kernels_fermiongfsymm.cpp +++ b/test/c++/kernels_fermiongfsymm.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/test/c++/kernels_zerotemp.cpp b/test/c++/kernels_zerotemp.cpp index ef5aa9f0c..5fa23be8a 100644 --- a/test/c++/kernels_zerotemp.cpp +++ b/test/c++/kernels_zerotemp.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/test/c++/numerics/CMakeLists.txt b/test/c++/numerics/CMakeLists.txt index 2179f9569..27b487bae 100644 --- a/test/c++/numerics/CMakeLists.txt +++ b/test/c++/numerics/CMakeLists.txt @@ -2,7 +2,7 @@ # # SOM: Stochastic Optimization Method for Analytic Continuation # -# Copyright (C) 2016-2023 Igor Krivenko +# Copyright (C) 2016-2024 Igor Krivenko # # SOM is free software: you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software diff --git a/test/c++/numerics/dilog.cpp b/test/c++/numerics/dilog.cpp index af6cab04e..e39602fbb 100644 --- a/test/c++/numerics/dilog.cpp +++ b/test/c++/numerics/dilog.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/test/c++/numerics/ecqp_worker.cpp b/test/c++/numerics/ecqp_worker.cpp index dd69af299..c7887b632 100644 --- a/test/c++/numerics/ecqp_worker.cpp +++ b/test/c++/numerics/ecqp_worker.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/test/c++/numerics/expabs_distribution.cpp b/test/c++/numerics/expabs_distribution.cpp index 167eccd5b..546be3c02 100644 --- a/test/c++/numerics/expabs_distribution.cpp +++ b/test/c++/numerics/expabs_distribution.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/test/c++/numerics/finite_diff.cpp b/test/c++/numerics/finite_diff.cpp index ef14d7c3c..2834b6261 100644 --- a/test/c++/numerics/finite_diff.cpp +++ b/test/c++/numerics/finite_diff.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/test/c++/numerics/lls_worker.cpp b/test/c++/numerics/lls_worker.cpp index 834c7bcf2..f4f245300 100644 --- a/test/c++/numerics/lls_worker.cpp +++ b/test/c++/numerics/lls_worker.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/test/c++/numerics/polynomial.cpp b/test/c++/numerics/polynomial.cpp index 534ab8e3f..a772b9004 100644 --- a/test/c++/numerics/polynomial.cpp +++ b/test/c++/numerics/polynomial.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/test/c++/numerics/simpson.cpp b/test/c++/numerics/simpson.cpp index 9548cad43..6796d4358 100644 --- a/test/c++/numerics/simpson.cpp +++ b/test/c++/numerics/simpson.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/test/c++/numerics/spline.cpp b/test/c++/numerics/spline.cpp index 052e1f3de..e76dd4b58 100644 --- a/test/c++/numerics/spline.cpp +++ b/test/c++/numerics/spline.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/test/c++/objective_function.cpp b/test/c++/objective_function.cpp index d87b4a6c8..d3e06780e 100644 --- a/test/c++/objective_function.cpp +++ b/test/c++/objective_function.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/test/c++/solution_worker.cpp b/test/c++/solution_worker.cpp index 0153e5017..858d312e6 100644 --- a/test/c++/solution_worker.cpp +++ b/test/c++/solution_worker.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/test/c++/spectral_stats.cpp b/test/c++/spectral_stats.cpp index b16c51f0d..8bbe01074 100644 --- a/test/c++/spectral_stats.cpp +++ b/test/c++/spectral_stats.cpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software diff --git a/test/c++/test_kernel.hpp b/test/c++/test_kernel.hpp index d5860f01d..2fde5a7e7 100644 --- a/test/c++/test_kernel.hpp +++ b/test/c++/test_kernel.hpp @@ -2,7 +2,7 @@ * * SOM: Stochastic Optimization Method for Analytic Continuation * - * Copyright (C) 2016-2023 Igor Krivenko + * Copyright (C) 2016-2024 Igor Krivenko * * SOM is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software