diff --git a/COPYRIGHT b/COPYRIGHT index 116227b0..13c52dc0 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,6 +1,6 @@ SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/setup.py b/setup.py index 32d8db35..b9676937 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/__init__.py b/spatialpy/__init__.py index 8e541f81..0ff58136 100644 --- a/spatialpy/__init__.py +++ b/spatialpy/__init__.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/__version__.py b/spatialpy/__version__.py index bb83f022..31bd194c 100644 --- a/spatialpy/__version__.py +++ b/spatialpy/__version__.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as @@ -29,4 +29,4 @@ __author__ = 'See AUTHORS' __email__ = 'bdrawert@unca.edu' __license__ = 'GPL-3.0-only' -__copyright__ = 'Copyright (C) 2019-2022' +__copyright__ = 'Copyright (C) 2019-2023' diff --git a/spatialpy/core/__init__.py b/spatialpy/core/__init__.py index af5e9d71..a9cff809 100644 --- a/spatialpy/core/__init__.py +++ b/spatialpy/core/__init__.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/core/boundarycondition.py b/spatialpy/core/boundarycondition.py index 8c833c2a..98204859 100644 --- a/spatialpy/core/boundarycondition.py +++ b/spatialpy/core/boundarycondition.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/core/cleanup.py b/spatialpy/core/cleanup.py index 6da34ccf..502b89ee 100644 --- a/spatialpy/core/cleanup.py +++ b/spatialpy/core/cleanup.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/core/datafunction.py b/spatialpy/core/datafunction.py index 5cfaff1b..a61bd7c6 100644 --- a/spatialpy/core/datafunction.py +++ b/spatialpy/core/datafunction.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/core/domain.py b/spatialpy/core/domain.py index 870022ee..0db0c0d3 100644 --- a/spatialpy/core/domain.py +++ b/spatialpy/core/domain.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/core/geometry.py b/spatialpy/core/geometry.py index 055418a2..4a0b482d 100644 --- a/spatialpy/core/geometry.py +++ b/spatialpy/core/geometry.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/core/initialcondition.py b/spatialpy/core/initialcondition.py index 94e35f32..4ebe5bdb 100644 --- a/spatialpy/core/initialcondition.py +++ b/spatialpy/core/initialcondition.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/core/lattice.py b/spatialpy/core/lattice.py index b9c5f5f6..0b1fa890 100644 --- a/spatialpy/core/lattice.py +++ b/spatialpy/core/lattice.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/core/model.py b/spatialpy/core/model.py index f5fe3687..6bf033c8 100644 --- a/spatialpy/core/model.py +++ b/spatialpy/core/model.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/core/parameter.py b/spatialpy/core/parameter.py index d3e9904f..0a588314 100644 --- a/spatialpy/core/parameter.py +++ b/spatialpy/core/parameter.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/core/reaction.py b/spatialpy/core/reaction.py index 7d5f5dff..678d98c1 100644 --- a/spatialpy/core/reaction.py +++ b/spatialpy/core/reaction.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/core/result.py b/spatialpy/core/result.py index 1753a1d9..10357b39 100644 --- a/spatialpy/core/result.py +++ b/spatialpy/core/result.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/core/spatialpyerror.py b/spatialpy/core/spatialpyerror.py index 51f89815..a0cccb69 100644 --- a/spatialpy/core/spatialpyerror.py +++ b/spatialpy/core/spatialpyerror.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/core/species.py b/spatialpy/core/species.py index e7533750..c85255d4 100644 --- a/spatialpy/core/species.py +++ b/spatialpy/core/species.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/core/timespan.py b/spatialpy/core/timespan.py index f8b7cfed..d32ea1ee 100644 --- a/spatialpy/core/timespan.py +++ b/spatialpy/core/timespan.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/core/transformation.py b/spatialpy/core/transformation.py index ebd86579..e2a90af0 100644 --- a/spatialpy/core/transformation.py +++ b/spatialpy/core/transformation.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/core/visualization.py b/spatialpy/core/visualization.py index b69abc9b..523a058c 100644 --- a/spatialpy/core/visualization.py +++ b/spatialpy/core/visualization.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/core/vtkreader.py b/spatialpy/core/vtkreader.py index 99e5f1a7..fe402091 100644 --- a/spatialpy/core/vtkreader.py +++ b/spatialpy/core/vtkreader.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/__init__.py b/spatialpy/solvers/__init__.py index fd7a442b..a6a2bb10 100644 --- a/spatialpy/solvers/__init__.py +++ b/spatialpy/solvers/__init__.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/build_expression.py b/spatialpy/solvers/build_expression.py index 573a1ea8..8e27a735 100644 --- a/spatialpy/solvers/build_expression.py +++ b/spatialpy/solvers/build_expression.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/NRMConstant_v5.hpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/NRMConstant_v5.hpp index be4b090e..89de6dce 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/NRMConstant_v5.hpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/NRMConstant_v5.hpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/count_cores.hpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/count_cores.hpp index 4d410ab7..758bc14b 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/count_cores.hpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/count_cores.hpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/model.hpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/model.hpp index 5109c107..facefba5 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/model.hpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/model.hpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/output.hpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/output.hpp index 356137c7..ed652abf 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/output.hpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/output.hpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/particle.hpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/particle.hpp index ed237085..7066333c 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/particle.hpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/particle.hpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/particle_system.hpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/particle_system.hpp index 50de5b4a..54a3d141 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/particle_system.hpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/particle_system.hpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/propensities.hpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/propensities.hpp index c9135e60..7543dcd5 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/propensities.hpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/propensities.hpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/pthread_barrier.hpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/pthread_barrier.hpp index 4c029d99..64c0868d 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/pthread_barrier.hpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/pthread_barrier.hpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/read_lammps_input_file.hpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/read_lammps_input_file.hpp index cfd9001e..9865d0b4 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/read_lammps_input_file.hpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/read_lammps_input_file.hpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/simulate.hpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/simulate.hpp index d6811f05..ba4cf09b 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/simulate.hpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/simulate.hpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/simulate_rdme.hpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/simulate_rdme.hpp index 8481863e..556cbb55 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/simulate_rdme.hpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/include/simulate_rdme.hpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/propensity_file_template.cpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/propensity_file_template.cpp index 8b1e80e7..a1cddb1e 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/propensity_file_template.cpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/propensity_file_template.cpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/NRMConstant_v5.cpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/NRMConstant_v5.cpp index 3ba38a5a..f38015bb 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/NRMConstant_v5.cpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/NRMConstant_v5.cpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/count_cores.cpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/count_cores.cpp index 03123125..430c01b8 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/count_cores.cpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/count_cores.cpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/model.cpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/model.cpp index 346b505e..5d745007 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/model.cpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/model.cpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/output.cpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/output.cpp index a37b75e1..4ebaef43 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/output.cpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/output.cpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/particle.cpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/particle.cpp index 4efd1b28..c2555ea0 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/particle.cpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/particle.cpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/pthread_barrier.cpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/pthread_barrier.cpp index 254ee855..2f7d9be3 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/pthread_barrier.cpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/pthread_barrier.cpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/read_lammps_input_file.cpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/read_lammps_input_file.cpp index 6a4ed8ee..4fcb7b8f 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/read_lammps_input_file.cpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/read_lammps_input_file.cpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/simulate.cpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/simulate.cpp index f8bc80ee..7597f80d 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/simulate.cpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/simulate.cpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/simulate_rdme.cpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/simulate_rdme.cpp index 351b97b3..6c704144 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/simulate_rdme.cpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/simulate_rdme.cpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/simulate_threads.cpp b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/simulate_threads.cpp index 0c6227ca..3645f16d 100644 --- a/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/simulate_threads.cpp +++ b/spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/src/simulate_threads.cpp @@ -1,7 +1,7 @@ /** SpatialPy is a Python 3 package for simulation of spatial deterministic/stochastic reaction-diffusion-advection problems -Copyright (C) 2019 - 2022 SpatialPy developers. +Copyright (C) 2019 - 2023 SpatialPy developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/solvers/solver.py b/spatialpy/solvers/solver.py index c884a6f8..094884d0 100644 --- a/spatialpy/solvers/solver.py +++ b/spatialpy/solvers/solver.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/stochss/__init__.py b/spatialpy/stochss/__init__.py index 5449def2..be5b9eea 100644 --- a/spatialpy/stochss/__init__.py +++ b/spatialpy/stochss/__init__.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/spatialpy/stochss/stochss_export.py b/spatialpy/stochss/stochss_export.py index 5d7d586d..eaff6be4 100644 --- a/spatialpy/stochss/stochss_export.py +++ b/spatialpy/stochss/stochss_export.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/test/ioperformance.py b/test/ioperformance.py index bef0b459..9cf8cf9b 100644 --- a/test/ioperformance.py +++ b/test/ioperformance.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/test/models/__init__.py b/test/models/__init__.py index 5449def2..be5b9eea 100644 --- a/test/models/__init__.py +++ b/test/models/__init__.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/test/models/cylinder_demo3D.py b/test/models/cylinder_demo3D.py index 2e5835b4..e358649a 100644 --- a/test/models/cylinder_demo3D.py +++ b/test/models/cylinder_demo3D.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/test/models/mincde.py b/test/models/mincde.py index c11f66a5..ca17e866 100644 --- a/test/models/mincde.py +++ b/test/models/mincde.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/test/models/mincde_5r.py b/test/models/mincde_5r.py index 6f945ed3..8525b213 100644 --- a/test/models/mincde_5r.py +++ b/test/models/mincde_5r.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/test/run_integration_tests.py b/test/run_integration_tests.py index b84d845f..ed430f1f 100644 --- a/test/run_integration_tests.py +++ b/test/run_integration_tests.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/test/run_unit_tests.py b/test/run_unit_tests.py index d54c1fff..f1eb8932 100755 --- a/test/run_unit_tests.py +++ b/test/run_unit_tests.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/test/test_mincde.py b/test/test_mincde.py index 13ad6641..13d2482f 100644 --- a/test/test_mincde.py +++ b/test/test_mincde.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/test/test_model.py b/test/test_model.py index d0ab2afd..7b11cc09 100644 --- a/test/test_model.py +++ b/test/test_model.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/test/test_solver.py b/test/test_solver.py index 38e76c02..01a72455 100644 --- a/test/test_solver.py +++ b/test/test_solver.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/test/test_threads.py b/test/test_threads.py index 81224e6a..79f06bf3 100644 --- a/test/test_threads.py +++ b/test/test_threads.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/test/unit_tests/test_parameter.py b/test/unit_tests/test_parameter.py index 04ebcee6..f4d57786 100644 --- a/test/unit_tests/test_parameter.py +++ b/test/unit_tests/test_parameter.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/test/unit_tests/test_reaction.py b/test/unit_tests/test_reaction.py index 3220fb22..2e7cbe8a 100644 --- a/test/unit_tests/test_reaction.py +++ b/test/unit_tests/test_reaction.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/test/unit_tests/test_species.py b/test/unit_tests/test_species.py index af62456e..5af1c7e2 100644 --- a/test/unit_tests/test_species.py +++ b/test/unit_tests/test_species.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as diff --git a/test/unit_tests/test_timespan.py b/test/unit_tests/test_timespan.py index 87e3bc5d..35283672 100644 --- a/test/unit_tests/test_timespan.py +++ b/test/unit_tests/test_timespan.py @@ -1,6 +1,6 @@ # SpatialPy is a Python 3 package for simulation of # spatial deterministic/stochastic reaction-diffusion-advection problems -# Copyright (C) 2019 - 2022 SpatialPy developers. +# Copyright (C) 2019 - 2023 SpatialPy developers. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as