diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2022-03-27 17:28:10 +0200 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2022-03-27 17:28:10 +0200 |
commit | eed68e29c487c1405d272d64b9694575c0e72053 (patch) | |
tree | b2085e99b22e5f64dcd324843fa2ec29e27b1099 /tutorial.html | |
parent | a66b0f1afe4e62f86bcc65874343b4624362bdb3 (diff) |
Updated copyright years
Until now, the copyright years were still for 2021!
With this commit, they have been updated to 2022.
Diffstat (limited to 'tutorial.html')
-rw-r--r-- | tutorial.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tutorial.html b/tutorial.html index 070c4ea..2f2340c 100644 --- a/tutorial.html +++ b/tutorial.html @@ -30,8 +30,8 @@ <!-- Webpage of Maneage: a framework for managing data lineage - Copyright (C) 2020-2021, Pedram Ashofteh Ardakani <pedramardakani@pm.me> - Copyright (C) 2020-2021, Mohammad Akhlaghi <mohammad@akhlaghi.org> + Copyright (C) 2020-2022 Pedram Ashofteh Ardakani <pedramardakani@pm.me> + Copyright (C) 2020-2022 Mohammad Akhlaghi <mohammad@akhlaghi.org> This file is part of Maneage. Maneage is free software: you can redistribute it and/or modify it under the terms of the GNU General @@ -66,8 +66,8 @@ </div> <div> <h1>Maneage</h1><h2>Tutorial</h2> - <p>Copyright © 2020-2021 Raul Infante-Sainz <a href="mailto:infantesainz@gmail.com">infantesainz@gmail.com</a><br /> - Copyright © 2020-2021 Mohammad Akhlaghi <a href="mailto:mohammad@akhlaghi.org">mohammad@akhlaghi.org</a><br /> + <p>Copyright © 2020-2022 Raul Infante-Sainz <a href="mailto:infantesainz@gmail.com">infantesainz@gmail.com</a><br /> + Copyright © 2020-2022 Mohammad Akhlaghi <a href="mailto:mohammad@akhlaghi.org">mohammad@akhlaghi.org</a><br /> <a href="#page-footer">License Conditions</a></p> </div> </div> @@ -213,7 +213,7 @@ git push --tags <span class="comment"># Push all ta # population. It generates a figure in which the original data and the # fitted curve is plotted. Finally, it saves the fitting parameters. # -<span class="comment"># Copyright (C) 2020-2021 Raul Infante-Sainz <a href="mailto:infantesainz@gmail.com">infantesainz@gmail.com</a></span> +<span class="comment"># Copyright (C) 2020-2022 Raul Infante-Sainz <a href="mailto:infantesainz@gmail.com">infantesainz@gmail.com</a></span> <span class="comment"># Copyright (C) YYYY Your Name <a href="mailto:your-email@example.xxx">your-email@example.xxx</a></span> # # This Python script is free software: you can redistribute it and/or modify it @@ -333,7 +333,7 @@ git push <span class="comment"># Push th <span class="comment">#</span> <span class="comment"># In this Makefile, data for the tutorial is downloaded.</span> <span class="comment">#</span> -<span class="comment"># Copyright (C) 2020-2021 Raul Infante-Sainz <a href="mailto:infantesainz@gmail.com">infantesainz@gmail.com</a></span> +<span class="comment"># Copyright (C) 2020-2022 Raul Infante-Sainz <a href="mailto:infantesainz@gmail.com">infantesainz@gmail.com</a></span> <span class="comment"># Copyright (C) YYYY Your Name <a href="mailto:your-email@example.xxx">your-email@example.xxx</a></span> <span class="comment">#</span> <span class="comment"># This Makefile is free software: you can redistribute it and/or modify it</span> @@ -577,7 +577,7 @@ echo "\newcommand{\bfitparam}{$$b}" >> $@</code></pre> <span class="comment"># script is used to make a linear fitting. Finally, fitted parameters as</span> <span class="comment"># well as the URL is saved into a TeX macro.</span> <span class="comment">#</span> -<span class="comment"># Copyright (C) 2020-2021 Raul Infante-Sainz <a href="mailto:infantesainz@gmail.com">infantesainz@gmail.com</a></span> +<span class="comment"># Copyright (C) 2020-2022 Raul Infante-Sainz <a href="mailto:infantesainz@gmail.com">infantesainz@gmail.com</a></span> <span class="comment"># Copyright (C) YYYY Your Name <a href="mailto:your-email@example.xxx">your-email@example.xxx</a></span> <span class="comment">#</span> <span class="comment"># This Makefile is free software: you can redistribute it and/or modify it</span> @@ -691,7 +691,7 @@ The linear fitting is $y=a*x+b$, with the following parameters: $a=\afitparam$ a <li><p>Maneage is currently based in the Centro de Estudios de Física del Cosmos de Aragón (CEFCA).</p></li> <li><p>Address: CEFCA, Plaza San Juan 1, Planta 2, Teruel, Spain, 44001.</p></li> <li><p>Contact: with <a href="https://savannah.nongnu.org/support/?func=additem&group=reproduce">this form</a>, or project PI (<a href="http://akhlaghi.org">Mohammad Akhlaghi</a>).</p></li> - <li><p>Copyright © 2020-2021 Maneage volunteers</p></li> + <li><p>Copyright © 2020-2022 Maneage volunteers</p></li> <li>This page is distributed under GNU General Public License (<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL</a>).</li> </ul> </footer> |