solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit 8f456a227f25a5a5d05bf07ce3caf6b06869d143
parent 62953bde3338058800f0da281e5b602d52a691d7
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 20 May 2026 11:38:20 +0200

Fix copyright notice

Diffstat:
MMakefile | 3++-
Msrc/ssol_version.h.in | 3++-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,5 @@ -# Copyright (C) 2016-2018 CNRS, 2018-2026 |Meso|Star> +# 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/ssol_version.h.in b/src/ssol_version.h.in @@ -1,4 +1,5 @@ -/* Copyright (C) 2016-2018 CNRS, 2018-2026 |Meso|Star> +/* 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