From b9a170604555ce2879a4a51ac4520ad43124948e Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Wed, 5 Jan 2022 16:40:49 +0000 Subject: [PATCH] Updated copyright to 2022. --- CREDITS | 2 +- gprMax/cmds_geometry/add_grass.py | 2 +- gprMax/cmds_geometry/add_surface_roughness.py | 2 +- gprMax/cmds_geometry/add_surface_water.py | 2 +- gprMax/cmds_geometry/box.py | 2 +- gprMax/cmds_geometry/build_templates.py | 2 +- gprMax/cmds_geometry/cmds_geometry.py | 2 +- gprMax/cmds_geometry/cylinder.py | 2 +- gprMax/cmds_geometry/cylindrical_sector.py | 2 +- gprMax/cmds_geometry/edge.py | 2 +- gprMax/cmds_geometry/fractal_box.py | 2 +- gprMax/cmds_geometry/fractal_box_builder.py | 2 +- gprMax/cmds_geometry/geometry_objects_read.py | 2 +- gprMax/cmds_geometry/plate.py | 2 +- gprMax/cmds_geometry/sphere.py | 2 +- gprMax/cmds_geometry/triangle.py | 2 +- gprMax/cmds_multiuse.py | 2 +- gprMax/cmds_singleuse.py | 2 +- gprMax/config.pxd | 2 +- gprMax/config.py | 2 +- gprMax/contexts.py | 2 +- gprMax/cuda/fields_updates.py | 2 +- gprMax/cuda/pml_updates_electric_HORIPML.py | 2 +- gprMax/cuda/pml_updates_electric_MRIPML.py | 2 +- gprMax/cuda/pml_updates_magnetic_HORIPML.py | 2 +- gprMax/cuda/pml_updates_magnetic_MRIPML.py | 2 +- gprMax/cuda/snapshots.py | 2 +- gprMax/cuda/source_updates.py | 2 +- gprMax/cython/fields_updates_hsg.pyx | 2 +- gprMax/cython/fields_updates_normal.pyx | 2 +- gprMax/cython/fractals_generate.pyx | 2 +- gprMax/cython/geometry_outputs.pyx | 2 +- gprMax/cython/geometry_primitives.pyx | 2 +- gprMax/cython/pml_updates_electric_HORIPML.pyx | 2 +- gprMax/cython/pml_updates_electric_MRIPML.pyx | 2 +- gprMax/cython/pml_updates_magnetic_HORIPML.pyx | 2 +- gprMax/cython/pml_updates_magnetic_MRIPML.pyx | 2 +- gprMax/cython/snapshots.pyx | 2 +- gprMax/cython/yee_cell_build.pyx | 2 +- gprMax/cython/yee_cell_setget_rigid.pxd | 2 +- gprMax/cython/yee_cell_setget_rigid.pyx | 2 +- gprMax/fields_outputs.py | 2 +- gprMax/fractals.py | 2 +- gprMax/geometry_outputs.py | 2 +- gprMax/gprMax.py | 2 +- gprMax/grid.py | 2 +- gprMax/hash_cmds_file.py | 2 +- gprMax/hash_cmds_geometry.py | 2 +- gprMax/hash_cmds_multiuse.py | 2 +- gprMax/hash_cmds_singleuse.py | 2 +- gprMax/materials.py | 2 +- gprMax/model_build_run.py | 2 +- gprMax/mpi.py | 2 +- gprMax/pml.py | 2 +- gprMax/receivers.py | 2 +- gprMax/scene.py | 2 +- gprMax/snapshots.py | 2 +- gprMax/solvers.py | 2 +- gprMax/sources.py | 2 +- gprMax/subgrids/base.py | 2 +- gprMax/subgrids/multi.py | 2 +- gprMax/subgrids/precursor_nodes.py | 2 +- gprMax/subgrids/subgrid_hsg.py | 2 +- gprMax/subgrids/updates.py | 2 +- gprMax/subgrids/user_objects.py | 2 +- gprMax/templates/fields_updates_dispersive_template | 2 +- gprMax/updates.py | 2 +- gprMax/user_inputs.py | 2 +- gprMax/utilities/host_info.py | 2 +- gprMax/utilities/logging.py | 2 +- gprMax/utilities/utilities.py | 2 +- gprMax/waveforms.py | 2 +- setup.py | 2 +- tests/analytical_solutions.py | 2 +- tests/benchmarking/plot_benchmark.py | 2 +- tests/test_experimental.py | 2 +- tests/test_models.py | 2 +- tools/Paraview macros/etvk_lines.py | 2 +- tools/Paraview macros/etvk_voxels.py | 2 +- tools/Paraview macros/gprMax.py | 2 +- tools/convert_png2h5.py | 2 +- tools/inputfile_old2new.py | 2 +- tools/outputfiles_merge.py | 2 +- tools/plot_Ascan.py | 2 +- tools/plot_Bscan.py | 2 +- tools/plot_antenna_params.py | 2 +- tools/plot_antenna_params_UtEl.py | 2 +- tools/plot_source_wave.py | 2 +- 88 files changed, 88 insertions(+), 88 deletions(-) diff --git a/CREDITS b/CREDITS index 6239bf7b..2e89f755 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, Antonis Giannopoulos, and John Hartley # # This is the official list of entities and people who have contributed to gprMax. diff --git a/gprMax/cmds_geometry/add_grass.py b/gprMax/cmds_geometry/add_grass.py index 0afac32f..f0c329a0 100644 --- a/gprMax/cmds_geometry/add_grass.py +++ b/gprMax/cmds_geometry/add_grass.py @@ -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/cmds_geometry/add_surface_roughness.py b/gprMax/cmds_geometry/add_surface_roughness.py index b594d760..65a7dd76 100644 --- a/gprMax/cmds_geometry/add_surface_roughness.py +++ b/gprMax/cmds_geometry/add_surface_roughness.py @@ -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/cmds_geometry/add_surface_water.py b/gprMax/cmds_geometry/add_surface_water.py index 54958809..9a854289 100644 --- a/gprMax/cmds_geometry/add_surface_water.py +++ b/gprMax/cmds_geometry/add_surface_water.py @@ -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/cmds_geometry/box.py b/gprMax/cmds_geometry/box.py index 7b4fa5ae..32ea68f0 100644 --- a/gprMax/cmds_geometry/box.py +++ b/gprMax/cmds_geometry/box.py @@ -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/cmds_geometry/build_templates.py b/gprMax/cmds_geometry/build_templates.py index 6300d724..d57166d4 100644 --- a/gprMax/cmds_geometry/build_templates.py +++ b/gprMax/cmds_geometry/build_templates.py @@ -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/cmds_geometry/cmds_geometry.py b/gprMax/cmds_geometry/cmds_geometry.py index 71725e8f..7d5c91cd 100644 --- a/gprMax/cmds_geometry/cmds_geometry.py +++ b/gprMax/cmds_geometry/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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/gprMax/cmds_geometry/cylinder.py b/gprMax/cmds_geometry/cylinder.py index 2349ad11..6450e845 100644 --- a/gprMax/cmds_geometry/cylinder.py +++ b/gprMax/cmds_geometry/cylinder.py @@ -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/cmds_geometry/cylindrical_sector.py b/gprMax/cmds_geometry/cylindrical_sector.py index 4cdc3274..b53838b4 100644 --- a/gprMax/cmds_geometry/cylindrical_sector.py +++ b/gprMax/cmds_geometry/cylindrical_sector.py @@ -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/cmds_geometry/edge.py b/gprMax/cmds_geometry/edge.py index ee065820..4332e83f 100644 --- a/gprMax/cmds_geometry/edge.py +++ b/gprMax/cmds_geometry/edge.py @@ -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/cmds_geometry/fractal_box.py b/gprMax/cmds_geometry/fractal_box.py index a813f234..8a8061dd 100644 --- a/gprMax/cmds_geometry/fractal_box.py +++ b/gprMax/cmds_geometry/fractal_box.py @@ -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/cmds_geometry/fractal_box_builder.py b/gprMax/cmds_geometry/fractal_box_builder.py index 1a4e6170..93abadf7 100644 --- a/gprMax/cmds_geometry/fractal_box_builder.py +++ b/gprMax/cmds_geometry/fractal_box_builder.py @@ -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/cmds_geometry/geometry_objects_read.py b/gprMax/cmds_geometry/geometry_objects_read.py index 728b5bbd..3723ef53 100644 --- a/gprMax/cmds_geometry/geometry_objects_read.py +++ b/gprMax/cmds_geometry/geometry_objects_read.py @@ -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/cmds_geometry/plate.py b/gprMax/cmds_geometry/plate.py index d9de0763..3ec56f20 100644 --- a/gprMax/cmds_geometry/plate.py +++ b/gprMax/cmds_geometry/plate.py @@ -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/cmds_geometry/sphere.py b/gprMax/cmds_geometry/sphere.py index feedb603..e594a76d 100644 --- a/gprMax/cmds_geometry/sphere.py +++ b/gprMax/cmds_geometry/sphere.py @@ -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/cmds_geometry/triangle.py b/gprMax/cmds_geometry/triangle.py index 067480d1..b50afe77 100644 --- a/gprMax/cmds_geometry/triangle.py +++ b/gprMax/cmds_geometry/triangle.py @@ -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/cmds_multiuse.py b/gprMax/cmds_multiuse.py index 53f71960..cd39fd06 100644 --- a/gprMax/cmds_multiuse.py +++ b/gprMax/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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/gprMax/cmds_singleuse.py b/gprMax/cmds_singleuse.py index 43ca0948..dac4a03a 100644 --- a/gprMax/cmds_singleuse.py +++ b/gprMax/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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/gprMax/config.pxd b/gprMax/config.pxd index 18489fc5..70fbc594 100644 --- a/gprMax/config.pxd +++ b/gprMax/config.pxd @@ -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/config.py b/gprMax/config.py index c6a0fd62..1a20ab75 100644 --- a/gprMax/config.py +++ b/gprMax/config.py @@ -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/contexts.py b/gprMax/contexts.py index a0c3e2c0..a73893b6 100644 --- a/gprMax/contexts.py +++ b/gprMax/contexts.py @@ -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/cuda/fields_updates.py b/gprMax/cuda/fields_updates.py index 5eb50559..c8e4d27e 100644 --- a/gprMax/cuda/fields_updates.py +++ b/gprMax/cuda/fields_updates.py @@ -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/cuda/pml_updates_electric_HORIPML.py b/gprMax/cuda/pml_updates_electric_HORIPML.py index 8d5966ec..c58f152d 100644 --- a/gprMax/cuda/pml_updates_electric_HORIPML.py +++ b/gprMax/cuda/pml_updates_electric_HORIPML.py @@ -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/cuda/pml_updates_electric_MRIPML.py b/gprMax/cuda/pml_updates_electric_MRIPML.py index b223411a..a2cb5f85 100644 --- a/gprMax/cuda/pml_updates_electric_MRIPML.py +++ b/gprMax/cuda/pml_updates_electric_MRIPML.py @@ -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/cuda/pml_updates_magnetic_HORIPML.py b/gprMax/cuda/pml_updates_magnetic_HORIPML.py index 44373585..6e916546 100644 --- a/gprMax/cuda/pml_updates_magnetic_HORIPML.py +++ b/gprMax/cuda/pml_updates_magnetic_HORIPML.py @@ -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/cuda/pml_updates_magnetic_MRIPML.py b/gprMax/cuda/pml_updates_magnetic_MRIPML.py index b9909b60..25907973 100644 --- a/gprMax/cuda/pml_updates_magnetic_MRIPML.py +++ b/gprMax/cuda/pml_updates_magnetic_MRIPML.py @@ -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/cuda/snapshots.py b/gprMax/cuda/snapshots.py index 5f461c40..32b0c152 100644 --- a/gprMax/cuda/snapshots.py +++ b/gprMax/cuda/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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/gprMax/cuda/source_updates.py b/gprMax/cuda/source_updates.py index 9a5276b7..ba79992e 100644 --- a/gprMax/cuda/source_updates.py +++ b/gprMax/cuda/source_updates.py @@ -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/cython/fields_updates_hsg.pyx b/gprMax/cython/fields_updates_hsg.pyx index 7a81dc58..051c0364 100644 --- a/gprMax/cython/fields_updates_hsg.pyx +++ b/gprMax/cython/fields_updates_hsg.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/cython/fields_updates_normal.pyx b/gprMax/cython/fields_updates_normal.pyx index 4c02a834..98cf6549 100644 --- a/gprMax/cython/fields_updates_normal.pyx +++ b/gprMax/cython/fields_updates_normal.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/cython/fractals_generate.pyx b/gprMax/cython/fractals_generate.pyx index 60172fbb..5094d3d6 100644 --- a/gprMax/cython/fractals_generate.pyx +++ b/gprMax/cython/fractals_generate.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/cython/geometry_outputs.pyx b/gprMax/cython/geometry_outputs.pyx index 3aec8157..fb73142b 100644 --- a/gprMax/cython/geometry_outputs.pyx +++ b/gprMax/cython/geometry_outputs.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/cython/geometry_primitives.pyx b/gprMax/cython/geometry_primitives.pyx index 85bc9cb1..3083e743 100644 --- a/gprMax/cython/geometry_primitives.pyx +++ b/gprMax/cython/geometry_primitives.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/cython/pml_updates_electric_HORIPML.pyx b/gprMax/cython/pml_updates_electric_HORIPML.pyx index 572d3d94..d2da6091 100644 --- a/gprMax/cython/pml_updates_electric_HORIPML.pyx +++ b/gprMax/cython/pml_updates_electric_HORIPML.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/cython/pml_updates_electric_MRIPML.pyx b/gprMax/cython/pml_updates_electric_MRIPML.pyx index d23d78ce..5773eeb2 100644 --- a/gprMax/cython/pml_updates_electric_MRIPML.pyx +++ b/gprMax/cython/pml_updates_electric_MRIPML.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/cython/pml_updates_magnetic_HORIPML.pyx b/gprMax/cython/pml_updates_magnetic_HORIPML.pyx index 778e5715..b5ee9f00 100644 --- a/gprMax/cython/pml_updates_magnetic_HORIPML.pyx +++ b/gprMax/cython/pml_updates_magnetic_HORIPML.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/cython/pml_updates_magnetic_MRIPML.pyx b/gprMax/cython/pml_updates_magnetic_MRIPML.pyx index 16c72cac..dc339adf 100644 --- a/gprMax/cython/pml_updates_magnetic_MRIPML.pyx +++ b/gprMax/cython/pml_updates_magnetic_MRIPML.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/cython/snapshots.pyx b/gprMax/cython/snapshots.pyx index 710abef3..641493b2 100644 --- a/gprMax/cython/snapshots.pyx +++ b/gprMax/cython/snapshots.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/cython/yee_cell_build.pyx b/gprMax/cython/yee_cell_build.pyx index 686422f4..0424552a 100644 --- a/gprMax/cython/yee_cell_build.pyx +++ b/gprMax/cython/yee_cell_build.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/cython/yee_cell_setget_rigid.pxd b/gprMax/cython/yee_cell_setget_rigid.pxd index 62982f30..0d7d49f8 100644 --- a/gprMax/cython/yee_cell_setget_rigid.pxd +++ b/gprMax/cython/yee_cell_setget_rigid.pxd @@ -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/cython/yee_cell_setget_rigid.pyx b/gprMax/cython/yee_cell_setget_rigid.pyx index 9da15f9e..a1b8cd1f 100644 --- a/gprMax/cython/yee_cell_setget_rigid.pyx +++ b/gprMax/cython/yee_cell_setget_rigid.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 7fc72d10..53a40254 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/gprMax/fractals.py b/gprMax/fractals.py index f7c1ebef..1fa2bf0b 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/gprMax/geometry_outputs.py b/gprMax/geometry_outputs.py index 95cd9679..6d1a16c1 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/gprMax/gprMax.py b/gprMax/gprMax.py index 98cc43f3..9aacf5bc 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/gprMax/grid.py b/gprMax/grid.py index 448a7334..57f0930d 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/gprMax/hash_cmds_file.py b/gprMax/hash_cmds_file.py index 6fe08517..7f8652c7 100644 --- a/gprMax/hash_cmds_file.py +++ b/gprMax/hash_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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/gprMax/hash_cmds_geometry.py b/gprMax/hash_cmds_geometry.py index 6b98614e..4121b3b1 100644 --- a/gprMax/hash_cmds_geometry.py +++ b/gprMax/hash_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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/gprMax/hash_cmds_multiuse.py b/gprMax/hash_cmds_multiuse.py index c7381972..e3a386bd 100644 --- a/gprMax/hash_cmds_multiuse.py +++ b/gprMax/hash_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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/gprMax/hash_cmds_singleuse.py b/gprMax/hash_cmds_singleuse.py index 064cb9bf..6d76d2bb 100644 --- a/gprMax/hash_cmds_singleuse.py +++ b/gprMax/hash_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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/gprMax/materials.py b/gprMax/materials.py index 55f63b55..aa4f02ef 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/gprMax/model_build_run.py b/gprMax/model_build_run.py index 137eeeab..2cd0f437 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/gprMax/mpi.py b/gprMax/mpi.py index 9df0fb73..662b3915 100644 --- a/gprMax/mpi.py +++ b/gprMax/mpi.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021: The University of Edinburgh +# Copyright (C) 2015-2022: The University of Edinburgh # Authors: Tobias Schruff # # This file is part of gprMax. diff --git a/gprMax/pml.py b/gprMax/pml.py index d5ce0647..6a768814 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/gprMax/receivers.py b/gprMax/receivers.py index 27899c90..90c87e68 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/gprMax/scene.py b/gprMax/scene.py index c752e29f..9a63399a 100644 --- a/gprMax/scene.py +++ b/gprMax/scene.py @@ -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/snapshots.py b/gprMax/snapshots.py index 37306f6b..6dab36a0 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/gprMax/solvers.py b/gprMax/solvers.py index 3af39424..4243ff21 100644 --- a/gprMax/solvers.py +++ b/gprMax/solvers.py @@ -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/sources.py b/gprMax/sources.py index d9714c0b..09a71e49 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/gprMax/subgrids/base.py b/gprMax/subgrids/base.py index 76580989..2a39c198 100644 --- a/gprMax/subgrids/base.py +++ b/gprMax/subgrids/base.py @@ -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/subgrids/multi.py b/gprMax/subgrids/multi.py index a070c5f8..f60f5050 100644 --- a/gprMax/subgrids/multi.py +++ b/gprMax/subgrids/multi.py @@ -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/subgrids/precursor_nodes.py b/gprMax/subgrids/precursor_nodes.py index 2049c2c2..8031acaf 100644 --- a/gprMax/subgrids/precursor_nodes.py +++ b/gprMax/subgrids/precursor_nodes.py @@ -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/subgrids/subgrid_hsg.py b/gprMax/subgrids/subgrid_hsg.py index a65b2030..e96b174e 100644 --- a/gprMax/subgrids/subgrid_hsg.py +++ b/gprMax/subgrids/subgrid_hsg.py @@ -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/subgrids/updates.py b/gprMax/subgrids/updates.py index af1ed105..d8c94d52 100644 --- a/gprMax/subgrids/updates.py +++ b/gprMax/subgrids/updates.py @@ -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/subgrids/user_objects.py b/gprMax/subgrids/user_objects.py index 74883e85..498dc619 100644 --- a/gprMax/subgrids/user_objects.py +++ b/gprMax/subgrids/user_objects.py @@ -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/templates/fields_updates_dispersive_template b/gprMax/templates/fields_updates_dispersive_template index be9d2465..d28bca3d 100644 --- a/gprMax/templates/fields_updates_dispersive_template +++ b/gprMax/templates/fields_updates_dispersive_template @@ -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/updates.py b/gprMax/updates.py index 974f79cd..f1e64acf 100644 --- a/gprMax/updates.py +++ b/gprMax/updates.py @@ -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/user_inputs.py b/gprMax/user_inputs.py index edd0b4b4..5b22b5ea 100644 --- a/gprMax/user_inputs.py +++ b/gprMax/user_inputs.py @@ -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/utilities/host_info.py b/gprMax/utilities/host_info.py index c2f45dc3..8d466dc1 100644 --- a/gprMax/utilities/host_info.py +++ b/gprMax/utilities/host_info.py @@ -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/utilities/logging.py b/gprMax/utilities/logging.py index 2745b8f6..b1278bfe 100644 --- a/gprMax/utilities/logging.py +++ b/gprMax/utilities/logging.py @@ -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/utilities/utilities.py b/gprMax/utilities/utilities.py index 214e4364..76b1f6d7 100644 --- a/gprMax/utilities/utilities.py +++ b/gprMax/utilities/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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/gprMax/waveforms.py b/gprMax/waveforms.py index fb1b9d13..5df393fa 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/setup.py b/setup.py index d1b9c9ca..115a9778 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/tests/analytical_solutions.py b/tests/analytical_solutions.py index 56392f67..1b1a3996 100644 --- a/tests/analytical_solutions.py +++ b/tests/analytical_solutions.py @@ -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/tests/benchmarking/plot_benchmark.py b/tests/benchmarking/plot_benchmark.py index 83932c5e..54cfc3a7 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/tests/test_experimental.py b/tests/test_experimental.py index 0f3234b7..df072cb5 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/tests/test_models.py b/tests/test_models.py index 8d9eb4ea..90804c42 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/tools/Paraview macros/etvk_lines.py b/tools/Paraview macros/etvk_lines.py index 5ca3ee5f..5b07c44d 100644 --- a/tools/Paraview macros/etvk_lines.py +++ b/tools/Paraview macros/etvk_lines.py @@ -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/tools/Paraview macros/etvk_voxels.py b/tools/Paraview macros/etvk_voxels.py index 16512a9e..a4a0f719 100644 --- a/tools/Paraview macros/etvk_voxels.py +++ b/tools/Paraview macros/etvk_voxels.py @@ -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/tools/Paraview macros/gprMax.py b/tools/Paraview macros/gprMax.py index e9a269fc..ff6dcc9e 100644 --- a/tools/Paraview macros/gprMax.py +++ b/tools/Paraview macros/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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/tools/convert_png2h5.py b/tools/convert_png2h5.py index 68d10f71..1e6a5567 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/tools/inputfile_old2new.py b/tools/inputfile_old2new.py index 61e985b3..76b59137 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/tools/outputfiles_merge.py b/tools/outputfiles_merge.py index 6e7efca9..d55fd800 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/tools/plot_Ascan.py b/tools/plot_Ascan.py index 2269ec8c..883bdf04 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/tools/plot_Bscan.py b/tools/plot_Bscan.py index 104d0fa1..671dba37 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/tools/plot_antenna_params.py b/tools/plot_antenna_params.py index 3ddf161a..213723b8 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax. diff --git a/tools/plot_antenna_params_UtEl.py b/tools/plot_antenna_params_UtEl.py index 448895d2..23801f0a 100644 --- a/tools/plot_antenna_params_UtEl.py +++ b/tools/plot_antenna_params_UtEl.py @@ -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/tools/plot_source_wave.py b/tools/plot_source_wave.py index b456a2a1..5eabcf94 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, Antonis Giannopoulos, and John Hartley # # This file is part of gprMax.