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 d64b5e18e58918ceb9e1a4dac4d6e1c0b49e56e5
parent 86343c94af7f24d45f87e375193802b27ba1435b
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 23 Jan 2018 18:45:32 +0100

Update the copyright year range

Diffstat:
Mmeso-menu.sh | 4++--
Mmisc.sh | 2+-
Mschiff.sh | 2+-
Msolstice.sh | 2+-
Mstar-engine.sh | 2+-
5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/meso-menu.sh b/meso-menu.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) |Meso|Star> 2017 +# Copyright (C) |Meso|Star> 2017-2018 # # 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 @@ -137,7 +137,7 @@ print_star_engine_sub_menu() { echo ' <div id="info">' echo ' <p>Star-Engine is copyright &#169; <a' echo ' href="https://www.meso-star.com">|Méso|Star&gt;</a>' - echo ' 2015-2017.</p>' + echo ' 2015-2018.</p>' echo ' </div>' echo ' </div>' } diff --git a/misc.sh b/misc.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) |Meso|Star> 2017 +# Copyright (C) |Meso|Star> 2017-2018 # # 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.sh b/schiff.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) |Meso|Star> 2017 +# Copyright (C) |Meso|Star> 2017-2018 # # 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.sh b/solstice.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) |Meso|Star> 2017 +# Copyright (C) |Meso|Star> 2017-2018 # # 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.sh b/star-engine.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) |Meso|Star> 2017 +# Copyright (C) |Meso|Star> 2017-2018 # # 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