From 0e4bb43142890ac889f17d3a0eab4011a95bf6bb Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Tue, 12 Jan 2016 18:29:10 +0000 Subject: [PATCH] Updated copyright notice to add 2016. --- gprMax/constants.pxd | 4 ++-- gprMax/constants.py | 4 ++-- gprMax/exceptions.py | 4 ++-- gprMax/fields_update.pyx | 4 ++-- gprMax/fractals.py | 4 ++-- gprMax/geometry_primitives.pyx | 4 ++-- gprMax/geometry_views.py | 4 ++-- gprMax/gprMax.py | 4 ++-- gprMax/grid.py | 4 ++-- gprMax/input_cmds_file.py | 4 ++-- gprMax/input_cmds_geometry.py | 4 ++-- gprMax/input_cmds_multiuse.py | 4 ++-- gprMax/input_cmds_singleuse.py | 4 ++-- gprMax/materials.py | 4 ++-- gprMax/output.py | 4 ++-- gprMax/pml.py | 4 ++-- gprMax/pml_1order_update.pyx | 4 ++-- gprMax/pml_2order_update.pyx | 4 ++-- gprMax/pml_call_updates.py | 4 ++-- gprMax/receivers.py | 4 ++-- gprMax/snapshots.py | 4 ++-- gprMax/sources.py | 4 ++-- gprMax/utilities.py | 8 ++++---- gprMax/waveforms.py | 4 ++-- gprMax/yee_cell_build.pyx | 4 ++-- gprMax/yee_cell_setget_rigid.pxd | 4 ++-- gprMax/yee_cell_setget_rigid.pyx | 4 ++-- setup.py | 4 ++-- tests/test_compare_analytical.py | 4 ++-- tests/test_compare_experimental.py | 4 ++-- tests/test_compare_numerical.py | 4 ++-- tools/Paraview macros/gprMax_materials.py | 4 ++-- tools/inputfile_new2old.py | 4 ++-- tools/inputfile_old2new.py | 4 ++-- tools/outputfile_old2new.py | 4 ++-- tools/outputfiles_merge.py | 4 ++-- tools/plot_Ascan.py | 4 ++-- tools/plot_Bscan.py | 4 ++-- tools/plot_antenna_params.py | 4 ++-- tools/plot_builtin_wave.py | 4 ++-- 40 files changed, 82 insertions(+), 82 deletions(-) diff --git a/gprMax/constants.pxd b/gprMax/constants.pxd index 8916a187..3a9e7b29 100644 --- a/gprMax/constants.pxd +++ b/gprMax/constants.pxd @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: 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 f165ce0f..ccc0e46b 100644 --- a/gprMax/constants.py +++ b/gprMax/constants.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: The University of Edinburgh +# Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. # diff --git a/gprMax/exceptions.py b/gprMax/exceptions.py index 86397e12..4898efb2 100644 --- a/gprMax/exceptions.py +++ b/gprMax/exceptions.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: The University of Edinburgh +# Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. # diff --git a/gprMax/fields_update.pyx b/gprMax/fields_update.pyx index 41498681..46898821 100644 --- a/gprMax/fields_update.pyx +++ b/gprMax/fields_update.pyx @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: 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 f2b6daed..f327c2e9 100644 --- a/gprMax/fractals.py +++ b/gprMax/fractals.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: The University of Edinburgh +# Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. # diff --git a/gprMax/geometry_primitives.pyx b/gprMax/geometry_primitives.pyx index 04fca762..d8975d5d 100644 --- a/gprMax/geometry_primitives.pyx +++ b/gprMax/geometry_primitives.pyx @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: The University of Edinburgh +# Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. # diff --git a/gprMax/geometry_views.py b/gprMax/geometry_views.py index 739843d7..493c5a22 100644 --- a/gprMax/geometry_views.py +++ b/gprMax/geometry_views.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: 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 b2ed6fb0..9a08f673 100644 --- a/gprMax/gprMax.py +++ b/gprMax/gprMax.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: 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 beb3081d..168d402d 100644 --- a/gprMax/grid.py +++ b/gprMax/grid.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: 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 db8d8c1c..8eccede2 100644 --- a/gprMax/input_cmds_file.py +++ b/gprMax/input_cmds_file.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: 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 813b8a17..8f0b0096 100644 --- a/gprMax/input_cmds_geometry.py +++ b/gprMax/input_cmds_geometry.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: 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 ce9f8a39..f96dfbd5 100644 --- a/gprMax/input_cmds_multiuse.py +++ b/gprMax/input_cmds_multiuse.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: 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 ab72eb73..5a388fe0 100644 --- a/gprMax/input_cmds_singleuse.py +++ b/gprMax/input_cmds_singleuse.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: 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 b32112b0..d67cfc9d 100644 --- a/gprMax/materials.py +++ b/gprMax/materials.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: The University of Edinburgh +# Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. # diff --git a/gprMax/output.py b/gprMax/output.py index 9e244170..563c3f7a 100644 --- a/gprMax/output.py +++ b/gprMax/output.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: 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 66c68185..03447428 100644 --- a/gprMax/pml.py +++ b/gprMax/pml.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: The University of Edinburgh +# Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. # diff --git a/gprMax/pml_1order_update.pyx b/gprMax/pml_1order_update.pyx index 9751a8b7..85ff3de4 100644 --- a/gprMax/pml_1order_update.pyx +++ b/gprMax/pml_1order_update.pyx @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: The University of Edinburgh +# Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. # diff --git a/gprMax/pml_2order_update.pyx b/gprMax/pml_2order_update.pyx index 03985394..8d8f226f 100644 --- a/gprMax/pml_2order_update.pyx +++ b/gprMax/pml_2order_update.pyx @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: The University of Edinburgh +# Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. # diff --git a/gprMax/pml_call_updates.py b/gprMax/pml_call_updates.py index f91ff849..66314378 100644 --- a/gprMax/pml_call_updates.py +++ b/gprMax/pml_call_updates.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: 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 aa235a47..f87bbe37 100644 --- a/gprMax/receivers.py +++ b/gprMax/receivers.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: 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 e4871944..c61223f5 100644 --- a/gprMax/snapshots.py +++ b/gprMax/snapshots.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: 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 8610a13a..f4ab65b9 100644 --- a/gprMax/sources.py +++ b/gprMax/sources.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: 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 c0031bd2..5ba57754 100644 --- a/gprMax/utilities.py +++ b/gprMax/utilities.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: The University of Edinburgh +# Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. # @@ -39,8 +39,8 @@ def logo(version): """ licenseinfo = """ -Copyright (C) 2015: The University of Edinburgh - Authors: Craig Warren and Antonis Giannopoulos +Copyright (C) 2015-2016: The University of Edinburgh + Authors: Craig Warren and Antonis Giannopoulos gprMax is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gprMax/waveforms.py b/gprMax/waveforms.py index 38b6849c..886a8a32 100644 --- a/gprMax/waveforms.py +++ b/gprMax/waveforms.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: The University of Edinburgh +# Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. # diff --git a/gprMax/yee_cell_build.pyx b/gprMax/yee_cell_build.pyx index ed2f7969..8b350406 100644 --- a/gprMax/yee_cell_build.pyx +++ b/gprMax/yee_cell_build.pyx @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: The University of Edinburgh +# Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. # diff --git a/gprMax/yee_cell_setget_rigid.pxd b/gprMax/yee_cell_setget_rigid.pxd index f6065665..049f166b 100644 --- a/gprMax/yee_cell_setget_rigid.pxd +++ b/gprMax/yee_cell_setget_rigid.pxd @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: The University of Edinburgh +# Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. # diff --git a/gprMax/yee_cell_setget_rigid.pyx b/gprMax/yee_cell_setget_rigid.pyx index 653dba48..7287ac67 100644 --- a/gprMax/yee_cell_setget_rigid.pyx +++ b/gprMax/yee_cell_setget_rigid.pyx @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: 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 ba71eee1..1f612a21 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: The University of Edinburgh +# Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. # diff --git a/tests/test_compare_analytical.py b/tests/test_compare_analytical.py index e12f7916..4160efb2 100644 --- a/tests/test_compare_analytical.py +++ b/tests/test_compare_analytical.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: The University of Edinburgh +# Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. # diff --git a/tests/test_compare_experimental.py b/tests/test_compare_experimental.py index 7756b9da..dd89b157 100644 --- a/tests/test_compare_experimental.py +++ b/tests/test_compare_experimental.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: The University of Edinburgh +# Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. # diff --git a/tests/test_compare_numerical.py b/tests/test_compare_numerical.py index a9c32fe0..cafb65fa 100644 --- a/tests/test_compare_numerical.py +++ b/tests/test_compare_numerical.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: The University of Edinburgh +# Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. # diff --git a/tools/Paraview macros/gprMax_materials.py b/tools/Paraview macros/gprMax_materials.py index d7fa68b0..031a13b2 100644 --- a/tools/Paraview macros/gprMax_materials.py +++ b/tools/Paraview macros/gprMax_materials.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: The University of Edinburgh +# Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. # diff --git a/tools/inputfile_new2old.py b/tools/inputfile_new2old.py index 10d94180..60de90d8 100644 --- a/tools/inputfile_new2old.py +++ b/tools/inputfile_new2old.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: 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 cec17083..a27cd495 100644 --- a/tools/inputfile_old2new.py +++ b/tools/inputfile_old2new.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: The University of Edinburgh +# Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. # diff --git a/tools/outputfile_old2new.py b/tools/outputfile_old2new.py index fb762274..aa530996 100644 --- a/tools/outputfile_old2new.py +++ b/tools/outputfile_old2new.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: 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 1e0363de..750e5ad3 100644 --- a/tools/outputfiles_merge.py +++ b/tools/outputfiles_merge.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: 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 a54e9f4e..f3f96262 100644 --- a/tools/plot_Ascan.py +++ b/tools/plot_Ascan.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: 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 f03852b2..080aca92 100644 --- a/tools/plot_Bscan.py +++ b/tools/plot_Bscan.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: 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 5717c3bb..5b926dd8 100644 --- a/tools/plot_antenna_params.py +++ b/tools/plot_antenna_params.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: The University of Edinburgh +# Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. # diff --git a/tools/plot_builtin_wave.py b/tools/plot_builtin_wave.py index 88ec66da..1fe8c995 100644 --- a/tools/plot_builtin_wave.py +++ b/tools/plot_builtin_wave.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015: The University of Edinburgh -# Authors: Craig Warren and Antonis Giannopoulos +# Copyright (C) 2015-2016: The University of Edinburgh +# Authors: Craig Warren and Antonis Giannopoulos # # This file is part of gprMax. #