From d6de9f52d09f449a3ea7e30e405c8278b8ab72bb Mon Sep 17 00:00:00 2001 From: craig-warren Date: Thu, 4 Jan 2024 10:38:46 +0000 Subject: [PATCH] Update copyright year --- 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/cone.py | 2 +- gprMax/cmds_geometry/cylinder.py | 2 +- gprMax/cmds_geometry/cylindrical_sector.py | 2 +- gprMax/cmds_geometry/edge.py | 2 +- gprMax/cmds_geometry/ellipsoid.py | 2 +- gprMax/cmds_geometry/fractal_box.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_opencl/knl_fields_updates.py | 2 +- gprMax/cuda_opencl/knl_pml_updates_electric_HORIPML.py | 2 +- gprMax/cuda_opencl/knl_pml_updates_electric_MRIPML.py | 2 +- gprMax/cuda_opencl/knl_pml_updates_magnetic_HORIPML.py | 2 +- gprMax/cuda_opencl/knl_pml_updates_magnetic_MRIPML.py | 2 +- gprMax/cuda_opencl/knl_snapshots.py | 2 +- gprMax/cuda_opencl/knl_source_updates.py | 2 +- gprMax/cuda_opencl/knl_store_outputs.py | 2 +- gprMax/cython/fields_updates_dispersive_template.jinja | 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_build.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/grid.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/updates.py | 2 +- gprMax/user_inputs.py | 2 +- gprMax/utilities/host_info.py | 2 +- gprMax/utilities/logging.py | 2 +- gprMax/utilities/utilities.py | 4 ++-- gprMax/waveforms.py | 2 +- 73 files changed, 74 insertions(+), 74 deletions(-) diff --git a/gprMax/cmds_geometry/add_grass.py b/gprMax/cmds_geometry/add_grass.py index 9ad23844..3fa7a9f9 100644 --- a/gprMax/cmds_geometry/add_grass.py +++ b/gprMax/cmds_geometry/add_grass.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/gprMax/cmds_geometry/add_surface_roughness.py b/gprMax/cmds_geometry/add_surface_roughness.py index ea1cb7f4..0880c3b8 100644 --- a/gprMax/cmds_geometry/add_surface_roughness.py +++ b/gprMax/cmds_geometry/add_surface_roughness.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/gprMax/cmds_geometry/add_surface_water.py b/gprMax/cmds_geometry/add_surface_water.py index af3d8eab..93f60e0f 100644 --- a/gprMax/cmds_geometry/add_surface_water.py +++ b/gprMax/cmds_geometry/add_surface_water.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/gprMax/cmds_geometry/box.py b/gprMax/cmds_geometry/box.py index 9ca1b0ba..1544f7e5 100644 --- a/gprMax/cmds_geometry/box.py +++ b/gprMax/cmds_geometry/box.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/gprMax/cmds_geometry/build_templates.py b/gprMax/cmds_geometry/build_templates.py index 211511cd..e3298917 100644 --- a/gprMax/cmds_geometry/build_templates.py +++ b/gprMax/cmds_geometry/build_templates.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/gprMax/cmds_geometry/cmds_geometry.py b/gprMax/cmds_geometry/cmds_geometry.py index 0e4f28c3..00c19529 100644 --- a/gprMax/cmds_geometry/cmds_geometry.py +++ b/gprMax/cmds_geometry/cmds_geometry.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/gprMax/cmds_geometry/cone.py b/gprMax/cmds_geometry/cone.py index 18c745bd..c8f53219 100644 --- a/gprMax/cmds_geometry/cone.py +++ b/gprMax/cmds_geometry/cone.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/gprMax/cmds_geometry/cylinder.py b/gprMax/cmds_geometry/cylinder.py index 0e85fd2a..d29c015f 100644 --- a/gprMax/cmds_geometry/cylinder.py +++ b/gprMax/cmds_geometry/cylinder.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/gprMax/cmds_geometry/cylindrical_sector.py b/gprMax/cmds_geometry/cylindrical_sector.py index e30b4c28..40a9e0ce 100644 --- a/gprMax/cmds_geometry/cylindrical_sector.py +++ b/gprMax/cmds_geometry/cylindrical_sector.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/gprMax/cmds_geometry/edge.py b/gprMax/cmds_geometry/edge.py index 5ee68d29..e6a0ca88 100644 --- a/gprMax/cmds_geometry/edge.py +++ b/gprMax/cmds_geometry/edge.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/gprMax/cmds_geometry/ellipsoid.py b/gprMax/cmds_geometry/ellipsoid.py index 08ade3cb..dc4f16a1 100644 --- a/gprMax/cmds_geometry/ellipsoid.py +++ b/gprMax/cmds_geometry/ellipsoid.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/gprMax/cmds_geometry/fractal_box.py b/gprMax/cmds_geometry/fractal_box.py index 2a4c5100..d89bd346 100644 --- a/gprMax/cmds_geometry/fractal_box.py +++ b/gprMax/cmds_geometry/fractal_box.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/gprMax/cmds_geometry/geometry_objects_read.py b/gprMax/cmds_geometry/geometry_objects_read.py index 5e104476..b156e8a9 100644 --- a/gprMax/cmds_geometry/geometry_objects_read.py +++ b/gprMax/cmds_geometry/geometry_objects_read.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/gprMax/cmds_geometry/plate.py b/gprMax/cmds_geometry/plate.py index 79811cca..8ac92cb2 100644 --- a/gprMax/cmds_geometry/plate.py +++ b/gprMax/cmds_geometry/plate.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/gprMax/cmds_geometry/sphere.py b/gprMax/cmds_geometry/sphere.py index 44ffa9ed..185cac80 100644 --- a/gprMax/cmds_geometry/sphere.py +++ b/gprMax/cmds_geometry/sphere.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/gprMax/cmds_geometry/triangle.py b/gprMax/cmds_geometry/triangle.py index 56823e3b..714524c2 100644 --- a/gprMax/cmds_geometry/triangle.py +++ b/gprMax/cmds_geometry/triangle.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/gprMax/cmds_multiuse.py b/gprMax/cmds_multiuse.py index ed015864..b151cb9a 100644 --- a/gprMax/cmds_multiuse.py +++ b/gprMax/cmds_multiuse.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/gprMax/cmds_singleuse.py b/gprMax/cmds_singleuse.py index 263060db..42d7cbed 100644 --- a/gprMax/cmds_singleuse.py +++ b/gprMax/cmds_singleuse.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/gprMax/config.pxd b/gprMax/config.pxd index 653171b9..cdd76ac7 100644 --- a/gprMax/config.pxd +++ b/gprMax/config.pxd @@ -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/gprMax/config.py b/gprMax/config.py index 1cdaefae..1c52d402 100644 --- a/gprMax/config.py +++ b/gprMax/config.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/gprMax/contexts.py b/gprMax/contexts.py index 4e389259..67bbaa48 100644 --- a/gprMax/contexts.py +++ b/gprMax/contexts.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/gprMax/cuda_opencl/knl_fields_updates.py b/gprMax/cuda_opencl/knl_fields_updates.py index 8b0a7836..c9ccb73a 100644 --- a/gprMax/cuda_opencl/knl_fields_updates.py +++ b/gprMax/cuda_opencl/knl_fields_updates.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/gprMax/cuda_opencl/knl_pml_updates_electric_HORIPML.py b/gprMax/cuda_opencl/knl_pml_updates_electric_HORIPML.py index 48492b58..7382504c 100644 --- a/gprMax/cuda_opencl/knl_pml_updates_electric_HORIPML.py +++ b/gprMax/cuda_opencl/knl_pml_updates_electric_HORIPML.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/gprMax/cuda_opencl/knl_pml_updates_electric_MRIPML.py b/gprMax/cuda_opencl/knl_pml_updates_electric_MRIPML.py index 3a33aab3..e56788ee 100644 --- a/gprMax/cuda_opencl/knl_pml_updates_electric_MRIPML.py +++ b/gprMax/cuda_opencl/knl_pml_updates_electric_MRIPML.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/gprMax/cuda_opencl/knl_pml_updates_magnetic_HORIPML.py b/gprMax/cuda_opencl/knl_pml_updates_magnetic_HORIPML.py index 22f55911..c16b48ff 100644 --- a/gprMax/cuda_opencl/knl_pml_updates_magnetic_HORIPML.py +++ b/gprMax/cuda_opencl/knl_pml_updates_magnetic_HORIPML.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/gprMax/cuda_opencl/knl_pml_updates_magnetic_MRIPML.py b/gprMax/cuda_opencl/knl_pml_updates_magnetic_MRIPML.py index 48c18e46..384738d4 100644 --- a/gprMax/cuda_opencl/knl_pml_updates_magnetic_MRIPML.py +++ b/gprMax/cuda_opencl/knl_pml_updates_magnetic_MRIPML.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/gprMax/cuda_opencl/knl_snapshots.py b/gprMax/cuda_opencl/knl_snapshots.py index 2a1e1989..07addd30 100644 --- a/gprMax/cuda_opencl/knl_snapshots.py +++ b/gprMax/cuda_opencl/knl_snapshots.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/gprMax/cuda_opencl/knl_source_updates.py b/gprMax/cuda_opencl/knl_source_updates.py index 85203c32..8ee43ecb 100644 --- a/gprMax/cuda_opencl/knl_source_updates.py +++ b/gprMax/cuda_opencl/knl_source_updates.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/gprMax/cuda_opencl/knl_store_outputs.py b/gprMax/cuda_opencl/knl_store_outputs.py index bbf66552..85371903 100644 --- a/gprMax/cuda_opencl/knl_store_outputs.py +++ b/gprMax/cuda_opencl/knl_store_outputs.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/gprMax/cython/fields_updates_dispersive_template.jinja b/gprMax/cython/fields_updates_dispersive_template.jinja index 74ddc4bf..eac7601a 100644 --- a/gprMax/cython/fields_updates_dispersive_template.jinja +++ b/gprMax/cython/fields_updates_dispersive_template.jinja @@ -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/gprMax/cython/fields_updates_hsg.pyx b/gprMax/cython/fields_updates_hsg.pyx index 075ea4de..878999ee 100644 --- a/gprMax/cython/fields_updates_hsg.pyx +++ b/gprMax/cython/fields_updates_hsg.pyx @@ -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/gprMax/cython/fields_updates_normal.pyx b/gprMax/cython/fields_updates_normal.pyx index 43c20fbd..6eb8fae9 100644 --- a/gprMax/cython/fields_updates_normal.pyx +++ b/gprMax/cython/fields_updates_normal.pyx @@ -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/gprMax/cython/fractals_generate.pyx b/gprMax/cython/fractals_generate.pyx index 1732e374..7ae2c4db 100644 --- a/gprMax/cython/fractals_generate.pyx +++ b/gprMax/cython/fractals_generate.pyx @@ -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/gprMax/cython/geometry_outputs.pyx b/gprMax/cython/geometry_outputs.pyx index 1312fec7..8cefaa5f 100644 --- a/gprMax/cython/geometry_outputs.pyx +++ b/gprMax/cython/geometry_outputs.pyx @@ -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/gprMax/cython/geometry_primitives.pyx b/gprMax/cython/geometry_primitives.pyx index f12592a8..0b362dff 100644 --- a/gprMax/cython/geometry_primitives.pyx +++ b/gprMax/cython/geometry_primitives.pyx @@ -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/gprMax/cython/pml_build.pyx b/gprMax/cython/pml_build.pyx index fbff8ef2..10edac00 100644 --- a/gprMax/cython/pml_build.pyx +++ b/gprMax/cython/pml_build.pyx @@ -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/gprMax/cython/pml_updates_electric_HORIPML.pyx b/gprMax/cython/pml_updates_electric_HORIPML.pyx index 4ea872fa..f73530c4 100644 --- a/gprMax/cython/pml_updates_electric_HORIPML.pyx +++ b/gprMax/cython/pml_updates_electric_HORIPML.pyx @@ -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/gprMax/cython/pml_updates_electric_MRIPML.pyx b/gprMax/cython/pml_updates_electric_MRIPML.pyx index 51cc64fb..44d497cf 100644 --- a/gprMax/cython/pml_updates_electric_MRIPML.pyx +++ b/gprMax/cython/pml_updates_electric_MRIPML.pyx @@ -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/gprMax/cython/pml_updates_magnetic_HORIPML.pyx b/gprMax/cython/pml_updates_magnetic_HORIPML.pyx index 7088467d..1b0ea55a 100644 --- a/gprMax/cython/pml_updates_magnetic_HORIPML.pyx +++ b/gprMax/cython/pml_updates_magnetic_HORIPML.pyx @@ -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/gprMax/cython/pml_updates_magnetic_MRIPML.pyx b/gprMax/cython/pml_updates_magnetic_MRIPML.pyx index bd7161ee..fd4ac73b 100644 --- a/gprMax/cython/pml_updates_magnetic_MRIPML.pyx +++ b/gprMax/cython/pml_updates_magnetic_MRIPML.pyx @@ -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/gprMax/cython/snapshots.pyx b/gprMax/cython/snapshots.pyx index 5a4fcf37..ec91e3b8 100644 --- a/gprMax/cython/snapshots.pyx +++ b/gprMax/cython/snapshots.pyx @@ -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/gprMax/cython/yee_cell_build.pyx b/gprMax/cython/yee_cell_build.pyx index d726c25a..17832691 100644 --- a/gprMax/cython/yee_cell_build.pyx +++ b/gprMax/cython/yee_cell_build.pyx @@ -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/gprMax/cython/yee_cell_setget_rigid.pxd b/gprMax/cython/yee_cell_setget_rigid.pxd index bc80bf46..001124ce 100644 --- a/gprMax/cython/yee_cell_setget_rigid.pxd +++ b/gprMax/cython/yee_cell_setget_rigid.pxd @@ -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/gprMax/cython/yee_cell_setget_rigid.pyx b/gprMax/cython/yee_cell_setget_rigid.pyx index 6aab5ed1..99fb470d 100644 --- a/gprMax/cython/yee_cell_setget_rigid.pyx +++ b/gprMax/cython/yee_cell_setget_rigid.pyx @@ -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/gprMax/fields_outputs.py b/gprMax/fields_outputs.py index 24b0b6fa..c27d343d 100644 --- a/gprMax/fields_outputs.py +++ b/gprMax/fields_outputs.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/gprMax/fractals.py b/gprMax/fractals.py index c44a7f3a..256c173d 100644 --- a/gprMax/fractals.py +++ b/gprMax/fractals.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/gprMax/geometry_outputs.py b/gprMax/geometry_outputs.py index d8973c9c..674938e8 100644 --- a/gprMax/geometry_outputs.py +++ b/gprMax/geometry_outputs.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/gprMax/gprMax.py b/gprMax/gprMax.py index dd68a2ff..c60ca582 100644 --- a/gprMax/gprMax.py +++ b/gprMax/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/gprMax/grid.py b/gprMax/grid.py index 1b3f4e1c..319b0854 100644 --- a/gprMax/grid.py +++ b/gprMax/grid.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/gprMax/hash_cmds_file.py b/gprMax/hash_cmds_file.py index f717f9f9..372489d6 100644 --- a/gprMax/hash_cmds_file.py +++ b/gprMax/hash_cmds_file.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/gprMax/hash_cmds_geometry.py b/gprMax/hash_cmds_geometry.py index 271c3885..1b3c5e90 100644 --- a/gprMax/hash_cmds_geometry.py +++ b/gprMax/hash_cmds_geometry.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/gprMax/hash_cmds_multiuse.py b/gprMax/hash_cmds_multiuse.py index 18d29e2a..2c99f78f 100644 --- a/gprMax/hash_cmds_multiuse.py +++ b/gprMax/hash_cmds_multiuse.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/gprMax/hash_cmds_singleuse.py b/gprMax/hash_cmds_singleuse.py index 2a490a4b..60cba910 100644 --- a/gprMax/hash_cmds_singleuse.py +++ b/gprMax/hash_cmds_singleuse.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/gprMax/materials.py b/gprMax/materials.py index 6961609f..5de9c7c6 100644 --- a/gprMax/materials.py +++ b/gprMax/materials.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/gprMax/model_build_run.py b/gprMax/model_build_run.py index 6f24dc94..acc74684 100644 --- a/gprMax/model_build_run.py +++ b/gprMax/model_build_run.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/gprMax/mpi.py b/gprMax/mpi.py index 61b46ead..f1407a5c 100644 --- a/gprMax/mpi.py +++ b/gprMax/mpi.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: Tobias Schruff # # This file is part of gprMax. diff --git a/gprMax/pml.py b/gprMax/pml.py index 38032728..83d95ebc 100644 --- a/gprMax/pml.py +++ b/gprMax/pml.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/gprMax/receivers.py b/gprMax/receivers.py index 64193636..f95b64e2 100644 --- a/gprMax/receivers.py +++ b/gprMax/receivers.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/gprMax/scene.py b/gprMax/scene.py index 06fdd899..28b93cde 100644 --- a/gprMax/scene.py +++ b/gprMax/scene.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/gprMax/snapshots.py b/gprMax/snapshots.py index bf6b79bc..033ebf32 100644 --- a/gprMax/snapshots.py +++ b/gprMax/snapshots.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/gprMax/solvers.py b/gprMax/solvers.py index ac510956..74507be3 100644 --- a/gprMax/solvers.py +++ b/gprMax/solvers.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/gprMax/sources.py b/gprMax/sources.py index 82648ed7..52028f74 100644 --- a/gprMax/sources.py +++ b/gprMax/sources.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/gprMax/subgrids/grid.py b/gprMax/subgrids/grid.py index 5ab51817..1711c2cb 100644 --- a/gprMax/subgrids/grid.py +++ b/gprMax/subgrids/grid.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/gprMax/subgrids/precursor_nodes.py b/gprMax/subgrids/precursor_nodes.py index 03a981f4..cd421fef 100644 --- a/gprMax/subgrids/precursor_nodes.py +++ b/gprMax/subgrids/precursor_nodes.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/gprMax/subgrids/subgrid_hsg.py b/gprMax/subgrids/subgrid_hsg.py index f74863ce..62e50fc7 100644 --- a/gprMax/subgrids/subgrid_hsg.py +++ b/gprMax/subgrids/subgrid_hsg.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/gprMax/subgrids/updates.py b/gprMax/subgrids/updates.py index 9e75a013..464a8cfc 100644 --- a/gprMax/subgrids/updates.py +++ b/gprMax/subgrids/updates.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/gprMax/subgrids/user_objects.py b/gprMax/subgrids/user_objects.py index 82bf646f..3baa1028 100644 --- a/gprMax/subgrids/user_objects.py +++ b/gprMax/subgrids/user_objects.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/gprMax/updates.py b/gprMax/updates.py index f75626ef..06c7424f 100644 --- a/gprMax/updates.py +++ b/gprMax/updates.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/gprMax/user_inputs.py b/gprMax/user_inputs.py index 430ceca6..f80ba032 100644 --- a/gprMax/user_inputs.py +++ b/gprMax/user_inputs.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/gprMax/utilities/host_info.py b/gprMax/utilities/host_info.py index 0eb01306..62a48179 100644 --- a/gprMax/utilities/host_info.py +++ b/gprMax/utilities/host_info.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/gprMax/utilities/logging.py b/gprMax/utilities/logging.py index eb30d720..a1020ea3 100644 --- a/gprMax/utilities/logging.py +++ b/gprMax/utilities/logging.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/gprMax/utilities/utilities.py b/gprMax/utilities/utilities.py index 6be0614f..25fff366 100644 --- a/gprMax/utilities/utilities.py +++ b/gprMax/utilities/utilities.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. @@ -183,4 +183,4 @@ def fft_power(waveform, dt): def timer(): """Time in fractional seconds.""" - return timer_fn() + return timer_fn() diff --git a/gprMax/waveforms.py b/gprMax/waveforms.py index 36901e45..6c2de0ba 100644 --- a/gprMax/waveforms.py +++ b/gprMax/waveforms.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.