meso-web

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

commit 900833c5c04bec243e74726ac39d3cc60f34c7b0
parent 804741a2698cad27952793a058add57870733004
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 10 Feb 2023 16:11:45 +0100

Update the copyriight year range

Diffstat:
MMakefile | 2+-
MREADME.md | 2+-
Mart/Makefile | 2+-
Mart/art_build.sh | 2+-
Mbuild_htaccess.sh | 2+-
Mconfig.mk | 2+-
Mconfigure.sh | 2+-
Mconfigure_targets.sh | 2+-
Mconvert_man.sh | 2+-
Mhtrdr/Makefile | 2+-
Mhtrdr/htrdr_build.sh | 2+-
Mlint_html.sh | 2+-
Mmeso-menu.sh | 9+++++++--
Mmisc/Makefile | 2+-
Mmisc/misc_build.sh | 2+-
Mschiff/Makefile | 2+-
Mschiff/schiff_build.sh | 2+-
Msolstice/Makefile | 2+-
Msolstice/solstice_build.sh | 2+-
Mstar-engine/Makefile | 2+-
Mstar-engine/star_engine_build.sh | 2+-
Mstardis/Makefile | 2+-
Mstardis/stardis_build.sh | 2+-
23 files changed, 29 insertions(+), 24 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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/README.md b/README.md @@ -87,7 +87,7 @@ répertoire _/tmp_, on entrera la commande suivante : ## Licence -Copyright © 2017-2022 |Meso|Star> (<contact@meso-star.com>) +Copyright © 2017-2023 |Méso|Star> (<contact@meso-star.com>) Meso-Web est un logiciel libre ; vous pouvez le redistribuer ou le modifier suivant les termes de la GNU General Public License telle que publiée par la diff --git a/art/Makefile b/art/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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/art/art_build.sh b/art/art_build.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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/build_htaccess.sh b/build_htaccess.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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/config.mk b/config.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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/configure.sh b/configure.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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/configure_targets.sh b/configure_targets.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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/convert_man.sh b/convert_man.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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/htrdr/Makefile b/htrdr/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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/htrdr/htrdr_build.sh b/htrdr/htrdr_build.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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/lint_html.sh b/lint_html.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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/meso-menu.sh b/meso-menu.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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 @@ -136,6 +136,11 @@ print_htrdr_sub_menu() { else echo " <li><a href=\"${root}htrdr/htrdr-combustion-spk.html\">Combustion</a></li>" fi + if [ "${name}" = "Planeto-Starter-Pack" ]; then + echo " <li id=\"cur\">Planeto</li>" + else + echo " <li><a href=\"${root}htrdr/htrdr-planeto-spk.html\">Planeto</a></li>" + fi echo " </ul></li>" if [ "${name}" = "Mods" ]; then echo " <li id=\"cur\">Modifications</li>" @@ -442,7 +447,7 @@ print_footer() { <img alt=\"Creative Commons License\" style=\"border-width:0; float: left; margin-right: 1em\" src=\"https://i.creativecommons.org/l/by-nd/4.0/88x31.png\" /> </a>" - echo "Copyright &#169; 2015-2022 <a href=\"mailto:contact@meso-star.com\">|Méso|Star&gt;</a>" + echo "Copyright &#169; 2015-2023 <a href=\"mailto:contact@meso-star.com\">|Méso|Star&gt;</a>" echo "<br>" echo "This page is licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by-nd/4.0/\">Creative Commons Attribution-NoDerivatives 4.0 International License</a>." echo "</div>" diff --git a/misc/Makefile b/misc/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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/misc/misc_build.sh b/misc/misc_build.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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/schiff/Makefile b/schiff/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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/schiff/schiff_build.sh b/schiff/schiff_build.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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/solstice/Makefile b/solstice/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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/solstice/solstice_build.sh b/solstice/solstice_build.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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/star-engine/Makefile b/star-engine/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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/star-engine/star_engine_build.sh b/star-engine/star_engine_build.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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/stardis/Makefile b/stardis/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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/stardis/stardis_build.sh b/stardis/stardis_build.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -# Copyright (C) 2017-2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2017-2023 |Méso|Star> (contact@meso-star.com) # # 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