From 604bc9f2cf810115d4053004ea2cb3c4775d9722 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 30 Jan 2015 14:16:15 -0500 Subject: js: layout: Update copyright year in footer. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * js/view/layout.js (guix.withLayout): Add © 2015. --- js/view/layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/view/layout.js') 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 ", -- cgit v1.2.3