diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-01-30 14:16:15 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-01-30 14:16:15 -0500 |
commit | 604bc9f2cf810115d4053004ea2cb3c4775d9722 (patch) | |
tree | 8f7c55306118286a61100b097892020ea0bd724b /js | |
parent | bdd0ae6722ae504431199c427c9bf603eed11737 (diff) |
js: layout: Update copyright year in footer.
* js/view/layout.js (guix.withLayout): Add © 2015.
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 ", |