From d5ff6bb1bcd0adb607e10c4f01f1be92c234d00e Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 25 Feb 2014 15:03:04 -0800 Subject: [PATCH] add licensing header to Gruntfile --- Gruntfile.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index fa20531..cef992b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,3 +1,9 @@ +/* ---------------------------------- + * Ratchet's Gruntfile + * Licensed under The MIT License + * http://opensource.org/licenses/MIT + * ---------------------------------- */ + module.exports = function(grunt) { // Project configuration.