From de9681423c68785c3501b25a7c91fd1d5210469d Mon Sep 17 00:00:00 2001 From: MFraters Date: Wed, 28 Feb 2024 14:20:29 -0500 Subject: [PATCH] Update and unify the copyright notice. --- include/world_builder/assert.h | 2 +- include/world_builder/config.h.in | 2 +- include/world_builder/consts.h | 6 ++++- include/world_builder/coordinate_system.h | 2 +- .../coordinate_systems/cartesian.h | 2 +- .../coordinate_systems/interface.h | 2 +- .../coordinate_systems/invalid.h | 2 +- .../coordinate_systems/spherical.h | 2 +- .../features/continental_plate.h | 2 +- .../composition/interface.h | 2 +- .../composition/random.h | 2 +- .../composition/uniform.h | 2 +- .../grains/interface.h | 2 +- .../grains/random_uniform_distribution.h | 2 +- .../random_uniform_distribution_deflected.h | 2 +- .../continental_plate_models/grains/uniform.h | 2 +- .../temperature/adiabatic.h | 2 +- .../temperature/interface.h | 2 +- .../temperature/linear.h | 2 +- .../temperature/uniform.h | 2 +- include/world_builder/features/fault.h | 2 +- .../fault_models/composition/interface.h | 2 +- .../fault_models/composition/smooth.h | 2 +- .../fault_models/composition/uniform.h | 2 +- .../features/fault_models/grains/interface.h | 2 +- .../grains/random_uniform_distribution.h | 2 +- .../random_uniform_distribution_deflected.h | 2 +- .../features/fault_models/grains/uniform.h | 2 +- .../fault_models/temperature/adiabatic.h | 2 +- .../fault_models/temperature/interface.h | 2 +- .../fault_models/temperature/linear.h | 2 +- .../fault_models/temperature/uniform.h | 2 +- .../features/feature_utilities.h | 2 +- include/world_builder/features/interface.h | 2 +- include/world_builder/features/mantle_layer.h | 2 +- .../composition/interface.h | 2 +- .../mantle_layer_models/composition/uniform.h | 2 +- .../mantle_layer_models/grains/interface.h | 2 +- .../grains/random_uniform_distribution.h | 2 +- .../random_uniform_distribution_deflected.h | 2 +- .../mantle_layer_models/grains/uniform.h | 2 +- .../temperature/adiabatic.h | 2 +- .../temperature/interface.h | 2 +- .../mantle_layer_models/temperature/linear.h | 2 +- .../mantle_layer_models/temperature/uniform.h | 2 +- .../world_builder/features/oceanic_plate.h | 2 +- .../composition/interface.h | 2 +- .../composition/uniform.h | 2 +- .../oceanic_plate_models/grains/interface.h | 2 +- .../grains/random_uniform_distribution.h | 2 +- .../random_uniform_distribution_deflected.h | 2 +- .../oceanic_plate_models/grains/uniform.h | 2 +- .../temperature/adiabatic.h | 2 +- .../temperature/half_space_model.h | 2 +- .../temperature/interface.h | 2 +- .../oceanic_plate_models/temperature/linear.h | 2 +- .../temperature/plate_model.h | 2 +- .../temperature/plate_model_constant_age.h | 2 +- .../temperature/uniform.h | 2 +- include/world_builder/features/plume.h | 2 +- .../plume_models/composition/interface.h | 2 +- .../plume_models/composition/uniform.h | 2 +- .../features/plume_models/grains/interface.h | 2 +- .../features/plume_models/grains/uniform.h | 2 +- .../plume_models/temperature/gaussian.h | 2 +- .../plume_models/temperature/interface.h | 2 +- .../plume_models/temperature/uniform.h | 2 +- .../world_builder/features/subducting_plate.h | 2 +- .../composition/interface.h | 2 +- .../composition/smooth.h | 2 +- .../composition/uniform.h | 2 +- .../grains/interface.h | 2 +- .../grains/random_uniform_distribution.h | 2 +- .../random_uniform_distribution_deflected.h | 2 +- .../subducting_plate_models/grains/uniform.h | 2 +- .../temperature/adiabatic.h | 2 +- .../temperature/interface.h | 2 +- .../temperature/linear.h | 2 +- .../temperature/mass_conserving.h | 2 +- .../temperature/plate_model.h | 2 +- .../temperature/uniform.h | 2 +- include/world_builder/grains.h | 2 +- .../world_builder/gravity_model/interface.h | 2 +- include/world_builder/gravity_model/uniform.h | 2 +- include/world_builder/kd_tree.h | 2 +- include/world_builder/nan.h | 2 +- include/world_builder/objects/bezier_curve.h | 24 ++++++++--------- .../objects/closest_point_on_curve.h | 24 ++++++++--------- .../objects/distance_from_surface.h | 24 ++++++++--------- .../objects/natural_coordinate.h | 24 ++++++++--------- include/world_builder/objects/segment.h | 2 +- include/world_builder/objects/surface.h | 26 +++++++++---------- include/world_builder/parameters.h | 2 +- include/world_builder/point.h | 2 +- include/world_builder/types/array.h | 2 +- include/world_builder/types/bool.h | 2 +- include/world_builder/types/double.h | 2 +- include/world_builder/types/int.h | 2 +- include/world_builder/types/interface.h | 2 +- include/world_builder/types/object.h | 2 +- include/world_builder/types/one_of.h | 2 +- include/world_builder/types/plugin_system.h | 2 +- include/world_builder/types/point.h | 2 +- include/world_builder/types/segment.h | 2 +- include/world_builder/types/string.h | 2 +- include/world_builder/types/unsigned_int.h | 2 +- include/world_builder/types/value_at_points.h | 2 +- include/world_builder/utilities.h | 2 +- include/world_builder/world.h | 2 +- include/world_builder/wrapper_c.h | 2 +- include/world_builder/wrapper_cpp.h | 2 +- .../coordinate_systems/cartesian.cc | 2 +- .../coordinate_systems/interface.cc | 2 +- .../coordinate_systems/invalid.cc | 2 +- .../coordinate_systems/spherical.cc | 2 +- .../features/continental_plate.cc | 4 +-- .../composition/interface.cc | 2 +- .../composition/random.cc | 2 +- .../composition/uniform.cc | 2 +- .../grains/interface.cc | 2 +- .../grains/random_uniform_distribution.cc | 2 +- .../random_uniform_distribution_deflected.cc | 2 +- .../grains/uniform.cc | 2 +- .../temperature/adiabatic.cc | 2 +- .../temperature/interface.cc | 2 +- .../temperature/linear.cc | 2 +- .../temperature/uniform.cc | 2 +- source/world_builder/features/fault.cc | 2 +- .../fault_models/composition/interface.cc | 2 +- .../fault_models/composition/smooth.cc | 2 +- .../fault_models/composition/uniform.cc | 2 +- .../features/fault_models/grains/interface.cc | 2 +- .../grains/random_uniform_distribution.cc | 2 +- .../random_uniform_distribution_deflected.cc | 2 +- .../features/fault_models/grains/uniform.cc | 2 +- .../fault_models/temperature/adiabatic.cc | 2 +- .../fault_models/temperature/interface.cc | 2 +- .../fault_models/temperature/linear.cc | 2 +- .../fault_models/temperature/uniform.cc | 2 +- .../features/feature_utilities.cc | 2 +- source/world_builder/features/interface.cc | 2 +- source/world_builder/features/mantle_layer.cc | 2 +- .../composition/interface.cc | 2 +- .../composition/uniform.cc | 2 +- .../mantle_layer_models/grains/interface.cc | 2 +- .../grains/random_uniform_distribution.cc | 3 +-- .../random_uniform_distribution_deflected.cc | 3 +-- .../mantle_layer_models/grains/uniform.cc | 2 +- .../temperature/adiabatic.cc | 3 +-- .../temperature/interface.cc | 2 +- .../mantle_layer_models/temperature/linear.cc | 3 +-- .../temperature/uniform.cc | 2 +- .../world_builder/features/oceanic_plate.cc | 2 +- .../composition/interface.cc | 2 +- .../composition/uniform.cc | 2 +- .../oceanic_plate_models/grains/interface.cc | 2 +- .../grains/random_uniform_distribution.cc | 2 +- .../random_uniform_distribution_deflected.cc | 2 +- .../oceanic_plate_models/grains/uniform.cc | 2 +- .../temperature/adiabatic.cc | 2 +- .../temperature/half_space_model.cc | 2 +- .../temperature/interface.cc | 2 +- .../temperature/linear.cc | 2 +- .../temperature/plate_model.cc | 2 +- .../temperature/plate_model_constant_age.cc | 2 +- .../temperature/uniform.cc | 2 +- source/world_builder/features/plume.cc | 2 +- .../plume_models/composition/interface.cc | 2 +- .../plume_models/composition/uniform.cc | 2 +- .../features/plume_models/grains/interface.cc | 2 +- .../features/plume_models/grains/uniform.cc | 2 +- .../plume_models/temperature/gaussian.cc | 2 +- .../plume_models/temperature/interface.cc | 2 +- .../plume_models/temperature/uniform.cc | 2 +- .../features/subducting_plate.cc | 2 +- .../composition/interface.cc | 2 +- .../composition/smooth.cc | 2 +- .../composition/uniform.cc | 2 +- .../grains/interface.cc | 2 +- .../grains/random_uniform_distribution.cc | 2 +- .../random_uniform_distribution_deflected.cc | 2 +- .../subducting_plate_models/grains/uniform.cc | 2 +- .../temperature/adiabatic.cc | 2 +- .../temperature/interface.cc | 2 +- .../temperature/linear.cc | 2 +- .../temperature/mass_conserving.cc | 2 +- .../temperature/plate_model.cc | 2 +- .../temperature/uniform.cc | 2 +- source/world_builder/grains.cc | 2 +- .../world_builder/gravity_model/interface.cc | 2 +- source/world_builder/gravity_model/uniform.cc | 2 +- source/world_builder/kd_tree.cc | 2 +- source/world_builder/objects/bezier_curve.cc | 24 ++++++++--------- .../objects/distance_from_surface.cc | 2 +- .../objects/natural_coordinate.cc | 2 +- source/world_builder/objects/segment.cc | 2 +- source/world_builder/objects/surface.cc | 2 +- source/world_builder/parameters.cc | 2 +- source/world_builder/point.cc | 2 +- source/world_builder/types/array.cc | 2 +- source/world_builder/types/bool.cc | 2 +- source/world_builder/types/double.cc | 2 +- source/world_builder/types/int.cc | 2 +- source/world_builder/types/interface.cc | 2 +- source/world_builder/types/object.cc | 2 +- source/world_builder/types/one_of.cc | 2 +- source/world_builder/types/plugin_system.cc | 2 +- source/world_builder/types/point.cc | 2 +- source/world_builder/types/segment.cc | 2 +- source/world_builder/types/string.cc | 2 +- source/world_builder/types/unsigned_int.cc | 2 +- source/world_builder/types/value_at_points.cc | 2 +- source/world_builder/utilities.cc | 2 +- source/world_builder/world.cc | 2 +- source/world_builder/wrapper_c.cc | 2 +- source/world_builder/wrapper_cpp.cc | 2 +- source/world_builder/wrapper_fortran.f90 | 23 ++++++++-------- 217 files changed, 298 insertions(+), 301 deletions(-) diff --git a/include/world_builder/assert.h b/include/world_builder/assert.h index 065b360eb..c0b563cfd 100644 --- a/include/world_builder/assert.h +++ b/include/world_builder/assert.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018-2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/config.h.in b/include/world_builder/config.h.in index 1d7017f45..219b2fbbd 100644 --- a/include/world_builder/config.h.in +++ b/include/world_builder/config.h.in @@ -1,5 +1,5 @@ /* - Copyright (C) 2018-2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/consts.h b/include/world_builder/consts.h index 3cb401e0b..56d01f284 100644 --- a/include/world_builder/consts.h +++ b/include/world_builder/consts.h @@ -1,14 +1,18 @@ /* - Copyright (C) 2018-2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. + This file is part of the World Builder. + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. + You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ diff --git a/include/world_builder/coordinate_system.h b/include/world_builder/coordinate_system.h index f2f8b6ad3..f60195abf 100644 --- a/include/world_builder/coordinate_system.h +++ b/include/world_builder/coordinate_system.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018-2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/coordinate_systems/cartesian.h b/include/world_builder/coordinate_systems/cartesian.h index 9664f9210..cb196e4b8 100644 --- a/include/world_builder/coordinate_systems/cartesian.h +++ b/include/world_builder/coordinate_systems/cartesian.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/coordinate_systems/interface.h b/include/world_builder/coordinate_systems/interface.h index 6a44304d2..d8147fe0d 100644 --- a/include/world_builder/coordinate_systems/interface.h +++ b/include/world_builder/coordinate_systems/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/coordinate_systems/invalid.h b/include/world_builder/coordinate_systems/invalid.h index 16eba79e6..481929abd 100644 --- a/include/world_builder/coordinate_systems/invalid.h +++ b/include/world_builder/coordinate_systems/invalid.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/coordinate_systems/spherical.h b/include/world_builder/coordinate_systems/spherical.h index dcf5a4229..6fe89645e 100644 --- a/include/world_builder/coordinate_systems/spherical.h +++ b/include/world_builder/coordinate_systems/spherical.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/continental_plate.h b/include/world_builder/features/continental_plate.h index 88154f5e8..ac3f55111 100644 --- a/include/world_builder/features/continental_plate.h +++ b/include/world_builder/features/continental_plate.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/continental_plate_models/composition/interface.h b/include/world_builder/features/continental_plate_models/composition/interface.h index 58200d453..61e341881 100644 --- a/include/world_builder/features/continental_plate_models/composition/interface.h +++ b/include/world_builder/features/continental_plate_models/composition/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/continental_plate_models/composition/random.h b/include/world_builder/features/continental_plate_models/composition/random.h index 7dfcb2b09..5d7a9f401 100644 --- a/include/world_builder/features/continental_plate_models/composition/random.h +++ b/include/world_builder/features/continental_plate_models/composition/random.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2024 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/continental_plate_models/composition/uniform.h b/include/world_builder/features/continental_plate_models/composition/uniform.h index 574178da9..f6540cf82 100644 --- a/include/world_builder/features/continental_plate_models/composition/uniform.h +++ b/include/world_builder/features/continental_plate_models/composition/uniform.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/continental_plate_models/grains/interface.h b/include/world_builder/features/continental_plate_models/grains/interface.h index 787fac402..a63bfdd1c 100644 --- a/include/world_builder/features/continental_plate_models/grains/interface.h +++ b/include/world_builder/features/continental_plate_models/grains/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/continental_plate_models/grains/random_uniform_distribution.h b/include/world_builder/features/continental_plate_models/grains/random_uniform_distribution.h index f32b3f16b..dfa20197d 100644 --- a/include/world_builder/features/continental_plate_models/grains/random_uniform_distribution.h +++ b/include/world_builder/features/continental_plate_models/grains/random_uniform_distribution.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/continental_plate_models/grains/random_uniform_distribution_deflected.h b/include/world_builder/features/continental_plate_models/grains/random_uniform_distribution_deflected.h index 19a072880..4e8cf7173 100644 --- a/include/world_builder/features/continental_plate_models/grains/random_uniform_distribution_deflected.h +++ b/include/world_builder/features/continental_plate_models/grains/random_uniform_distribution_deflected.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/continental_plate_models/grains/uniform.h b/include/world_builder/features/continental_plate_models/grains/uniform.h index a83cab737..6a054a950 100644 --- a/include/world_builder/features/continental_plate_models/grains/uniform.h +++ b/include/world_builder/features/continental_plate_models/grains/uniform.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/continental_plate_models/temperature/adiabatic.h b/include/world_builder/features/continental_plate_models/temperature/adiabatic.h index 537f3bf61..d8be4739f 100644 --- a/include/world_builder/features/continental_plate_models/temperature/adiabatic.h +++ b/include/world_builder/features/continental_plate_models/temperature/adiabatic.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/continental_plate_models/temperature/interface.h b/include/world_builder/features/continental_plate_models/temperature/interface.h index 18db89f63..abbc8ff4f 100644 --- a/include/world_builder/features/continental_plate_models/temperature/interface.h +++ b/include/world_builder/features/continental_plate_models/temperature/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/continental_plate_models/temperature/linear.h b/include/world_builder/features/continental_plate_models/temperature/linear.h index 3b648c90c..07a2a022e 100644 --- a/include/world_builder/features/continental_plate_models/temperature/linear.h +++ b/include/world_builder/features/continental_plate_models/temperature/linear.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/continental_plate_models/temperature/uniform.h b/include/world_builder/features/continental_plate_models/temperature/uniform.h index 559eb9439..bb70e04a2 100644 --- a/include/world_builder/features/continental_plate_models/temperature/uniform.h +++ b/include/world_builder/features/continental_plate_models/temperature/uniform.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/fault.h b/include/world_builder/features/fault.h index f013e27d1..f8e98d112 100644 --- a/include/world_builder/features/fault.h +++ b/include/world_builder/features/fault.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/fault_models/composition/interface.h b/include/world_builder/features/fault_models/composition/interface.h index 3505bdb50..bf82305b6 100644 --- a/include/world_builder/features/fault_models/composition/interface.h +++ b/include/world_builder/features/fault_models/composition/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/fault_models/composition/smooth.h b/include/world_builder/features/fault_models/composition/smooth.h index d741007d8..cf2797297 100644 --- a/include/world_builder/features/fault_models/composition/smooth.h +++ b/include/world_builder/features/fault_models/composition/smooth.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 - 2022 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/fault_models/composition/uniform.h b/include/world_builder/features/fault_models/composition/uniform.h index 7e05cd00c..d4cf27758 100644 --- a/include/world_builder/features/fault_models/composition/uniform.h +++ b/include/world_builder/features/fault_models/composition/uniform.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/fault_models/grains/interface.h b/include/world_builder/features/fault_models/grains/interface.h index e88129555..c31e3fc78 100644 --- a/include/world_builder/features/fault_models/grains/interface.h +++ b/include/world_builder/features/fault_models/grains/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/fault_models/grains/random_uniform_distribution.h b/include/world_builder/features/fault_models/grains/random_uniform_distribution.h index a6061beeb..67712d211 100644 --- a/include/world_builder/features/fault_models/grains/random_uniform_distribution.h +++ b/include/world_builder/features/fault_models/grains/random_uniform_distribution.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/fault_models/grains/random_uniform_distribution_deflected.h b/include/world_builder/features/fault_models/grains/random_uniform_distribution_deflected.h index ce72d5c87..82d2c683f 100644 --- a/include/world_builder/features/fault_models/grains/random_uniform_distribution_deflected.h +++ b/include/world_builder/features/fault_models/grains/random_uniform_distribution_deflected.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/fault_models/grains/uniform.h b/include/world_builder/features/fault_models/grains/uniform.h index cc95897da..d56b49a9e 100644 --- a/include/world_builder/features/fault_models/grains/uniform.h +++ b/include/world_builder/features/fault_models/grains/uniform.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/fault_models/temperature/adiabatic.h b/include/world_builder/features/fault_models/temperature/adiabatic.h index 0fef0b92b..0cf1e7a46 100644 --- a/include/world_builder/features/fault_models/temperature/adiabatic.h +++ b/include/world_builder/features/fault_models/temperature/adiabatic.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/fault_models/temperature/interface.h b/include/world_builder/features/fault_models/temperature/interface.h index 7bfa6b5c1..d910ffcae 100644 --- a/include/world_builder/features/fault_models/temperature/interface.h +++ b/include/world_builder/features/fault_models/temperature/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/fault_models/temperature/linear.h b/include/world_builder/features/fault_models/temperature/linear.h index 5cdf5695a..d70b8c57c 100644 --- a/include/world_builder/features/fault_models/temperature/linear.h +++ b/include/world_builder/features/fault_models/temperature/linear.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/fault_models/temperature/uniform.h b/include/world_builder/features/fault_models/temperature/uniform.h index f997a6461..2b42e9faa 100644 --- a/include/world_builder/features/fault_models/temperature/uniform.h +++ b/include/world_builder/features/fault_models/temperature/uniform.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/feature_utilities.h b/include/world_builder/features/feature_utilities.h index ae6507bde..997eed989 100644 --- a/include/world_builder/features/feature_utilities.h +++ b/include/world_builder/features/feature_utilities.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/interface.h b/include/world_builder/features/interface.h index 512f90745..a23a45c75 100644 --- a/include/world_builder/features/interface.h +++ b/include/world_builder/features/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/mantle_layer.h b/include/world_builder/features/mantle_layer.h index d8891676c..39785617f 100644 --- a/include/world_builder/features/mantle_layer.h +++ b/include/world_builder/features/mantle_layer.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/mantle_layer_models/composition/interface.h b/include/world_builder/features/mantle_layer_models/composition/interface.h index 19fb69143..cab8adf9f 100644 --- a/include/world_builder/features/mantle_layer_models/composition/interface.h +++ b/include/world_builder/features/mantle_layer_models/composition/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/mantle_layer_models/composition/uniform.h b/include/world_builder/features/mantle_layer_models/composition/uniform.h index 5edfb5522..247125db6 100644 --- a/include/world_builder/features/mantle_layer_models/composition/uniform.h +++ b/include/world_builder/features/mantle_layer_models/composition/uniform.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/mantle_layer_models/grains/interface.h b/include/world_builder/features/mantle_layer_models/grains/interface.h index d80bcf422..f93f62af6 100644 --- a/include/world_builder/features/mantle_layer_models/grains/interface.h +++ b/include/world_builder/features/mantle_layer_models/grains/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/mantle_layer_models/grains/random_uniform_distribution.h b/include/world_builder/features/mantle_layer_models/grains/random_uniform_distribution.h index 56fa87900..ac8476e37 100644 --- a/include/world_builder/features/mantle_layer_models/grains/random_uniform_distribution.h +++ b/include/world_builder/features/mantle_layer_models/grains/random_uniform_distribution.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/mantle_layer_models/grains/random_uniform_distribution_deflected.h b/include/world_builder/features/mantle_layer_models/grains/random_uniform_distribution_deflected.h index 960e06f59..4d0bd807b 100644 --- a/include/world_builder/features/mantle_layer_models/grains/random_uniform_distribution_deflected.h +++ b/include/world_builder/features/mantle_layer_models/grains/random_uniform_distribution_deflected.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/mantle_layer_models/grains/uniform.h b/include/world_builder/features/mantle_layer_models/grains/uniform.h index 33749cf6f..60b8cd87b 100644 --- a/include/world_builder/features/mantle_layer_models/grains/uniform.h +++ b/include/world_builder/features/mantle_layer_models/grains/uniform.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/mantle_layer_models/temperature/adiabatic.h b/include/world_builder/features/mantle_layer_models/temperature/adiabatic.h index 83ad63ac5..e281a0510 100644 --- a/include/world_builder/features/mantle_layer_models/temperature/adiabatic.h +++ b/include/world_builder/features/mantle_layer_models/temperature/adiabatic.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/mantle_layer_models/temperature/interface.h b/include/world_builder/features/mantle_layer_models/temperature/interface.h index 8162acc60..2c3de73ce 100644 --- a/include/world_builder/features/mantle_layer_models/temperature/interface.h +++ b/include/world_builder/features/mantle_layer_models/temperature/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/mantle_layer_models/temperature/linear.h b/include/world_builder/features/mantle_layer_models/temperature/linear.h index 27395cbf1..df29e5744 100644 --- a/include/world_builder/features/mantle_layer_models/temperature/linear.h +++ b/include/world_builder/features/mantle_layer_models/temperature/linear.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/mantle_layer_models/temperature/uniform.h b/include/world_builder/features/mantle_layer_models/temperature/uniform.h index 4711ba836..beb7a69d9 100644 --- a/include/world_builder/features/mantle_layer_models/temperature/uniform.h +++ b/include/world_builder/features/mantle_layer_models/temperature/uniform.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/oceanic_plate.h b/include/world_builder/features/oceanic_plate.h index 1ec7acc48..50ec29c9c 100644 --- a/include/world_builder/features/oceanic_plate.h +++ b/include/world_builder/features/oceanic_plate.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/oceanic_plate_models/composition/interface.h b/include/world_builder/features/oceanic_plate_models/composition/interface.h index dfc0a2d42..96b1ff8ff 100644 --- a/include/world_builder/features/oceanic_plate_models/composition/interface.h +++ b/include/world_builder/features/oceanic_plate_models/composition/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/oceanic_plate_models/composition/uniform.h b/include/world_builder/features/oceanic_plate_models/composition/uniform.h index d497bfc29..d4ffad694 100644 --- a/include/world_builder/features/oceanic_plate_models/composition/uniform.h +++ b/include/world_builder/features/oceanic_plate_models/composition/uniform.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/oceanic_plate_models/grains/interface.h b/include/world_builder/features/oceanic_plate_models/grains/interface.h index 429a15529..33cb8afaf 100644 --- a/include/world_builder/features/oceanic_plate_models/grains/interface.h +++ b/include/world_builder/features/oceanic_plate_models/grains/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/oceanic_plate_models/grains/random_uniform_distribution.h b/include/world_builder/features/oceanic_plate_models/grains/random_uniform_distribution.h index 28c7c3921..6b9604d0f 100644 --- a/include/world_builder/features/oceanic_plate_models/grains/random_uniform_distribution.h +++ b/include/world_builder/features/oceanic_plate_models/grains/random_uniform_distribution.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/oceanic_plate_models/grains/random_uniform_distribution_deflected.h b/include/world_builder/features/oceanic_plate_models/grains/random_uniform_distribution_deflected.h index 4aa03e6f2..4a8094581 100644 --- a/include/world_builder/features/oceanic_plate_models/grains/random_uniform_distribution_deflected.h +++ b/include/world_builder/features/oceanic_plate_models/grains/random_uniform_distribution_deflected.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/oceanic_plate_models/grains/uniform.h b/include/world_builder/features/oceanic_plate_models/grains/uniform.h index 87da677f7..ba08f845e 100644 --- a/include/world_builder/features/oceanic_plate_models/grains/uniform.h +++ b/include/world_builder/features/oceanic_plate_models/grains/uniform.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/oceanic_plate_models/temperature/adiabatic.h b/include/world_builder/features/oceanic_plate_models/temperature/adiabatic.h index 4b18c1800..9147f3b99 100644 --- a/include/world_builder/features/oceanic_plate_models/temperature/adiabatic.h +++ b/include/world_builder/features/oceanic_plate_models/temperature/adiabatic.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/oceanic_plate_models/temperature/half_space_model.h b/include/world_builder/features/oceanic_plate_models/temperature/half_space_model.h index 519a87ca6..967134ec5 100644 --- a/include/world_builder/features/oceanic_plate_models/temperature/half_space_model.h +++ b/include/world_builder/features/oceanic_plate_models/temperature/half_space_model.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/oceanic_plate_models/temperature/interface.h b/include/world_builder/features/oceanic_plate_models/temperature/interface.h index b6fe3d175..ca4a6f113 100644 --- a/include/world_builder/features/oceanic_plate_models/temperature/interface.h +++ b/include/world_builder/features/oceanic_plate_models/temperature/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/oceanic_plate_models/temperature/linear.h b/include/world_builder/features/oceanic_plate_models/temperature/linear.h index 847de93dd..3044603f3 100644 --- a/include/world_builder/features/oceanic_plate_models/temperature/linear.h +++ b/include/world_builder/features/oceanic_plate_models/temperature/linear.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/oceanic_plate_models/temperature/plate_model.h b/include/world_builder/features/oceanic_plate_models/temperature/plate_model.h index d36cc14aa..ef381bd6f 100644 --- a/include/world_builder/features/oceanic_plate_models/temperature/plate_model.h +++ b/include/world_builder/features/oceanic_plate_models/temperature/plate_model.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/oceanic_plate_models/temperature/plate_model_constant_age.h b/include/world_builder/features/oceanic_plate_models/temperature/plate_model_constant_age.h index feab4e1a7..b73e6ebfc 100644 --- a/include/world_builder/features/oceanic_plate_models/temperature/plate_model_constant_age.h +++ b/include/world_builder/features/oceanic_plate_models/temperature/plate_model_constant_age.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/oceanic_plate_models/temperature/uniform.h b/include/world_builder/features/oceanic_plate_models/temperature/uniform.h index 68cdf734b..031e3c3a0 100644 --- a/include/world_builder/features/oceanic_plate_models/temperature/uniform.h +++ b/include/world_builder/features/oceanic_plate_models/temperature/uniform.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/plume.h b/include/world_builder/features/plume.h index b8e47c3a3..cbd73cf8d 100644 --- a/include/world_builder/features/plume.h +++ b/include/world_builder/features/plume.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/plume_models/composition/interface.h b/include/world_builder/features/plume_models/composition/interface.h index ee264fbce..ad34a427e 100644 --- a/include/world_builder/features/plume_models/composition/interface.h +++ b/include/world_builder/features/plume_models/composition/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/plume_models/composition/uniform.h b/include/world_builder/features/plume_models/composition/uniform.h index 9012005c9..209bd78c2 100644 --- a/include/world_builder/features/plume_models/composition/uniform.h +++ b/include/world_builder/features/plume_models/composition/uniform.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/plume_models/grains/interface.h b/include/world_builder/features/plume_models/grains/interface.h index 83ffe3751..b8d7ab4f2 100644 --- a/include/world_builder/features/plume_models/grains/interface.h +++ b/include/world_builder/features/plume_models/grains/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/plume_models/grains/uniform.h b/include/world_builder/features/plume_models/grains/uniform.h index b379728b9..ad906fa95 100644 --- a/include/world_builder/features/plume_models/grains/uniform.h +++ b/include/world_builder/features/plume_models/grains/uniform.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/plume_models/temperature/gaussian.h b/include/world_builder/features/plume_models/temperature/gaussian.h index 87140f4a0..6dd80a0b8 100644 --- a/include/world_builder/features/plume_models/temperature/gaussian.h +++ b/include/world_builder/features/plume_models/temperature/gaussian.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/plume_models/temperature/interface.h b/include/world_builder/features/plume_models/temperature/interface.h index 44b1dce8c..9bca58e75 100644 --- a/include/world_builder/features/plume_models/temperature/interface.h +++ b/include/world_builder/features/plume_models/temperature/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/plume_models/temperature/uniform.h b/include/world_builder/features/plume_models/temperature/uniform.h index 1144d6469..d6032cd8d 100644 --- a/include/world_builder/features/plume_models/temperature/uniform.h +++ b/include/world_builder/features/plume_models/temperature/uniform.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/subducting_plate.h b/include/world_builder/features/subducting_plate.h index 93ef37759..2be2f5093 100644 --- a/include/world_builder/features/subducting_plate.h +++ b/include/world_builder/features/subducting_plate.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/subducting_plate_models/composition/interface.h b/include/world_builder/features/subducting_plate_models/composition/interface.h index 2acee1002..fa522377d 100644 --- a/include/world_builder/features/subducting_plate_models/composition/interface.h +++ b/include/world_builder/features/subducting_plate_models/composition/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/subducting_plate_models/composition/smooth.h b/include/world_builder/features/subducting_plate_models/composition/smooth.h index 1ae09ea8d..b6ff89a5f 100644 --- a/include/world_builder/features/subducting_plate_models/composition/smooth.h +++ b/include/world_builder/features/subducting_plate_models/composition/smooth.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 - 2022 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/subducting_plate_models/composition/uniform.h b/include/world_builder/features/subducting_plate_models/composition/uniform.h index 6d6c3a67c..dd10cfb72 100644 --- a/include/world_builder/features/subducting_plate_models/composition/uniform.h +++ b/include/world_builder/features/subducting_plate_models/composition/uniform.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/subducting_plate_models/grains/interface.h b/include/world_builder/features/subducting_plate_models/grains/interface.h index 826e47556..7dcfb2b55 100644 --- a/include/world_builder/features/subducting_plate_models/grains/interface.h +++ b/include/world_builder/features/subducting_plate_models/grains/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/subducting_plate_models/grains/random_uniform_distribution.h b/include/world_builder/features/subducting_plate_models/grains/random_uniform_distribution.h index 91e16c520..45f1e8f23 100644 --- a/include/world_builder/features/subducting_plate_models/grains/random_uniform_distribution.h +++ b/include/world_builder/features/subducting_plate_models/grains/random_uniform_distribution.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/subducting_plate_models/grains/random_uniform_distribution_deflected.h b/include/world_builder/features/subducting_plate_models/grains/random_uniform_distribution_deflected.h index cc746b0f3..ddaada0be 100644 --- a/include/world_builder/features/subducting_plate_models/grains/random_uniform_distribution_deflected.h +++ b/include/world_builder/features/subducting_plate_models/grains/random_uniform_distribution_deflected.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/subducting_plate_models/grains/uniform.h b/include/world_builder/features/subducting_plate_models/grains/uniform.h index 5dd848dbd..726545307 100644 --- a/include/world_builder/features/subducting_plate_models/grains/uniform.h +++ b/include/world_builder/features/subducting_plate_models/grains/uniform.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/subducting_plate_models/temperature/adiabatic.h b/include/world_builder/features/subducting_plate_models/temperature/adiabatic.h index 8cbec2694..9fb26e304 100644 --- a/include/world_builder/features/subducting_plate_models/temperature/adiabatic.h +++ b/include/world_builder/features/subducting_plate_models/temperature/adiabatic.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/subducting_plate_models/temperature/interface.h b/include/world_builder/features/subducting_plate_models/temperature/interface.h index 669ab84c4..0ec07881a 100644 --- a/include/world_builder/features/subducting_plate_models/temperature/interface.h +++ b/include/world_builder/features/subducting_plate_models/temperature/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/subducting_plate_models/temperature/linear.h b/include/world_builder/features/subducting_plate_models/temperature/linear.h index 32a31f625..7484cf35f 100644 --- a/include/world_builder/features/subducting_plate_models/temperature/linear.h +++ b/include/world_builder/features/subducting_plate_models/temperature/linear.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/subducting_plate_models/temperature/mass_conserving.h b/include/world_builder/features/subducting_plate_models/temperature/mass_conserving.h index 0927b95cc..0f8cc020d 100644 --- a/include/world_builder/features/subducting_plate_models/temperature/mass_conserving.h +++ b/include/world_builder/features/subducting_plate_models/temperature/mass_conserving.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/subducting_plate_models/temperature/plate_model.h b/include/world_builder/features/subducting_plate_models/temperature/plate_model.h index 98e5ff82a..b92f9e995 100644 --- a/include/world_builder/features/subducting_plate_models/temperature/plate_model.h +++ b/include/world_builder/features/subducting_plate_models/temperature/plate_model.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/features/subducting_plate_models/temperature/uniform.h b/include/world_builder/features/subducting_plate_models/temperature/uniform.h index 9f037cb40..2abcc8383 100644 --- a/include/world_builder/features/subducting_plate_models/temperature/uniform.h +++ b/include/world_builder/features/subducting_plate_models/temperature/uniform.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/grains.h b/include/world_builder/grains.h index fec8715bb..eb47b2a12 100644 --- a/include/world_builder/grains.h +++ b/include/world_builder/grains.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/gravity_model/interface.h b/include/world_builder/gravity_model/interface.h index 27a7db780..79c20b01a 100644 --- a/include/world_builder/gravity_model/interface.h +++ b/include/world_builder/gravity_model/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/gravity_model/uniform.h b/include/world_builder/gravity_model/uniform.h index e7bd0c7dd..b3f5c29cc 100644 --- a/include/world_builder/gravity_model/uniform.h +++ b/include/world_builder/gravity_model/uniform.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/kd_tree.h b/include/world_builder/kd_tree.h index beccdd3c8..58c26a2db 100644 --- a/include/world_builder/kd_tree.h +++ b/include/world_builder/kd_tree.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2022 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/nan.h b/include/world_builder/nan.h index 581234877..96916c783 100644 --- a/include/world_builder/nan.h +++ b/include/world_builder/nan.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018-2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/objects/bezier_curve.h b/include/world_builder/objects/bezier_curve.h index 4d41a8fa7..cc0868da5 100644 --- a/include/world_builder/objects/bezier_curve.h +++ b/include/world_builder/objects/bezier_curve.h @@ -1,20 +1,20 @@ /* -Copyright (C) 2018 - 2023 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. -This file is part of the World Builder. + This file is part of the World Builder. - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Lesser General Public License as published - by the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Lesser General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . */ #ifndef WORLD_BUILDER_OBJECTS_BEZIER_CURVE_H diff --git a/include/world_builder/objects/closest_point_on_curve.h b/include/world_builder/objects/closest_point_on_curve.h index b785cd536..19377d61e 100644 --- a/include/world_builder/objects/closest_point_on_curve.h +++ b/include/world_builder/objects/closest_point_on_curve.h @@ -1,20 +1,20 @@ /* -Copyright (C) 2018 - 2022 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. -This file is part of the World Builder. + This file is part of the World Builder. - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Lesser General Public License as published - by the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Lesser General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . */ #ifndef WORLD_BUILDER_OBJECTS_CLOSEST_POINT_ON_CURVE_H diff --git a/include/world_builder/objects/distance_from_surface.h b/include/world_builder/objects/distance_from_surface.h index 724c8a2ee..d0b45d1df 100644 --- a/include/world_builder/objects/distance_from_surface.h +++ b/include/world_builder/objects/distance_from_surface.h @@ -1,20 +1,20 @@ /* -Copyright (C) 2018 - 2022 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. -This file is part of the World Builder. + This file is part of the World Builder. - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Lesser General Public License as published - by the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Lesser General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . */ #ifndef WORLD_BUILDER_OBJECTS_DISTANCE_FROM_SURFACE_H diff --git a/include/world_builder/objects/natural_coordinate.h b/include/world_builder/objects/natural_coordinate.h index 174f8a9e3..27f821638 100644 --- a/include/world_builder/objects/natural_coordinate.h +++ b/include/world_builder/objects/natural_coordinate.h @@ -1,20 +1,20 @@ /* -Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. -This file is part of the World Builder. + This file is part of the World Builder. - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Lesser General Public License as published - by the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Lesser General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . */ #ifndef WORLD_BUILDER_OBJECTS_NATURAL_COORDINATE_H diff --git a/include/world_builder/objects/segment.h b/include/world_builder/objects/segment.h index c6f42c70a..5b2b7319d 100644 --- a/include/world_builder/objects/segment.h +++ b/include/world_builder/objects/segment.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2023 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/objects/surface.h b/include/world_builder/objects/surface.h index 4aaecc112..f55a862e0 100644 --- a/include/world_builder/objects/surface.h +++ b/include/world_builder/objects/surface.h @@ -1,22 +1,20 @@ - - /* -Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. -This file is part of the World Builder. + This file is part of the World Builder. - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Lesser General Public License as published - by the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Lesser General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . */ #ifndef WORLD_BUILDER_OBJECTS_SURFACE_H diff --git a/include/world_builder/parameters.h b/include/world_builder/parameters.h index 8bf1c6221..2354bfe34 100644 --- a/include/world_builder/parameters.h +++ b/include/world_builder/parameters.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/point.h b/include/world_builder/point.h index 40dc51c3a..4251ebdbf 100644 --- a/include/world_builder/point.h +++ b/include/world_builder/point.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018-2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/types/array.h b/include/world_builder/types/array.h index 96e107479..f2dba5dc7 100644 --- a/include/world_builder/types/array.h +++ b/include/world_builder/types/array.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/types/bool.h b/include/world_builder/types/bool.h index 73434f6d1..77bafbb7c 100644 --- a/include/world_builder/types/bool.h +++ b/include/world_builder/types/bool.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/types/double.h b/include/world_builder/types/double.h index cde2bb561..05bd3b74d 100644 --- a/include/world_builder/types/double.h +++ b/include/world_builder/types/double.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/types/int.h b/include/world_builder/types/int.h index 73d236f69..29efe06ac 100644 --- a/include/world_builder/types/int.h +++ b/include/world_builder/types/int.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/types/interface.h b/include/world_builder/types/interface.h index bc4bbc8d0..40cd8b586 100644 --- a/include/world_builder/types/interface.h +++ b/include/world_builder/types/interface.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/types/object.h b/include/world_builder/types/object.h index edfffb312..a188450ff 100644 --- a/include/world_builder/types/object.h +++ b/include/world_builder/types/object.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/types/one_of.h b/include/world_builder/types/one_of.h index f15878f65..c4aedcaaa 100644 --- a/include/world_builder/types/one_of.h +++ b/include/world_builder/types/one_of.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/types/plugin_system.h b/include/world_builder/types/plugin_system.h index 8f4d2ec7a..a3ac08279 100644 --- a/include/world_builder/types/plugin_system.h +++ b/include/world_builder/types/plugin_system.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/types/point.h b/include/world_builder/types/point.h index 685062bb2..6a752ed5d 100644 --- a/include/world_builder/types/point.h +++ b/include/world_builder/types/point.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/types/segment.h b/include/world_builder/types/segment.h index 38a1bc341..6ab287930 100644 --- a/include/world_builder/types/segment.h +++ b/include/world_builder/types/segment.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/types/string.h b/include/world_builder/types/string.h index e3b0e61bd..6a83b654c 100644 --- a/include/world_builder/types/string.h +++ b/include/world_builder/types/string.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/types/unsigned_int.h b/include/world_builder/types/unsigned_int.h index 794df595c..1afd9a62f 100644 --- a/include/world_builder/types/unsigned_int.h +++ b/include/world_builder/types/unsigned_int.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/types/value_at_points.h b/include/world_builder/types/value_at_points.h index da0c160df..a3878b616 100644 --- a/include/world_builder/types/value_at_points.h +++ b/include/world_builder/types/value_at_points.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/utilities.h b/include/world_builder/utilities.h index f4186cbb7..bb230351c 100644 --- a/include/world_builder/utilities.h +++ b/include/world_builder/utilities.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/world.h b/include/world_builder/world.h index b2554e582..0627eb60d 100644 --- a/include/world_builder/world.h +++ b/include/world_builder/world.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/wrapper_c.h b/include/world_builder/wrapper_c.h index 04b07ff23..e1598ab66 100644 --- a/include/world_builder/wrapper_c.h +++ b/include/world_builder/wrapper_c.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/include/world_builder/wrapper_cpp.h b/include/world_builder/wrapper_cpp.h index 1cf8e86fe..610ff1bbc 100644 --- a/include/world_builder/wrapper_cpp.h +++ b/include/world_builder/wrapper_cpp.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/coordinate_systems/cartesian.cc b/source/world_builder/coordinate_systems/cartesian.cc index cc8f3a47a..a6222ae91 100644 --- a/source/world_builder/coordinate_systems/cartesian.cc +++ b/source/world_builder/coordinate_systems/cartesian.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018-2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/coordinate_systems/interface.cc b/source/world_builder/coordinate_systems/interface.cc index 8dbb264c8..6332ef2b2 100644 --- a/source/world_builder/coordinate_systems/interface.cc +++ b/source/world_builder/coordinate_systems/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/coordinate_systems/invalid.cc b/source/world_builder/coordinate_systems/invalid.cc index 9c30d62f4..72ca62e90 100644 --- a/source/world_builder/coordinate_systems/invalid.cc +++ b/source/world_builder/coordinate_systems/invalid.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018-2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/coordinate_systems/spherical.cc b/source/world_builder/coordinate_systems/spherical.cc index aecc9fc88..0ed922b9b 100644 --- a/source/world_builder/coordinate_systems/spherical.cc +++ b/source/world_builder/coordinate_systems/spherical.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018-2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/continental_plate.cc b/source/world_builder/features/continental_plate.cc index 82fbf1a13..3471aeff0 100644 --- a/source/world_builder/features/continental_plate.cc +++ b/source/world_builder/features/continental_plate.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. @@ -33,8 +33,6 @@ #include "world_builder/types/value_at_points.h" #include "world_builder/world.h" -#include "world_builder/kd_tree.h" - #include diff --git a/source/world_builder/features/continental_plate_models/composition/interface.cc b/source/world_builder/features/continental_plate_models/composition/interface.cc index bc29b9e05..6f48a19c6 100644 --- a/source/world_builder/features/continental_plate_models/composition/interface.cc +++ b/source/world_builder/features/continental_plate_models/composition/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/continental_plate_models/composition/random.cc b/source/world_builder/features/continental_plate_models/composition/random.cc index 888be7262..cfb0d2086 100644 --- a/source/world_builder/features/continental_plate_models/composition/random.cc +++ b/source/world_builder/features/continental_plate_models/composition/random.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2024 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/continental_plate_models/composition/uniform.cc b/source/world_builder/features/continental_plate_models/composition/uniform.cc index 8e612a0a9..51130ef82 100644 --- a/source/world_builder/features/continental_plate_models/composition/uniform.cc +++ b/source/world_builder/features/continental_plate_models/composition/uniform.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/continental_plate_models/grains/interface.cc b/source/world_builder/features/continental_plate_models/grains/interface.cc index dbe50b004..c10e151f1 100644 --- a/source/world_builder/features/continental_plate_models/grains/interface.cc +++ b/source/world_builder/features/continental_plate_models/grains/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/continental_plate_models/grains/random_uniform_distribution.cc b/source/world_builder/features/continental_plate_models/grains/random_uniform_distribution.cc index a9c64de0d..516b9413a 100644 --- a/source/world_builder/features/continental_plate_models/grains/random_uniform_distribution.cc +++ b/source/world_builder/features/continental_plate_models/grains/random_uniform_distribution.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/continental_plate_models/grains/random_uniform_distribution_deflected.cc b/source/world_builder/features/continental_plate_models/grains/random_uniform_distribution_deflected.cc index 93c68a217..02150f29e 100644 --- a/source/world_builder/features/continental_plate_models/grains/random_uniform_distribution_deflected.cc +++ b/source/world_builder/features/continental_plate_models/grains/random_uniform_distribution_deflected.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/continental_plate_models/grains/uniform.cc b/source/world_builder/features/continental_plate_models/grains/uniform.cc index 3af10f35e..110bd9190 100644 --- a/source/world_builder/features/continental_plate_models/grains/uniform.cc +++ b/source/world_builder/features/continental_plate_models/grains/uniform.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/continental_plate_models/temperature/adiabatic.cc b/source/world_builder/features/continental_plate_models/temperature/adiabatic.cc index cb7e91dd9..88d836390 100644 --- a/source/world_builder/features/continental_plate_models/temperature/adiabatic.cc +++ b/source/world_builder/features/continental_plate_models/temperature/adiabatic.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/continental_plate_models/temperature/interface.cc b/source/world_builder/features/continental_plate_models/temperature/interface.cc index 0b6f83e5b..1e582d955 100644 --- a/source/world_builder/features/continental_plate_models/temperature/interface.cc +++ b/source/world_builder/features/continental_plate_models/temperature/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/continental_plate_models/temperature/linear.cc b/source/world_builder/features/continental_plate_models/temperature/linear.cc index f5bc2e0b6..8fead61f0 100644 --- a/source/world_builder/features/continental_plate_models/temperature/linear.cc +++ b/source/world_builder/features/continental_plate_models/temperature/linear.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/continental_plate_models/temperature/uniform.cc b/source/world_builder/features/continental_plate_models/temperature/uniform.cc index cc6d96162..ff4b8d695 100644 --- a/source/world_builder/features/continental_plate_models/temperature/uniform.cc +++ b/source/world_builder/features/continental_plate_models/temperature/uniform.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/fault.cc b/source/world_builder/features/fault.cc index ff129f8a5..db2cc48cb 100644 --- a/source/world_builder/features/fault.cc +++ b/source/world_builder/features/fault.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/fault_models/composition/interface.cc b/source/world_builder/features/fault_models/composition/interface.cc index 15c6fdda3..ed645a38e 100644 --- a/source/world_builder/features/fault_models/composition/interface.cc +++ b/source/world_builder/features/fault_models/composition/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/fault_models/composition/smooth.cc b/source/world_builder/features/fault_models/composition/smooth.cc index 3731195b3..e9e31c1bd 100644 --- a/source/world_builder/features/fault_models/composition/smooth.cc +++ b/source/world_builder/features/fault_models/composition/smooth.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 - 2022 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/fault_models/composition/uniform.cc b/source/world_builder/features/fault_models/composition/uniform.cc index bb92e7203..c125eb394 100644 --- a/source/world_builder/features/fault_models/composition/uniform.cc +++ b/source/world_builder/features/fault_models/composition/uniform.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/fault_models/grains/interface.cc b/source/world_builder/features/fault_models/grains/interface.cc index 2ca1ff68a..12de398c2 100644 --- a/source/world_builder/features/fault_models/grains/interface.cc +++ b/source/world_builder/features/fault_models/grains/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/fault_models/grains/random_uniform_distribution.cc b/source/world_builder/features/fault_models/grains/random_uniform_distribution.cc index 856cf917a..06ccaebca 100644 --- a/source/world_builder/features/fault_models/grains/random_uniform_distribution.cc +++ b/source/world_builder/features/fault_models/grains/random_uniform_distribution.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/fault_models/grains/random_uniform_distribution_deflected.cc b/source/world_builder/features/fault_models/grains/random_uniform_distribution_deflected.cc index f0928421c..1f970ee20 100644 --- a/source/world_builder/features/fault_models/grains/random_uniform_distribution_deflected.cc +++ b/source/world_builder/features/fault_models/grains/random_uniform_distribution_deflected.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/fault_models/grains/uniform.cc b/source/world_builder/features/fault_models/grains/uniform.cc index df4fd9094..d1449f81b 100644 --- a/source/world_builder/features/fault_models/grains/uniform.cc +++ b/source/world_builder/features/fault_models/grains/uniform.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/fault_models/temperature/adiabatic.cc b/source/world_builder/features/fault_models/temperature/adiabatic.cc index b29b37ee8..64b983120 100644 --- a/source/world_builder/features/fault_models/temperature/adiabatic.cc +++ b/source/world_builder/features/fault_models/temperature/adiabatic.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/fault_models/temperature/interface.cc b/source/world_builder/features/fault_models/temperature/interface.cc index 940011ed6..fe7d7b002 100644 --- a/source/world_builder/features/fault_models/temperature/interface.cc +++ b/source/world_builder/features/fault_models/temperature/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/fault_models/temperature/linear.cc b/source/world_builder/features/fault_models/temperature/linear.cc index edcf70cba..16a1f2b03 100644 --- a/source/world_builder/features/fault_models/temperature/linear.cc +++ b/source/world_builder/features/fault_models/temperature/linear.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/fault_models/temperature/uniform.cc b/source/world_builder/features/fault_models/temperature/uniform.cc index 2844fd15a..fdddb360d 100644 --- a/source/world_builder/features/fault_models/temperature/uniform.cc +++ b/source/world_builder/features/fault_models/temperature/uniform.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/feature_utilities.cc b/source/world_builder/features/feature_utilities.cc index d589166bf..4bbd05f3f 100644 --- a/source/world_builder/features/feature_utilities.cc +++ b/source/world_builder/features/feature_utilities.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/interface.cc b/source/world_builder/features/interface.cc index b3cb987e6..0678ad063 100644 --- a/source/world_builder/features/interface.cc +++ b/source/world_builder/features/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/mantle_layer.cc b/source/world_builder/features/mantle_layer.cc index 4217ad1ba..3f5c64f46 100644 --- a/source/world_builder/features/mantle_layer.cc +++ b/source/world_builder/features/mantle_layer.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/mantle_layer_models/composition/interface.cc b/source/world_builder/features/mantle_layer_models/composition/interface.cc index f6bf66282..0f626ab04 100644 --- a/source/world_builder/features/mantle_layer_models/composition/interface.cc +++ b/source/world_builder/features/mantle_layer_models/composition/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/mantle_layer_models/composition/uniform.cc b/source/world_builder/features/mantle_layer_models/composition/uniform.cc index dd137ec39..a61230f5e 100644 --- a/source/world_builder/features/mantle_layer_models/composition/uniform.cc +++ b/source/world_builder/features/mantle_layer_models/composition/uniform.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018-2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/mantle_layer_models/grains/interface.cc b/source/world_builder/features/mantle_layer_models/grains/interface.cc index 1233e2a69..259b393aa 100644 --- a/source/world_builder/features/mantle_layer_models/grains/interface.cc +++ b/source/world_builder/features/mantle_layer_models/grains/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/mantle_layer_models/grains/random_uniform_distribution.cc b/source/world_builder/features/mantle_layer_models/grains/random_uniform_distribution.cc index a5d139840..9d75e3de1 100644 --- a/source/world_builder/features/mantle_layer_models/grains/random_uniform_distribution.cc +++ b/source/world_builder/features/mantle_layer_models/grains/random_uniform_distribution.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. @@ -29,7 +29,6 @@ #include "world_builder/types/one_of.h" #include "world_builder/types/unsigned_int.h" #include "world_builder/types/value_at_points.h" -#include "world_builder/utilities.h" #include "world_builder/world.h" namespace WorldBuilder diff --git a/source/world_builder/features/mantle_layer_models/grains/random_uniform_distribution_deflected.cc b/source/world_builder/features/mantle_layer_models/grains/random_uniform_distribution_deflected.cc index aa740daba..d3cf85005 100644 --- a/source/world_builder/features/mantle_layer_models/grains/random_uniform_distribution_deflected.cc +++ b/source/world_builder/features/mantle_layer_models/grains/random_uniform_distribution_deflected.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. @@ -29,7 +29,6 @@ #include "world_builder/types/one_of.h" #include "world_builder/types/unsigned_int.h" #include "world_builder/types/value_at_points.h" -#include "world_builder/utilities.h" #include "world_builder/world.h" namespace WorldBuilder diff --git a/source/world_builder/features/mantle_layer_models/grains/uniform.cc b/source/world_builder/features/mantle_layer_models/grains/uniform.cc index 6bb45713d..dea13791d 100644 --- a/source/world_builder/features/mantle_layer_models/grains/uniform.cc +++ b/source/world_builder/features/mantle_layer_models/grains/uniform.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/mantle_layer_models/temperature/adiabatic.cc b/source/world_builder/features/mantle_layer_models/temperature/adiabatic.cc index 5b68f5d57..28c172b2e 100644 --- a/source/world_builder/features/mantle_layer_models/temperature/adiabatic.cc +++ b/source/world_builder/features/mantle_layer_models/temperature/adiabatic.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. @@ -26,7 +26,6 @@ #include "world_builder/types/object.h" #include "world_builder/types/one_of.h" #include "world_builder/types/value_at_points.h" -#include "world_builder/utilities.h" #include "world_builder/world.h" diff --git a/source/world_builder/features/mantle_layer_models/temperature/interface.cc b/source/world_builder/features/mantle_layer_models/temperature/interface.cc index 5b0f8989a..bfcd54744 100644 --- a/source/world_builder/features/mantle_layer_models/temperature/interface.cc +++ b/source/world_builder/features/mantle_layer_models/temperature/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/mantle_layer_models/temperature/linear.cc b/source/world_builder/features/mantle_layer_models/temperature/linear.cc index 7d9668ba9..c7307d528 100644 --- a/source/world_builder/features/mantle_layer_models/temperature/linear.cc +++ b/source/world_builder/features/mantle_layer_models/temperature/linear.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. @@ -26,7 +26,6 @@ #include "world_builder/types/object.h" #include "world_builder/types/one_of.h" #include "world_builder/types/value_at_points.h" -#include "world_builder/utilities.h" #include "world_builder/world.h" diff --git a/source/world_builder/features/mantle_layer_models/temperature/uniform.cc b/source/world_builder/features/mantle_layer_models/temperature/uniform.cc index 54dfedf88..742a922cb 100644 --- a/source/world_builder/features/mantle_layer_models/temperature/uniform.cc +++ b/source/world_builder/features/mantle_layer_models/temperature/uniform.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/oceanic_plate.cc b/source/world_builder/features/oceanic_plate.cc index 4a078af04..a1c2234bc 100644 --- a/source/world_builder/features/oceanic_plate.cc +++ b/source/world_builder/features/oceanic_plate.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/oceanic_plate_models/composition/interface.cc b/source/world_builder/features/oceanic_plate_models/composition/interface.cc index 9b92f4b18..543e29701 100644 --- a/source/world_builder/features/oceanic_plate_models/composition/interface.cc +++ b/source/world_builder/features/oceanic_plate_models/composition/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/oceanic_plate_models/composition/uniform.cc b/source/world_builder/features/oceanic_plate_models/composition/uniform.cc index 1fec80468..ea2c7f7c0 100644 --- a/source/world_builder/features/oceanic_plate_models/composition/uniform.cc +++ b/source/world_builder/features/oceanic_plate_models/composition/uniform.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/oceanic_plate_models/grains/interface.cc b/source/world_builder/features/oceanic_plate_models/grains/interface.cc index 182edb614..f7e1b13aa 100644 --- a/source/world_builder/features/oceanic_plate_models/grains/interface.cc +++ b/source/world_builder/features/oceanic_plate_models/grains/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/oceanic_plate_models/grains/random_uniform_distribution.cc b/source/world_builder/features/oceanic_plate_models/grains/random_uniform_distribution.cc index 1c9b5b714..95f954768 100644 --- a/source/world_builder/features/oceanic_plate_models/grains/random_uniform_distribution.cc +++ b/source/world_builder/features/oceanic_plate_models/grains/random_uniform_distribution.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/oceanic_plate_models/grains/random_uniform_distribution_deflected.cc b/source/world_builder/features/oceanic_plate_models/grains/random_uniform_distribution_deflected.cc index 0fd293a62..ffac67363 100644 --- a/source/world_builder/features/oceanic_plate_models/grains/random_uniform_distribution_deflected.cc +++ b/source/world_builder/features/oceanic_plate_models/grains/random_uniform_distribution_deflected.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/oceanic_plate_models/grains/uniform.cc b/source/world_builder/features/oceanic_plate_models/grains/uniform.cc index dc1430e48..ddb408107 100644 --- a/source/world_builder/features/oceanic_plate_models/grains/uniform.cc +++ b/source/world_builder/features/oceanic_plate_models/grains/uniform.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/oceanic_plate_models/temperature/adiabatic.cc b/source/world_builder/features/oceanic_plate_models/temperature/adiabatic.cc index a643ddf00..d41973ad5 100644 --- a/source/world_builder/features/oceanic_plate_models/temperature/adiabatic.cc +++ b/source/world_builder/features/oceanic_plate_models/temperature/adiabatic.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/oceanic_plate_models/temperature/half_space_model.cc b/source/world_builder/features/oceanic_plate_models/temperature/half_space_model.cc index 0649c0b65..edc1f0bb0 100644 --- a/source/world_builder/features/oceanic_plate_models/temperature/half_space_model.cc +++ b/source/world_builder/features/oceanic_plate_models/temperature/half_space_model.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/oceanic_plate_models/temperature/interface.cc b/source/world_builder/features/oceanic_plate_models/temperature/interface.cc index c5d2e6eaf..ddebc6632 100644 --- a/source/world_builder/features/oceanic_plate_models/temperature/interface.cc +++ b/source/world_builder/features/oceanic_plate_models/temperature/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/oceanic_plate_models/temperature/linear.cc b/source/world_builder/features/oceanic_plate_models/temperature/linear.cc index 259c57ca1..c5a0e6602 100644 --- a/source/world_builder/features/oceanic_plate_models/temperature/linear.cc +++ b/source/world_builder/features/oceanic_plate_models/temperature/linear.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/oceanic_plate_models/temperature/plate_model.cc b/source/world_builder/features/oceanic_plate_models/temperature/plate_model.cc index f1b36da83..e426bb3b1 100644 --- a/source/world_builder/features/oceanic_plate_models/temperature/plate_model.cc +++ b/source/world_builder/features/oceanic_plate_models/temperature/plate_model.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/oceanic_plate_models/temperature/plate_model_constant_age.cc b/source/world_builder/features/oceanic_plate_models/temperature/plate_model_constant_age.cc index 8688e6957..98e5b7e04 100644 --- a/source/world_builder/features/oceanic_plate_models/temperature/plate_model_constant_age.cc +++ b/source/world_builder/features/oceanic_plate_models/temperature/plate_model_constant_age.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/oceanic_plate_models/temperature/uniform.cc b/source/world_builder/features/oceanic_plate_models/temperature/uniform.cc index 51c2a86a6..ec3bf293c 100644 --- a/source/world_builder/features/oceanic_plate_models/temperature/uniform.cc +++ b/source/world_builder/features/oceanic_plate_models/temperature/uniform.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/plume.cc b/source/world_builder/features/plume.cc index 2b1756c98..22d557b09 100644 --- a/source/world_builder/features/plume.cc +++ b/source/world_builder/features/plume.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/plume_models/composition/interface.cc b/source/world_builder/features/plume_models/composition/interface.cc index 320d913a4..0921105f3 100644 --- a/source/world_builder/features/plume_models/composition/interface.cc +++ b/source/world_builder/features/plume_models/composition/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/plume_models/composition/uniform.cc b/source/world_builder/features/plume_models/composition/uniform.cc index 70ef68d0c..66065e75d 100644 --- a/source/world_builder/features/plume_models/composition/uniform.cc +++ b/source/world_builder/features/plume_models/composition/uniform.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/plume_models/grains/interface.cc b/source/world_builder/features/plume_models/grains/interface.cc index d4086bc75..69abaa739 100644 --- a/source/world_builder/features/plume_models/grains/interface.cc +++ b/source/world_builder/features/plume_models/grains/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/plume_models/grains/uniform.cc b/source/world_builder/features/plume_models/grains/uniform.cc index d9b26ed2b..d6976a7ff 100644 --- a/source/world_builder/features/plume_models/grains/uniform.cc +++ b/source/world_builder/features/plume_models/grains/uniform.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/plume_models/temperature/gaussian.cc b/source/world_builder/features/plume_models/temperature/gaussian.cc index fa0febeed..59aed99db 100644 --- a/source/world_builder/features/plume_models/temperature/gaussian.cc +++ b/source/world_builder/features/plume_models/temperature/gaussian.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/plume_models/temperature/interface.cc b/source/world_builder/features/plume_models/temperature/interface.cc index ca490599f..98c36d94b 100644 --- a/source/world_builder/features/plume_models/temperature/interface.cc +++ b/source/world_builder/features/plume_models/temperature/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/plume_models/temperature/uniform.cc b/source/world_builder/features/plume_models/temperature/uniform.cc index dc6a71451..99438d63b 100644 --- a/source/world_builder/features/plume_models/temperature/uniform.cc +++ b/source/world_builder/features/plume_models/temperature/uniform.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/subducting_plate.cc b/source/world_builder/features/subducting_plate.cc index f4eb600f5..025e7ac48 100644 --- a/source/world_builder/features/subducting_plate.cc +++ b/source/world_builder/features/subducting_plate.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/subducting_plate_models/composition/interface.cc b/source/world_builder/features/subducting_plate_models/composition/interface.cc index 24e5d3d62..869091352 100644 --- a/source/world_builder/features/subducting_plate_models/composition/interface.cc +++ b/source/world_builder/features/subducting_plate_models/composition/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/subducting_plate_models/composition/smooth.cc b/source/world_builder/features/subducting_plate_models/composition/smooth.cc index ccafe6a86..6501fca13 100644 --- a/source/world_builder/features/subducting_plate_models/composition/smooth.cc +++ b/source/world_builder/features/subducting_plate_models/composition/smooth.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 - 2022 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/subducting_plate_models/composition/uniform.cc b/source/world_builder/features/subducting_plate_models/composition/uniform.cc index ac5a20062..9d7ae9627 100644 --- a/source/world_builder/features/subducting_plate_models/composition/uniform.cc +++ b/source/world_builder/features/subducting_plate_models/composition/uniform.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/subducting_plate_models/grains/interface.cc b/source/world_builder/features/subducting_plate_models/grains/interface.cc index 946dfafe9..50faddd23 100644 --- a/source/world_builder/features/subducting_plate_models/grains/interface.cc +++ b/source/world_builder/features/subducting_plate_models/grains/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/subducting_plate_models/grains/random_uniform_distribution.cc b/source/world_builder/features/subducting_plate_models/grains/random_uniform_distribution.cc index ffa351eb5..4317a9057 100644 --- a/source/world_builder/features/subducting_plate_models/grains/random_uniform_distribution.cc +++ b/source/world_builder/features/subducting_plate_models/grains/random_uniform_distribution.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/subducting_plate_models/grains/random_uniform_distribution_deflected.cc b/source/world_builder/features/subducting_plate_models/grains/random_uniform_distribution_deflected.cc index d998fc0ae..bf9ac3a3e 100644 --- a/source/world_builder/features/subducting_plate_models/grains/random_uniform_distribution_deflected.cc +++ b/source/world_builder/features/subducting_plate_models/grains/random_uniform_distribution_deflected.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/subducting_plate_models/grains/uniform.cc b/source/world_builder/features/subducting_plate_models/grains/uniform.cc index c16317b63..672dac794 100644 --- a/source/world_builder/features/subducting_plate_models/grains/uniform.cc +++ b/source/world_builder/features/subducting_plate_models/grains/uniform.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/subducting_plate_models/temperature/adiabatic.cc b/source/world_builder/features/subducting_plate_models/temperature/adiabatic.cc index 844d6217e..4bed92202 100644 --- a/source/world_builder/features/subducting_plate_models/temperature/adiabatic.cc +++ b/source/world_builder/features/subducting_plate_models/temperature/adiabatic.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/subducting_plate_models/temperature/interface.cc b/source/world_builder/features/subducting_plate_models/temperature/interface.cc index 462d858c8..ada29a765 100644 --- a/source/world_builder/features/subducting_plate_models/temperature/interface.cc +++ b/source/world_builder/features/subducting_plate_models/temperature/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/subducting_plate_models/temperature/linear.cc b/source/world_builder/features/subducting_plate_models/temperature/linear.cc index 188ac0b9e..e4c6a70dc 100644 --- a/source/world_builder/features/subducting_plate_models/temperature/linear.cc +++ b/source/world_builder/features/subducting_plate_models/temperature/linear.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/subducting_plate_models/temperature/mass_conserving.cc b/source/world_builder/features/subducting_plate_models/temperature/mass_conserving.cc index c4ad92713..212126a53 100644 --- a/source/world_builder/features/subducting_plate_models/temperature/mass_conserving.cc +++ b/source/world_builder/features/subducting_plate_models/temperature/mass_conserving.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/subducting_plate_models/temperature/plate_model.cc b/source/world_builder/features/subducting_plate_models/temperature/plate_model.cc index eb4b341a1..368adcdc0 100644 --- a/source/world_builder/features/subducting_plate_models/temperature/plate_model.cc +++ b/source/world_builder/features/subducting_plate_models/temperature/plate_model.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/features/subducting_plate_models/temperature/uniform.cc b/source/world_builder/features/subducting_plate_models/temperature/uniform.cc index 1994aee81..aa9a904ee 100644 --- a/source/world_builder/features/subducting_plate_models/temperature/uniform.cc +++ b/source/world_builder/features/subducting_plate_models/temperature/uniform.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/grains.cc b/source/world_builder/grains.cc index 5c526b33b..b9e06ad2c 100644 --- a/source/world_builder/grains.cc +++ b/source/world_builder/grains.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/gravity_model/interface.cc b/source/world_builder/gravity_model/interface.cc index 19b6b1eef..6a4177763 100644 --- a/source/world_builder/gravity_model/interface.cc +++ b/source/world_builder/gravity_model/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/gravity_model/uniform.cc b/source/world_builder/gravity_model/uniform.cc index f855ae977..9978af549 100644 --- a/source/world_builder/gravity_model/uniform.cc +++ b/source/world_builder/gravity_model/uniform.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018-2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/kd_tree.cc b/source/world_builder/kd_tree.cc index 14e301f03..af017c60a 100644 --- a/source/world_builder/kd_tree.cc +++ b/source/world_builder/kd_tree.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2022 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/objects/bezier_curve.cc b/source/world_builder/objects/bezier_curve.cc index f8172d0fa..374e7c49f 100644 --- a/source/world_builder/objects/bezier_curve.cc +++ b/source/world_builder/objects/bezier_curve.cc @@ -1,20 +1,20 @@ /* -Copyright (C) 2018 - 2023 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. -This file is part of the World Builder. + This file is part of the World Builder. -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Lesser General Public License as published -by the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Lesser General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. -You should have received a copy of the GNU Lesser General Public License -along with this program. If not, see . + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . */ #include "world_builder/assert.h" #include "world_builder/nan.h" diff --git a/source/world_builder/objects/distance_from_surface.cc b/source/world_builder/objects/distance_from_surface.cc index 3dd95f01a..5024c3692 100644 --- a/source/world_builder/objects/distance_from_surface.cc +++ b/source/world_builder/objects/distance_from_surface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2022 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/objects/natural_coordinate.cc b/source/world_builder/objects/natural_coordinate.cc index 290cd0018..b02ddc9be 100644 --- a/source/world_builder/objects/natural_coordinate.cc +++ b/source/world_builder/objects/natural_coordinate.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/objects/segment.cc b/source/world_builder/objects/segment.cc index 6e120bbc2..368a034ad 100644 --- a/source/world_builder/objects/segment.cc +++ b/source/world_builder/objects/segment.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2023 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/objects/surface.cc b/source/world_builder/objects/surface.cc index 3bf518461..e50970331 100644 --- a/source/world_builder/objects/surface.cc +++ b/source/world_builder/objects/surface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/parameters.cc b/source/world_builder/parameters.cc index 6645a8c58..5277b1216 100644 --- a/source/world_builder/parameters.cc +++ b/source/world_builder/parameters.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/point.cc b/source/world_builder/point.cc index 7a4a5601a..1c54ab7d9 100644 --- a/source/world_builder/point.cc +++ b/source/world_builder/point.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/types/array.cc b/source/world_builder/types/array.cc index 11106abb8..7c62626a9 100644 --- a/source/world_builder/types/array.cc +++ b/source/world_builder/types/array.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/types/bool.cc b/source/world_builder/types/bool.cc index f07e1bee9..94ee122cb 100644 --- a/source/world_builder/types/bool.cc +++ b/source/world_builder/types/bool.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/types/double.cc b/source/world_builder/types/double.cc index 3f66c7def..3d1e1f2a4 100644 --- a/source/world_builder/types/double.cc +++ b/source/world_builder/types/double.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/types/int.cc b/source/world_builder/types/int.cc index 155bececb..a18c7ef38 100644 --- a/source/world_builder/types/int.cc +++ b/source/world_builder/types/int.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/types/interface.cc b/source/world_builder/types/interface.cc index 0283fa3ed..c1bd9560a 100644 --- a/source/world_builder/types/interface.cc +++ b/source/world_builder/types/interface.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018-2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/types/object.cc b/source/world_builder/types/object.cc index 314018dd4..fce574bd9 100644 --- a/source/world_builder/types/object.cc +++ b/source/world_builder/types/object.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/types/one_of.cc b/source/world_builder/types/one_of.cc index 651258efc..8ee982bb1 100644 --- a/source/world_builder/types/one_of.cc +++ b/source/world_builder/types/one_of.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/types/plugin_system.cc b/source/world_builder/types/plugin_system.cc index f710c305f..4e5d23d1c 100644 --- a/source/world_builder/types/plugin_system.cc +++ b/source/world_builder/types/plugin_system.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/types/point.cc b/source/world_builder/types/point.cc index db1c39b1c..597c4426a 100644 --- a/source/world_builder/types/point.cc +++ b/source/world_builder/types/point.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/types/segment.cc b/source/world_builder/types/segment.cc index 1f629eb47..b51c63c1a 100644 --- a/source/world_builder/types/segment.cc +++ b/source/world_builder/types/segment.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/types/string.cc b/source/world_builder/types/string.cc index 88373ef72..903f9ed4c 100644 --- a/source/world_builder/types/string.cc +++ b/source/world_builder/types/string.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/types/unsigned_int.cc b/source/world_builder/types/unsigned_int.cc index 90d491f6d..9109cb72b 100644 --- a/source/world_builder/types/unsigned_int.cc +++ b/source/world_builder/types/unsigned_int.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/types/value_at_points.cc b/source/world_builder/types/value_at_points.cc index 222b98037..ad51d48ed 100644 --- a/source/world_builder/types/value_at_points.cc +++ b/source/world_builder/types/value_at_points.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/utilities.cc b/source/world_builder/utilities.cc index 28d3e62bd..cf5bbc5a2 100644 --- a/source/world_builder/utilities.cc +++ b/source/world_builder/utilities.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/world.cc b/source/world_builder/world.cc index f3382c2d2..3c217e6b9 100644 --- a/source/world_builder/world.cc +++ b/source/world_builder/world.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/wrapper_c.cc b/source/world_builder/wrapper_c.cc index 05949a844..e0b95e6e4 100644 --- a/source/world_builder/wrapper_c.cc +++ b/source/world_builder/wrapper_c.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/wrapper_cpp.cc b/source/world_builder/wrapper_cpp.cc index a5bf99357..d4764ab24 100644 --- a/source/world_builder/wrapper_cpp.cc +++ b/source/world_builder/wrapper_cpp.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 - 2021 by the authors of the World Builder code. + Copyright (C) 2018-2024 by the authors of the World Builder code. This file is part of the World Builder. diff --git a/source/world_builder/wrapper_fortran.f90 b/source/world_builder/wrapper_fortran.f90 index b172dd9f6..35f5b548e 100644 --- a/source/world_builder/wrapper_fortran.f90 +++ b/source/world_builder/wrapper_fortran.f90 @@ -1,20 +1,21 @@ !! -!! Copyright (C) 2018-2021 by the authors of the World Builder code. +!! Copyright (C) 2018-2024 by the authors of the World Builder code. !! !! This file is part of the World Builder. !! -!! This program is free software: you can redistribute it and/or modify -!! it under the terms of the GNU Lesser General Public License as published -!! by the Free Software Foundation, either version 2 of the License, or -!! (at your option) any later version. +!! This program is free software: you can redistribute it and/or modify +!! it under the terms of the GNU Lesser General Public License as published +!! by the Free Software Foundation, either version 2 of the License, or +!! (at your option) any later version. !! -!! This program is distributed in the hope that it will be useful, -!! but WITHOUT ANY WARRANTY; without even the implied warranty of -!! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -!! GNU Lesser General Public License for more details. +!! This program is distributed in the hope that it will be useful, +!! but WITHOUT ANY WARRANTY; without even the implied warranty of +!! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +!! GNU Lesser General Public License for more details. +!! +!! You should have received a copy of the GNU Lesser General Public License +!! along with this program. If not, see . !! -!! You should have received a copy of the GNU Lesser General Public License -!! along with this program. If not, see . MODULE WorldBuilder USE, INTRINSIC :: ISO_C_BINDING!, ONLY: C_PTR