From 76d8757b0a2a2669a67d2131cbc4330e4c0cd2e8 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 10 Sep 2013 19:01:40 -0700 Subject: rm period from licensing header so it's not mistaken as part of the URL --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index 6b861113e..2381ab296 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -11,7 +11,7 @@ module.exports = function(grunt) { banner: '/**\n' + '* Bootstrap v<%= pkg.version %> by @fat and @mdo\n' + '* Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' + - '* Licensed under <%= _.pluck(pkg.licenses, "url").join(", ") %>.\n' + + '* Licensed under <%= _.pluck(pkg.licenses, "url").join(", ") %>\n' + '*\n' + '* Designed and built with all the love in the world by @mdo and @fat.\n' + '*/\n', -- cgit v1.2.3