meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.com/meso-web.git
Log | Files | Refs | README | LICENSE

commit 8da1ddef249bce9f5f487e1794fa7d871f5c1c05
parent d517faf2de4819ba29db37f39894fe322b2d4053
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 17 Aug 2026 12:27:56 +0200

Solstice: fix the script that generates the overview

And apply the GPLv3+ license.

Diffstat:
Msolstice/solstice.sh | 19++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/solstice/solstice.sh b/solstice/solstice.sh @@ -1,5 +1,22 @@ #!/bin/sh +# Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) +# +# This file is part of Méso-Web. +# +# Méso-Web is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Méso-Web 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. + . "./config.sh.in" -sed "s/@VERSION@/${version}/g" solstice.md.in +sed "s/@VERSION@/${solstice_version}/g" solstice.md.in