diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/view/layout.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/view/layout.js b/js/view/layout.js index 02ee639..26e912d 100644 --- a/js/view/layout.js +++ b/js/view/layout.js @@ -19,7 +19,7 @@ var guix = guix || {}; guix.withLayout = (function() { var footer = m("footer", m("small.text-center", [ - m("p", "Copyright 2014 guix-web contributors"), + m("p", "Copyright © 2014, 2015 guix-web contributors"), m("ul.list-inline", [ m("li", [ "Guix-web is licensed under the ", |