mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-17 14:54:30 +01:00
rm period from licensing header so it's not mistaken as part of the URL
This commit is contained in:
parent
a9335e94e1
commit
76d8757b0a
@ -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',
|
||||
|
2
dist/js/bootstrap.js
vendored
2
dist/js/bootstrap.js
vendored
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Bootstrap v3.0.0 by @fat and @mdo
|
||||
* Copyright 2013 Twitter Inc.
|
||||
* Licensed under http://www.apache.org/licenses/LICENSE-2.0.
|
||||
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world by @mdo and @fat.
|
||||
*/
|
||||
|
2
dist/js/bootstrap.min.js
vendored
2
dist/js/bootstrap.min.js
vendored
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Bootstrap v3.0.0 by @fat and @mdo
|
||||
* Copyright 2013 Twitter Inc.
|
||||
* Licensed under http://www.apache.org/licenses/LICENSE-2.0.
|
||||
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world by @mdo and @fat.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user