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 ee983feda62e252f68c3f734e6575e20fb6b4b9c
parent 17680cd3f59f3d4fa6cf6cfb955c9ed1d89545fa
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 20 Apr 2018 15:33:26 +0200

Small update of the copyright

Diffstat:
MMakefile | 2+-
Mmeso-menu.sh | 13++++++-------
Mmisc.sh | 2+-
Mschiff.sh | 2+-
Msolstice.sh | 2+-
Mspectral.sh | 2+-
Mstar-engine.sh | 2+-
7 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) |Meso|Star> 2018 +# Copyright (C) 2018 |Meso|Star> # # 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/bash -# Copyright (C) |Meso|Star> 2017-2018 +# Copyright (C) 2017-2018 |Meso|Star> # # 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 @@ -60,7 +60,7 @@ print_schiff_sub_menu() { echo ' <p>Schiff is developped by <a' echo ' href="https://www.meso-star.com">|Méso|Star&gt;</a> for the' echo ' National Center for Scientific Research. It is copyright &#169;' - echo ' <a href="http://www.cnrs.fr/index.php">CNRS</a> 2016-2017.</p>' + echo ' 2016-2017 <a href="http://www.cnrs.fr/index.php">CNRS</a>.</p>' echo ' </div>' echo ' </div>' } @@ -110,7 +110,7 @@ print_solstice_sub_menu() { echo ' Solstice</a> and the <a' echo ' href="http://www.promes.cnrs.fr/index.php?page=home-en">PROMES</a>' echo ' laboratory of the National Center for Scientific Research. It is copyright' - echo ' &#169; <a href="http://www.cnrs.fr/index.php">CNRS</a> 2016-2018.</p>' + echo ' &#169; 2016-2018 <a href="http://www.cnrs.fr/index.php">CNRS</a>.</p>' echo ' </div>' echo ' </div>' } @@ -135,9 +135,8 @@ print_star_engine_sub_menu() { echo " <li><a href=https://gitlab.com/meso-star/star-engine>Repository</a></li>" echo ' </ul>' 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-2018.</p>' + echo ' <p>Star-Engine is copyright &#169; 2015-2018 <a' + echo ' href="https://www.meso-star.com">|Méso|Star&gt;</a></p>' echo ' </div>' echo ' </div>' } @@ -208,7 +207,7 @@ print_footer() { echo "<div id=footer>" echo "Phone: +33561556830&nbsp;&nbsp;|&nbsp;&nbsp;" echo "<a href="mailto:contact@meso-star.com">Email us</a>&nbsp;&nbsp;|&nbsp;&nbsp;" - echo "&#169; |Méso|Star&gt; 2015-2018" + echo "&#169; 2015-2018 |Méso|Star&gt;" echo "</div>" echo '</body>' } diff --git a/misc.sh b/misc.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) |Meso|Star> 2017-2018 +# Copyright (C) 2017-2018 |Meso|Star> # # 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-2018 +# Copyright (C) 2017-2018 |Meso|Star> # # 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-2018 +# Copyright (C) 2017-2018 |Meso|Star> # # 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/spectral.sh b/spectral.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) |Meso|Star> 2017-2018 +# Copyright (C) 2017-2018 |Meso|Star> # # 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-2018 +# Copyright (C) 2017-2018 |Meso|Star> # # 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