]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix license header after e93c6a2216c69daa574abc16e7c14767fce44ad6.
authorXhmikosR <xhmikosr@gmail.com>
Mon, 1 Jun 2015 06:58:35 +0000 (09:58 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 1 Jun 2015 07:29:18 +0000 (10:29 +0300)
[ci skip]

Gruntfile.js

index 5bd74604e7bd721656c35dafd75fb2174c5a1d7c..4c021cef15b8a0e423bc9d8ed7143eed5b824a7b 100644 (file)
@@ -44,7 +44,7 @@ module.exports = function (grunt) {
     banner: '/*!\n' +
             ' * Bootstrap v<%= pkg.version %> (<%= pkg.homepage %>)\n' +
             ' * Copyright 2011-<%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' +
-            ' * Licensed under <%= pkg.license.type %> (<%= pkg.license.url %>)\n' +
+            ' * Licensed under the <%= pkg.license %> license\n' +
             ' */\n',
     jqueryCheck: configBridge.config.jqueryCheck.join('\n'),
     jqueryVersionCheck: configBridge.config.jqueryVersionCheck.join('\n'),