From 867b368cf0794b9111c323cbf40aeb83a0c9f493 Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Wed, 6 Jan 2016 04:15:54 -0300 Subject: [PATCH] updated project year --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index aa4c4ad..9f81e37 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -19,7 +19,7 @@ module.exports = function ( grunt ) { ' * Milligram v<%= pkg.version %>\n'+ ' * <%= pkg.homepage %>\n'+ ' *\n'+ - ' * Copyright (c) 2015, CJ Patoilo\n'+ + ' * Copyright (c) '+new Date().getFullYear()+' CJ Patoilo\n'+ ' * Licensed under the <%= pkg.license %> license\n'+ '*/\n\n',