Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
76d8757b
Commit
76d8757b
authored
Sep 10, 2013
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rm period from licensing header so it's not mistaken as part of the URL
parent
a9335e94
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Gruntfile.js
Gruntfile.js
+1
-1
dist/js/bootstrap.js
dist/js/bootstrap.js
+1
-1
dist/js/bootstrap.min.js
dist/js/bootstrap.min.js
+1
-1
No files found.
Gruntfile.js
View file @
76d8757b
...
@@ -11,7 +11,7 @@ module.exports = function(grunt) {
...
@@ -11,7 +11,7 @@ module.exports = function(grunt) {
banner
:
'
/**
\n
'
+
banner
:
'
/**
\n
'
+
'
* Bootstrap v<%= pkg.version %> by @fat and @mdo
\n
'
+
'
* Bootstrap v<%= pkg.version %> by @fat and @mdo
\n
'
+
'
* Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>
\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
'
+
'
*
\n
'
+
'
* Designed and built with all the love in the world by @mdo and @fat.
\n
'
+
'
* Designed and built with all the love in the world by @mdo and @fat.
\n
'
+
'
*/
\n
'
,
'
*/
\n
'
,
...
...
dist/js/bootstrap.js
View file @
76d8757b
/**
/**
* Bootstrap v3.0.0 by @fat and @mdo
* Bootstrap v3.0.0 by @fat and @mdo
* Copyright 2013 Twitter Inc.
* 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.
* Designed and built with all the love in the world by @mdo and @fat.
*/
*/
...
...
dist/js/bootstrap.min.js
View file @
76d8757b
/**
/**
* Bootstrap v3.0.0 by @fat and @mdo
* Bootstrap v3.0.0 by @fat and @mdo
* Copyright 2013 Twitter Inc.
* 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.
* Designed and built with all the love in the world by @mdo and @fat.
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment