Skip to content

Commit

Permalink
Updated the copyright year (#527)
Browse files Browse the repository at this point in the history
* Updated the copyright year

* Change the year in the footer

* Make the footer copyright year dynamic
  • Loading branch information
IonicaBizau authored and disko committed Jun 6, 2017
1 parent 46d9bf4 commit 1c19793
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion COPYRIGHT.txt
@@ -1,2 +1,2 @@
Copyright (c) 2010-2016 Daniel Nouri and Contributors.
Copyright (c) 2010-2017 Daniel Nouri and Contributors.
All Rights Reserved
3 changes: 2 additions & 1 deletion kotti/templates/view/footer.pt
@@ -1,4 +1,5 @@
<hr />
<footer>
<p class="pull-right">&copy; Aliens 2016</p>
<p class="pull-right">&copy; Aliens <tal:current-year define="date import:datetime.date">${date.today().year}</tal:current-year>
</p>
</footer>

0 comments on commit 1c19793

Please sign in to comment.