From b159eb375aaeb35b49a05d4ed6e95b150ae6fa5f Mon Sep 17 00:00:00 2001 From: craig-warren Date: Thu, 4 Jan 2024 10:41:06 +0000 Subject: [PATCH] Updated copyright year --- CREDITS | 2 +- setup.py | 2 +- testing/analytical_solutions.py | 2 +- testing/diff_output_files.py | 2 +- testing/models_pmls/pml_3D_pec_plate/plot_pml_comparison.py | 2 +- testing/models_pmls/pml_basic/plot_pml_comparison.py | 2 +- testing/test_experimental.py | 2 +- testing/test_models.py | 2 +- toolboxes/DebyeFit/Debye_Fit.py | 2 +- toolboxes/DebyeFit/optimization.py | 2 +- toolboxes/GPRAntennaModels/GSSI.py | 2 +- toolboxes/GPRAntennaModels/MALA.py | 2 +- toolboxes/Plotting/plot_Ascan.py | 2 +- toolboxes/Plotting/plot_Bscan.py | 2 +- toolboxes/Plotting/plot_antenna_params.py | 2 +- toolboxes/Plotting/plot_source_wave.py | 2 +- toolboxes/Utilities/Paraview/gprMax.py | 2 +- toolboxes/Utilities/convert_png2h5.py | 2 +- toolboxes/Utilities/get_host_spec.py | 2 +- toolboxes/Utilities/outputfiles_merge.py | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/CREDITS b/CREDITS index 387a4e10..506c8bf2 100644 --- a/CREDITS +++ b/CREDITS @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2023: The University of Edinburgh, United Kingdom +# Copyright (C) 2015-2024: 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 7c201976..743af3c6 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2023: The University of Edinburgh, United Kingdom +# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/testing/analytical_solutions.py b/testing/analytical_solutions.py index 877826d5..bbbd5f94 100644 --- a/testing/analytical_solutions.py +++ b/testing/analytical_solutions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2023: The University of Edinburgh, United Kingdom +# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/testing/diff_output_files.py b/testing/diff_output_files.py index a36a8f6a..0ee81d36 100644 --- a/testing/diff_output_files.py +++ b/testing/diff_output_files.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2023: The University of Edinburgh, United Kingdom +# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/testing/models_pmls/pml_3D_pec_plate/plot_pml_comparison.py b/testing/models_pmls/pml_3D_pec_plate/plot_pml_comparison.py index b22fecda..f958259d 100644 --- a/testing/models_pmls/pml_3D_pec_plate/plot_pml_comparison.py +++ b/testing/models_pmls/pml_3D_pec_plate/plot_pml_comparison.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2023: The University of Edinburgh, United Kingdom +# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/testing/models_pmls/pml_basic/plot_pml_comparison.py b/testing/models_pmls/pml_basic/plot_pml_comparison.py index b4baeac1..767ca972 100644 --- a/testing/models_pmls/pml_basic/plot_pml_comparison.py +++ b/testing/models_pmls/pml_basic/plot_pml_comparison.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2023: The University of Edinburgh, United Kingdom +# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/testing/test_experimental.py b/testing/test_experimental.py index b9e8f366..62118c5e 100644 --- a/testing/test_experimental.py +++ b/testing/test_experimental.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2023: The University of Edinburgh, United Kingdom +# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/testing/test_models.py b/testing/test_models.py index 4ed63baa..d24cedb9 100644 --- a/testing/test_models.py +++ b/testing/test_models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2023: The University of Edinburgh, United Kingdom +# Copyright (C) 2015-2024: 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 4df28463..47fa6aab 100644 --- a/toolboxes/DebyeFit/Debye_Fit.py +++ b/toolboxes/DebyeFit/Debye_Fit.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2023, Iraklis Giannakis and Sylwia Majchrowska +# Copyright (C) 2015-2024, 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 ff94b2f6..0953bb6f 100644 --- a/toolboxes/DebyeFit/optimization.py +++ b/toolboxes/DebyeFit/optimization.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2023, Iraklis Giannakis and Sylwia Majchrowska +# Copyright (C) 2015-2024, 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/GPRAntennaModels/GSSI.py b/toolboxes/GPRAntennaModels/GSSI.py index c0b867f7..d6d8a8ee 100644 --- a/toolboxes/GPRAntennaModels/GSSI.py +++ b/toolboxes/GPRAntennaModels/GSSI.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2023, Craig Warren +# Copyright (C) 2015-2024, Craig Warren # # 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/GPRAntennaModels/MALA.py b/toolboxes/GPRAntennaModels/MALA.py index a663df04..937ec7b0 100644 --- a/toolboxes/GPRAntennaModels/MALA.py +++ b/toolboxes/GPRAntennaModels/MALA.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2023, Craig Warren +# Copyright (C) 2015-2024, Craig Warren # # 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/Plotting/plot_Ascan.py b/toolboxes/Plotting/plot_Ascan.py index 843bcaa8..a96d2bfe 100644 --- a/toolboxes/Plotting/plot_Ascan.py +++ b/toolboxes/Plotting/plot_Ascan.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2023: The University of Edinburgh, United Kingdom +# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/toolboxes/Plotting/plot_Bscan.py b/toolboxes/Plotting/plot_Bscan.py index 7573db32..a2abb906 100644 --- a/toolboxes/Plotting/plot_Bscan.py +++ b/toolboxes/Plotting/plot_Bscan.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2023: The University of Edinburgh, United Kingdom +# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/toolboxes/Plotting/plot_antenna_params.py b/toolboxes/Plotting/plot_antenna_params.py index 03ada0d9..affe98a1 100644 --- a/toolboxes/Plotting/plot_antenna_params.py +++ b/toolboxes/Plotting/plot_antenna_params.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2023: The University of Edinburgh, United Kingdom +# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/toolboxes/Plotting/plot_source_wave.py b/toolboxes/Plotting/plot_source_wave.py index 1c25c375..2f7f6ac9 100644 --- a/toolboxes/Plotting/plot_source_wave.py +++ b/toolboxes/Plotting/plot_source_wave.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2023: The University of Edinburgh, United Kingdom +# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/toolboxes/Utilities/Paraview/gprMax.py b/toolboxes/Utilities/Paraview/gprMax.py index 52530cf9..5878be90 100644 --- a/toolboxes/Utilities/Paraview/gprMax.py +++ b/toolboxes/Utilities/Paraview/gprMax.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2023: The University of Edinburgh, United Kingdom +# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/toolboxes/Utilities/convert_png2h5.py b/toolboxes/Utilities/convert_png2h5.py index 5f9a02bf..333220f9 100644 --- a/toolboxes/Utilities/convert_png2h5.py +++ b/toolboxes/Utilities/convert_png2h5.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2023: The University of Edinburgh, United Kingdom +# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/toolboxes/Utilities/get_host_spec.py b/toolboxes/Utilities/get_host_spec.py index aa7c1412..184dfa3c 100644 --- a/toolboxes/Utilities/get_host_spec.py +++ b/toolboxes/Utilities/get_host_spec.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2023: The University of Edinburgh, United Kingdom +# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/toolboxes/Utilities/outputfiles_merge.py b/toolboxes/Utilities/outputfiles_merge.py index bd3597d7..0b9e89b0 100644 --- a/toolboxes/Utilities/outputfiles_merge.py +++ b/toolboxes/Utilities/outputfiles_merge.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2023: The University of Edinburgh, United Kingdom +# Copyright (C) 2015-2024: The University of Edinburgh, United Kingdom # Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax.