diff options
| author | XhmikosR <[email protected]> | 2015-06-01 09:58:35 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-06-01 10:29:18 +0300 |
| commit | cbe0f352d136c8a0750b0ff0294038818ad91a50 (patch) | |
| tree | 3716ced23ee4a6017923051b8591c9af8e6fb18f | |
| parent | 82aa0cd56b504ed33b2beed1e5b68b9985bbb9af (diff) | |
| download | bootstrap-cbe0f352d136c8a0750b0ff0294038818ad91a50.tar.xz bootstrap-cbe0f352d136c8a0750b0ff0294038818ad91a50.zip | |
Fix license header after e93c6a2216c69daa574abc16e7c14767fce44ad6.
[ci skip]
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 5bd74604e..4c021cef1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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'), |
