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 46d97a70910868ace12f09753beb0b3d7ed8e163
parent 7676f5755cf006f00db6d61dc560a58f59ff8177
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Sun, 12 Jul 2026 15:18:01 +0200

Update the copyright notice

Specify that each file is part of the project and that the project as a
whole is published under the GPLv3+ license. This is, in fact, the FSF's
recommendation when a program consists of multiple files.

Diffstat:
MMakefile | 8+++++---
MREADME.md | 2+-
Mart/hooks/00-compute-digests.sh | 8+++++---
Mhtrdr/hooks/00-compute-digests.sh | 8+++++---
Mhtrdr/hooks/00-extract-archive.sh | 8+++++---
Mhtrdr/hooks/01-generate-man.sh | 8+++++---
Mhtrdr/hooks/01-setup-redirections.sh | 8+++++---
Mhtrdr/htrdr-atmosphere-spk.sh | 8+++++---
Mhtrdr/htrdr-combustion-spk.sh | 8+++++---
Mhtrdr/htrdr-planets-spk.sh | 8+++++---
Mhtrdr/htrdr.sh | 8+++++---
Mhtrdr/install.sh | 8+++++---
Mschiff/hooks/00-extract-archive.sh | 8+++++---
Mschiff/hooks/01-generate-man.sh | 8+++++---
Mschiff/install.sh | 8+++++---
Mschiff/schiff.sh | 8+++++---
Mscripts/convert_man.sh | 8+++++---
Mscripts/print_downloads.sh | 8+++++---
Msolstice/hooks/00-compute-digests.sh | 8+++++---
Msolstice/hooks/00-extract-archive.sh | 8+++++---
Msolstice/hooks/00-setup-redirections.sh | 8+++++---
Msolstice/hooks/01-generate-man.sh | 8+++++---
Msolstice/solstice-downloads.sh | 8+++++---
Mstardis/hooks/00-compute-digests.sh | 8+++++---
Mstardis/hooks/00-extract-archive.sh | 8+++++---
Mstardis/hooks/01-generate-man.sh | 8+++++---
Mstardis/install.sh | 8+++++---
Mstardis/sgreen-release-notes.sh | 8+++++---
Mstardis/stardis-release-notes.sh | 8+++++---
Mstardis/stardis-solver-release-notes.sh | 8+++++---
Mstardis/stardis.sh | 8+++++---
Mstardis/starter-pack.sh | 8+++++---
32 files changed, 156 insertions(+), 94 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,17 +1,19 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. .POSIX: .SUFFIXES: .md .html .sh .lint .shlint diff --git a/README.md b/README.md @@ -33,7 +33,7 @@ Edit the config.mk as needed, then run: Copyright © 2017-2026 |Méso|Star> (contact@meso-star.com) -This is free software released under GPL v3+ license: GNU GPL +Méso-Web is free software released under GPL v3+ license: GNU GPL version 3 or later. You are welcome to redistribute it under certain conditions; refer to the COPYING file for details. diff --git a/art/hooks/00-compute-digests.sh b/art/hooks/00-compute-digests.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. set -e diff --git a/htrdr/hooks/00-compute-digests.sh b/htrdr/hooks/00-compute-digests.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. set -e diff --git a/htrdr/hooks/00-extract-archive.sh b/htrdr/hooks/00-extract-archive.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. set -e diff --git a/htrdr/hooks/01-generate-man.sh b/htrdr/hooks/01-generate-man.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. set -e diff --git a/htrdr/hooks/01-setup-redirections.sh b/htrdr/hooks/01-setup-redirections.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. . "sty.sh" diff --git a/htrdr/htrdr-atmosphere-spk.sh b/htrdr/htrdr-atmosphere-spk.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. . "./config.sh.in" diff --git a/htrdr/htrdr-combustion-spk.sh b/htrdr/htrdr-combustion-spk.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. . "./config.sh.in" diff --git a/htrdr/htrdr-planets-spk.sh b/htrdr/htrdr-planets-spk.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. . "./config.sh.in" diff --git a/htrdr/htrdr.sh b/htrdr/htrdr.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. . "./config.sh.in" diff --git a/htrdr/install.sh b/htrdr/install.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. . "./config.sh.in" diff --git a/schiff/hooks/00-extract-archive.sh b/schiff/hooks/00-extract-archive.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. set -e diff --git a/schiff/hooks/01-generate-man.sh b/schiff/hooks/01-generate-man.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. set -e diff --git a/schiff/install.sh b/schiff/install.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. . "./config.sh.in" diff --git a/schiff/schiff.sh b/schiff/schiff.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. . "./config.sh.in" diff --git a/scripts/convert_man.sh b/scripts/convert_man.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. set -e diff --git a/scripts/print_downloads.sh b/scripts/print_downloads.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. set -e diff --git a/solstice/hooks/00-compute-digests.sh b/solstice/hooks/00-compute-digests.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. set -e diff --git a/solstice/hooks/00-extract-archive.sh b/solstice/hooks/00-extract-archive.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. set -e diff --git a/solstice/hooks/00-setup-redirections.sh b/solstice/hooks/00-setup-redirections.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. set -e diff --git a/solstice/hooks/01-generate-man.sh b/solstice/hooks/01-generate-man.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. set -e diff --git a/solstice/solstice-downloads.sh b/solstice/solstice-downloads.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. . "./config.sh.in" diff --git a/stardis/hooks/00-compute-digests.sh b/stardis/hooks/00-compute-digests.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. set -e diff --git a/stardis/hooks/00-extract-archive.sh b/stardis/hooks/00-extract-archive.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. set -e diff --git a/stardis/hooks/01-generate-man.sh b/stardis/hooks/01-generate-man.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. . "sty.sh" . "./config.sh.in" diff --git a/stardis/install.sh b/stardis/install.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. . "./config.sh.in" diff --git a/stardis/sgreen-release-notes.sh b/stardis/sgreen-release-notes.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. . "./config.sh.in" diff --git a/stardis/stardis-release-notes.sh b/stardis/stardis-release-notes.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. . "./config.sh.in" diff --git a/stardis/stardis-solver-release-notes.sh b/stardis/stardis-solver-release-notes.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. . "./config.sh.in" diff --git a/stardis/stardis.sh b/stardis/stardis.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. . "./config.sh.in" diff --git a/stardis/starter-pack.sh b/stardis/starter-pack.sh @@ -2,18 +2,20 @@ # Copyright (C) 2017-2026 |Méso|Star> (contact@meso-star.com) # -# This program is free software: you can redistribute it and/or modify +# 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. # -# This program is distributed in the hope that it will be useful, +# 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 this program. If not, see <http://www.gnu.org/licenses/>. +# along with Méso-Web. If not, see <http://www.gnu.org/licenses/>. . "./config.sh.in"