]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
customizer: use the same license header as the main files.
authorXhmikosR <xhmikosr@gmail.com>
Sun, 7 Oct 2018 06:00:28 +0000 (09:00 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 8 Oct 2018 17:12:34 +0000 (20:12 +0300)
docs/assets/js/src/customizer.js

index 722a0395571de024096bea800ea513f1e13c501f..a7c8d63d7ac19aab02f23f974816a95bf698db36 100644 (file)
@@ -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