From a67c9c23aec786375514c9339d575ba5cc454980 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Fri, 24 Mar 2023 11:51:49 +0000 Subject: [PATCH] Updated copyright year --- CREDITS | 2 +- setup.py | 2 +- toolboxes/DebyeFit/Debye_Fit.py | 2 +- toolboxes/DebyeFit/optimization.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CREDITS b/CREDITS index 2616b0a7..2c51d427 100644 --- a/CREDITS +++ b/CREDITS @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2022: The University of Edinburgh, United Kingdom +# Copyright (C) 2015-2023: The University of Edinburgh, United Kingdom # Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # # This is the official list of entities and people who have contributed to gprMax. diff --git a/setup.py b/setup.py index ba88815a..3f7d9c52 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2022: The University of Edinburgh, United Kingdom +# Copyright (C) 2015-2023: The University of Edinburgh, United Kingdom # Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/toolboxes/DebyeFit/Debye_Fit.py b/toolboxes/DebyeFit/Debye_Fit.py index 91149ae5..362b8950 100644 --- a/toolboxes/DebyeFit/Debye_Fit.py +++ b/toolboxes/DebyeFit/Debye_Fit.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2022, Iraklis Giannakis and Sylwia Majchrowska +# Copyright (C) 2015-2023, Iraklis Giannakis and Sylwia Majchrowska # # This module is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. # To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/. diff --git a/toolboxes/DebyeFit/optimization.py b/toolboxes/DebyeFit/optimization.py index 793dfe31..a2828e37 100644 --- a/toolboxes/DebyeFit/optimization.py +++ b/toolboxes/DebyeFit/optimization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2022, Iraklis Giannakis and Sylwia Majchrowska +# Copyright (C) 2015-2023, Iraklis Giannakis and Sylwia Majchrowska # # This module is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. # To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.