From: XhmikosR Date: Sun, 7 Oct 2018 06:00:28 +0000 (+0300) Subject: customizer: use the same license header as the main files. X-Git-Tag: v3.4.0~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5003e6c1b923aa22e244fde931ce940850242990;p=thirdparty%2Fbootstrap.git customizer: use the same license header as the main files. --- 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