From 740e6374d18086b5f58960702978b44d62eb5686 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Tue, 28 Jan 2020 12:57:35 +0100 Subject: [PATCH] Updated copyright year. --- gprMax/utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprMax/utilities.py b/gprMax/utilities.py index 198e2496..4551eb92 100644 --- a/gprMax/utilities.py +++ b/gprMax/utilities.py @@ -63,7 +63,7 @@ def logo(version): """ description = '\n=== Electromagnetic modelling software based on the Finite-Difference Time-Domain (FDTD) method' - copyright = 'Copyright (C) 2015-2019: The University of Edinburgh' + copyright = 'Copyright (C) 2015-2020: The University of Edinburgh' authors = 'Authors: Craig Warren and Antonis Giannopoulos' licenseinfo1 = 'gprMax 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 Foundation, either version 3 of the License, or (at your option) any later version.\n' licenseinfo2 = 'gprMax is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.'