From 98e02dbf5d57546f1af8cb3feeecf33f15f28c61 Mon Sep 17 00:00:00 2001 From: Philipp Arras <parras@mpa-garching.mpg.de> Date: Wed, 24 Mar 2021 09:02:22 +0100 Subject: [PATCH] Copyright --- src/library/special_distributions.py | 2 +- test/test_operators/test_jacobian.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/library/special_distributions.py b/src/library/special_distributions.py index a08435cae..d4d2d9de0 100644 --- a/src/library/special_distributions.py +++ b/src/library/special_distributions.py @@ -11,7 +11,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Copyright(C) 2013-2019 Max-Planck-Society +# Copyright(C) 2013-2021 Max-Planck-Society # # NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik. diff --git a/test/test_operators/test_jacobian.py b/test/test_operators/test_jacobian.py index 66eeb7b9c..b47524d02 100644 --- a/test/test_operators/test_jacobian.py +++ b/test/test_operators/test_jacobian.py @@ -11,7 +11,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Copyright(C) 2013-2020 Max-Planck-Society +# Copyright(C) 2013-2021 Max-Planck-Society # # NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik. -- GitLab