solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

commit c1c5232efbc192f0b5406435d3b33526af29b18c
parent 3d3c544edf350774bf717668fd5f7daf799f07d0
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Thu, 16 Apr 2026 17:59:28 +0200

Update copyright notice

Diffstat:
Msrc/main.c | 2+-
Msrc/solstice.c | 2+-
Msrc/solstice.h | 2+-
Msrc/solstice_args.c | 4++--
Msrc/solstice_args.h.in | 2+-
Msrc/solstice_atmosphere.c | 2+-
Msrc/solstice_c.h | 2+-
Msrc/solstice_draw.c | 2+-
Msrc/solstice_dump.c | 2+-
Msrc/solstice_entity.c | 2+-
Msrc/solstice_material.c | 2+-
Msrc/solstice_node.c | 2+-
Msrc/solstice_object.c | 2+-
Msrc/solstice_solve.c | 2+-
Msrc/solstice_spectrum.c | 2+-
Msrc/solstice_sun.c | 2+-
Msrc/solstice_sun_spectrum.c | 2+-
Msrc/solstice_sun_spectrum.h | 2+-
Msrc/solstice_version.h.in | 4++--
Msrc/test_solstice_args.c | 2+-
Msrc/test_solstice_simulation.c | 2+-
Msrc/test_solstice_utils.h | 2+-
22 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/src/main.c b/src/main.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2019, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/solstice.c b/src/solstice.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2019, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/solstice.h b/src/solstice.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2019, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/solstice_args.c b/src/solstice_args.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2019, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify @@ -78,7 +78,7 @@ print_help(const char* program) " --version display version information and exit.\n"); printf("\n"); printf( -"Copyright (C) 2018, 2019, 2021 |Meso|Star> (contact@meso-star.com).\n" +"Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com).\n" "Copyright (C) 2016-2018 CNRS.\n" "Solstice is a free software released under the GNU GPL license, version 3 or\n" "later. You are free to change or redistribute it under certain conditions\n" diff --git a/src/solstice_args.h.in b/src/solstice_args.h.in @@ -1,4 +1,4 @@ -/* Copyright (C) CNRS 2016-2018 +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/solstice_atmosphere.c b/src/solstice_atmosphere.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2019, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/solstice_c.h b/src/solstice_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2019, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/solstice_draw.c b/src/solstice_draw.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2019, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/solstice_dump.c b/src/solstice_dump.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2019, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/solstice_entity.c b/src/solstice_entity.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2019, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/solstice_material.c b/src/solstice_material.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2019, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/solstice_node.c b/src/solstice_node.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2019, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/solstice_object.c b/src/solstice_object.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2019, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/solstice_solve.c b/src/solstice_solve.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2019, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/solstice_spectrum.c b/src/solstice_spectrum.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2019, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/solstice_sun.c b/src/solstice_sun.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2019, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/solstice_sun_spectrum.c b/src/solstice_sun_spectrum.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2019, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/solstice_sun_spectrum.h b/src/solstice_sun_spectrum.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2019, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/solstice_version.h.in b/src/solstice_version.h.in @@ -1,4 +1,5 @@ -/* Copyright (C) CNRS 2016-2017 +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,4 +22,3 @@ #define SOLSTICE_VERSION_PATCH @VERSION_PATCH@ #endif /* SOLSTICE_VERSION_H */ - diff --git a/src/test_solstice_args.c b/src/test_solstice_args.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2019, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_solstice_simulation.c b/src/test_solstice_simulation.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2019, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_solstice_utils.h b/src/test_solstice_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2019, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2016-2018 CNRS * * This program is free software: you can redistribute it and/or modify