aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-18 15:08:16 -0800
committerMark Otto <[email protected]>2013-12-18 15:08:16 -0800
commit40651cf1ea9caa97bf7af81e44eed5f30e8b896b (patch)
treea58367b2de0b276c1a6211fb982ac6863fd6d307 /Gruntfile.js
parente8e60ae4bce85eed17c7e6801b72404494ef436a (diff)
downloadbootstrap-40651cf1ea9caa97bf7af81e44eed5f30e8b896b.tar.xz
bootstrap-40651cf1ea9caa97bf7af81e44eed5f30e8b896b.zip
more license mentions
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 ab4b56cd2..d2b371ed7 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -18,7 +18,7 @@ module.exports = function (grunt) {
banner: '/*!\n' +
' * Bootstrap v<%= pkg.version %> (<%= pkg.homepage %>)\n' +
' * Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' +
- ' * Licensed under <%= _.pluck(pkg.licenses, "url").join(", ") %>\n' +
+ ' * Licensed under MIT (<%= _.pluck(pkg.licenses, "url").join(", ") %>)\n' +
' */\n\n',
jqueryCheck: 'if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") }\n\n',