diff --git a/LICENSE.rst b/LICENSE.rst index cb49b365b93760eb1a3e3abe437b6c44bcb45a0b..0a02d7994ed6406217d81b228b159581e06baeac 100644 --- a/LICENSE.rst +++ b/LICENSE.rst @@ -1,4 +1,4 @@ -Copyright (c) 2009-2014 by Leiden University Medical Center and contributors +Copyright (c) 2009-2015 by Leiden University Medical Center and contributors (see the AUTHORS.rst file for details). The Mutalyzer source code is licensed under the `GNU Affero General Public diff --git a/README.rst b/README.rst index 1f601c6cf32a536c6d7336dcab73a596e015ff7b..996520f0d1b277372126fef3816acc1961dabb86 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ Please refer to the documentation for `more information on contributions Copyright --------- -Mutalyzer is copyright (c) 2009-2014 by Leiden University Medical Center and +Mutalyzer is copyright (c) 2009-2015 by Leiden University Medical Center and contributors (see the AUTHORS.rst file for details). Mutalyzer is licensed under the `GNU Affero General Public License diff --git a/mutalyzer/website/templates/base.html b/mutalyzer/website/templates/base.html index d2545f3bb7e2f70a061995d3af61b98800b4f317..6021bd1716fb3e903a1f4206c325dda91ec286ae 100644 --- a/mutalyzer/website/templates/base.html +++ b/mutalyzer/website/templates/base.html @@ -182,7 +182,7 @@ </div> <div class="col-md-4"> <img src="{{ url_for('static', filename='images/LUMC_24x24.png') }}" align="middle"> - <p>© 2009-2014 <a href="http://www.lumc.nl" target="new">LUMC</a></p> + <p>© {{ copyright_years[0] }}-{{ copyright_years[1] }} <a href="http://www.lumc.nl" target="new">LUMC</a></p> </div> </footer>