Update copyright years

This commit is contained in:
Roberto Rosario
2015-03-25 19:11:27 -04:00
parent d0deae9286
commit c65e65b17e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
Copyright 2011 Roberto Rosario
Copyright 2011-2015 Roberto Rosario
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@@ -39,7 +39,7 @@
{% block footer %}
<div id="footer">
<div class="block">
<p>{% trans 'Copyright &copy; 2011 Roberto Rosario.' %}</p>
<p>{% trans 'Copyright &copy; 2011-2015 Roberto Rosario.' %}</p>
</div>
</div>
{% endblock %}