From 4ae94dce52f2858f058ecc8f02713dbde12f15ef Mon Sep 17 00:00:00 2001
From: Martijn Vermaat <martijn@vermaat.name>
Date: Tue, 26 May 2015 11:37:59 +0200
Subject: [PATCH] Update copyright year

---
 LICENSE.rst                           | 2 +-
 README.rst                            | 2 +-
 mutalyzer/website/templates/base.html | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/LICENSE.rst b/LICENSE.rst
index cb49b365..0a02d799 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 1f601c6c..996520f0 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 d2545f3b..6021bd17 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>&copy; 2009-2014 <a href="http://www.lumc.nl" target="new">LUMC</a></p>
+            <p>&copy; {{ copyright_years[0] }}-{{ copyright_years[1] }} <a href="http://www.lumc.nl" target="new">LUMC</a></p>
         </div>
     </footer>
 
-- 
GitLab