Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2013-09-11 06:01:40 +0400
committerChris Rebert <code@rebertia.com>2013-09-11 06:01:40 +0400
commit76d8757b0a2a2669a67d2131cbc4330e4c0cd2e8 (patch)
treeb5bb0503ad0ea7c2b44e167f9455ce8d36631305 /Gruntfile.js
parenta9335e94e1ed7578bc8ec20140b0846666f06a1a (diff)
rm period from licensing header so it's not mistaken as part of the URL
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 6b861113e4..2381ab296e 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',