diff --git a/CREDITS b/CREDITS index 591b29c2..1b826c89 100644 --- a/CREDITS +++ b/CREDITS @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This is the official list of entities and people who have contributed to gprMax. diff --git a/gprMax/constants.pxd b/gprMax/constants.pxd index 73214d05..3fb4c629 100644 --- a/gprMax/constants.pxd +++ b/gprMax/constants.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/constants.py b/gprMax/constants.py index 9a9789a4..9c623b5e 100644 --- a/gprMax/constants.py +++ b/gprMax/constants.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/cython/fields_updates_dispersive.pyx b/gprMax/cython/fields_updates_dispersive.pyx index 1624041a..9bca18e5 100644 --- a/gprMax/cython/fields_updates_dispersive.pyx +++ b/gprMax/cython/fields_updates_dispersive.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/gprMax/fields_outputs.py b/gprMax/fields_outputs.py index a11d917c..d38b9a77 100644 --- a/gprMax/fields_outputs.py +++ b/gprMax/fields_outputs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/fields_updates_ext.pyx b/gprMax/fields_updates_ext.pyx index 09a32709..92b4482b 100644 --- a/gprMax/fields_updates_ext.pyx +++ b/gprMax/fields_updates_ext.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/fields_updates_gpu.py b/gprMax/fields_updates_gpu.py index b5f0630e..5aa04bed 100644 --- a/gprMax/fields_updates_gpu.py +++ b/gprMax/fields_updates_gpu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/fractals.py b/gprMax/fractals.py index 2e6b6042..f68e1d49 100644 --- a/gprMax/fractals.py +++ b/gprMax/fractals.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/fractals_generate_ext.pyx b/gprMax/fractals_generate_ext.pyx index 3cd1ff14..7ff4043b 100644 --- a/gprMax/fractals_generate_ext.pyx +++ b/gprMax/fractals_generate_ext.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/geometry_outputs.py b/gprMax/geometry_outputs.py index c12026f2..de7652f7 100644 --- a/gprMax/geometry_outputs.py +++ b/gprMax/geometry_outputs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/geometry_outputs_ext.pyx b/gprMax/geometry_outputs_ext.pyx index 65108165..a2747dc1 100644 --- a/gprMax/geometry_outputs_ext.pyx +++ b/gprMax/geometry_outputs_ext.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/geometry_primitives_ext.pyx b/gprMax/geometry_primitives_ext.pyx index a315f177..33abd13a 100644 --- a/gprMax/geometry_primitives_ext.pyx +++ b/gprMax/geometry_primitives_ext.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/gprMax.py b/gprMax/gprMax.py index d32e6bc1..80fa4f36 100644 --- a/gprMax/gprMax.py +++ b/gprMax/gprMax.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/grid.py b/gprMax/grid.py index dfe78c8c..00d01b77 100644 --- a/gprMax/grid.py +++ b/gprMax/grid.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/input_cmd_funcs.py b/gprMax/input_cmd_funcs.py index 6d02a59a..fe161d10 100644 --- a/gprMax/input_cmd_funcs.py +++ b/gprMax/input_cmd_funcs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/input_cmds_file.py b/gprMax/input_cmds_file.py index 622f23ca..e521ff9b 100644 --- a/gprMax/input_cmds_file.py +++ b/gprMax/input_cmds_file.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/input_cmds_geometry.py b/gprMax/input_cmds_geometry.py index 86fd4514..10bcce29 100644 --- a/gprMax/input_cmds_geometry.py +++ b/gprMax/input_cmds_geometry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/input_cmds_multiuse.py b/gprMax/input_cmds_multiuse.py index f1f0a8a6..b162283b 100644 --- a/gprMax/input_cmds_multiuse.py +++ b/gprMax/input_cmds_multiuse.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/input_cmds_singleuse.py b/gprMax/input_cmds_singleuse.py index f1ba2503..0e6c272a 100644 --- a/gprMax/input_cmds_singleuse.py +++ b/gprMax/input_cmds_singleuse.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/materials.py b/gprMax/materials.py index ba0be158..e07764cf 100644 --- a/gprMax/materials.py +++ b/gprMax/materials.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/model_build_run.py b/gprMax/model_build_run.py index 575770f6..1d8ab696 100644 --- a/gprMax/model_build_run.py +++ b/gprMax/model_build_run.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/optimisation_taguchi.py b/gprMax/optimisation_taguchi.py index 3128fc66..dec9e0ff 100644 --- a/gprMax/optimisation_taguchi.py +++ b/gprMax/optimisation_taguchi.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/pml.py b/gprMax/pml.py index d5fbf568..49fc4afc 100644 --- a/gprMax/pml.py +++ b/gprMax/pml.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/pml_updates/pml_updates_electric_HORIPML_ext.pyx b/gprMax/pml_updates/pml_updates_electric_HORIPML_ext.pyx index f3855064..108ddf37 100644 --- a/gprMax/pml_updates/pml_updates_electric_HORIPML_ext.pyx +++ b/gprMax/pml_updates/pml_updates_electric_HORIPML_ext.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/pml_updates/pml_updates_electric_HORIPML_gpu.py b/gprMax/pml_updates/pml_updates_electric_HORIPML_gpu.py index b3005357..2bfcbf65 100644 --- a/gprMax/pml_updates/pml_updates_electric_HORIPML_gpu.py +++ b/gprMax/pml_updates/pml_updates_electric_HORIPML_gpu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/pml_updates/pml_updates_electric_MRIPML_ext.pyx b/gprMax/pml_updates/pml_updates_electric_MRIPML_ext.pyx index 04eb0664..7dc5536f 100644 --- a/gprMax/pml_updates/pml_updates_electric_MRIPML_ext.pyx +++ b/gprMax/pml_updates/pml_updates_electric_MRIPML_ext.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/pml_updates/pml_updates_electric_MRIPML_gpu.py b/gprMax/pml_updates/pml_updates_electric_MRIPML_gpu.py index e3a4c34b..9072a8ed 100644 --- a/gprMax/pml_updates/pml_updates_electric_MRIPML_gpu.py +++ b/gprMax/pml_updates/pml_updates_electric_MRIPML_gpu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/pml_updates/pml_updates_magnetic_HORIPML_ext.pyx b/gprMax/pml_updates/pml_updates_magnetic_HORIPML_ext.pyx index 93166fee..18cd0eb9 100644 --- a/gprMax/pml_updates/pml_updates_magnetic_HORIPML_ext.pyx +++ b/gprMax/pml_updates/pml_updates_magnetic_HORIPML_ext.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/pml_updates/pml_updates_magnetic_HORIPML_gpu.py b/gprMax/pml_updates/pml_updates_magnetic_HORIPML_gpu.py index d7e862e8..fe5e5a73 100644 --- a/gprMax/pml_updates/pml_updates_magnetic_HORIPML_gpu.py +++ b/gprMax/pml_updates/pml_updates_magnetic_HORIPML_gpu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/pml_updates/pml_updates_magnetic_MRIPML_ext.pyx b/gprMax/pml_updates/pml_updates_magnetic_MRIPML_ext.pyx index fe70d374..58f6d463 100644 --- a/gprMax/pml_updates/pml_updates_magnetic_MRIPML_ext.pyx +++ b/gprMax/pml_updates/pml_updates_magnetic_MRIPML_ext.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/pml_updates/pml_updates_magnetic_MRIPML_gpu.py b/gprMax/pml_updates/pml_updates_magnetic_MRIPML_gpu.py index 2db1630c..23d0b9b4 100644 --- a/gprMax/pml_updates/pml_updates_magnetic_MRIPML_gpu.py +++ b/gprMax/pml_updates/pml_updates_magnetic_MRIPML_gpu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/receivers.py b/gprMax/receivers.py index e3fa6c6e..b840bd2d 100644 --- a/gprMax/receivers.py +++ b/gprMax/receivers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/snapshots.py b/gprMax/snapshots.py index f8ea8e7c..98e05a26 100644 --- a/gprMax/snapshots.py +++ b/gprMax/snapshots.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/snapshots_ext.pyx b/gprMax/snapshots_ext.pyx index 03f4c639..fda151d6 100644 --- a/gprMax/snapshots_ext.pyx +++ b/gprMax/snapshots_ext.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/snapshots_gpu.py b/gprMax/snapshots_gpu.py index 9fb3f33b..b9cad9b6 100644 --- a/gprMax/snapshots_gpu.py +++ b/gprMax/snapshots_gpu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/source_updates_gpu.py b/gprMax/source_updates_gpu.py index 38a0465a..ab5e1a62 100644 --- a/gprMax/source_updates_gpu.py +++ b/gprMax/source_updates_gpu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/sources.py b/gprMax/sources.py index 22973943..7607949e 100644 --- a/gprMax/sources.py +++ b/gprMax/sources.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/utilities.py b/gprMax/utilities.py index c608ac90..ac30e2ef 100644 --- a/gprMax/utilities.py +++ b/gprMax/utilities.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/waveforms.py b/gprMax/waveforms.py index 7aa10a01..1857f1b8 100644 --- a/gprMax/waveforms.py +++ b/gprMax/waveforms.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/yee_cell_build_ext.pyx b/gprMax/yee_cell_build_ext.pyx index 2aca208b..03ffc158 100644 --- a/gprMax/yee_cell_build_ext.pyx +++ b/gprMax/yee_cell_build_ext.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/yee_cell_setget_rigid_ext.pxd b/gprMax/yee_cell_setget_rigid_ext.pxd index 1afa6702..84851c1e 100644 --- a/gprMax/yee_cell_setget_rigid_ext.pxd +++ b/gprMax/yee_cell_setget_rigid_ext.pxd @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/gprMax/yee_cell_setget_rigid_ext.pyx b/gprMax/yee_cell_setget_rigid_ext.pyx index f11b5a78..33ae9454 100644 --- a/gprMax/yee_cell_setget_rigid_ext.pyx +++ b/gprMax/yee_cell_setget_rigid_ext.pyx @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/setup.py b/setup.py index 9a849496..5bff7811 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/tests/benchmarking/plot_benchmark.py b/tests/benchmarking/plot_benchmark.py index 7025e0f2..7852f30d 100644 --- a/tests/benchmarking/plot_benchmark.py +++ b/tests/benchmarking/plot_benchmark.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/tests/test_experimental.py b/tests/test_experimental.py index 4efe4246..d1674e07 100644 --- a/tests/test_experimental.py +++ b/tests/test_experimental.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/tests/test_models.py b/tests/test_models.py index c37d3b42..05aa12d1 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/tools/convert_png2h5.py b/tools/convert_png2h5.py index 08da2dbb..b82dd5ae 100644 --- a/tools/convert_png2h5.py +++ b/tools/convert_png2h5.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/tools/inputfile_old2new.py b/tools/inputfile_old2new.py index de18d938..ff6a2def 100644 --- a/tools/inputfile_old2new.py +++ b/tools/inputfile_old2new.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/tools/outputfiles_merge.py b/tools/outputfiles_merge.py index 8a469231..58fdbe8b 100644 --- a/tools/outputfiles_merge.py +++ b/tools/outputfiles_merge.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/tools/plot_Ascan.py b/tools/plot_Ascan.py index f6000fd4..5aff3ab8 100644 --- a/tools/plot_Ascan.py +++ b/tools/plot_Ascan.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/tools/plot_Bscan.py b/tools/plot_Bscan.py index 5b649ba4..270dc7b0 100644 --- a/tools/plot_Bscan.py +++ b/tools/plot_Bscan.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/tools/plot_antenna_params.py b/tools/plot_antenna_params.py index a1d3f3ad..f27bf6fd 100644 --- a/tools/plot_antenna_params.py +++ b/tools/plot_antenna_params.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. diff --git a/tools/plot_source_wave.py b/tools/plot_source_wave.py index a424a238..1648ccf9 100644 --- a/tools/plot_source_wave.py +++ b/tools/plot_source_wave.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax.