Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-10-07 09:00:28 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-10-08 20:12:34 +0300
commit5003e6c1b923aa22e244fde931ce940850242990 (patch)
treeb404c9c76cc46f888071189104ba9c3c855919f1
parentee580c178dd49f1fb165c6972136b2232d1cc798 (diff)
customizer: use the same license header as the main files.
-rw-r--r--docs/assets/js/src/customizer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/src/customizer.js b/docs/assets/js/src/customizer.js
index 722a039557..a7c8d63d7a 100644
--- a/docs/assets/js/src/customizer.js
+++ b/docs/assets/js/src/customizer.js
@@ -14,7 +14,7 @@ window.onload = function () { // wait for load in a dumb way because B-0
var cw = '/*!\n' +
' * Bootstrap v3.4.0 (http://getbootstrap.com)\n' +
' * Copyright 2011-' + new Date().getFullYear() + ' Twitter, Inc.\n' +
- ' * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n' +
+ ' * Licensed under the MIT license\n' +
' */\n\n'
var supportsFile = window.File && window.FileReader && window.FileList && window.Blob