Fix copyright info for vendor files [SCI-5595]

This commit is contained in:
Oleksii Kriuchykhin 2021-03-29 11:49:19 +02:00
parent e9c1c27087
commit e4d82ea81b
19 changed files with 45 additions and 17 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,2 +0,0 @@
// * Licensed under the MIT license
!function(t){"use strict";var e=t.HTMLCanvasElement&&t.HTMLCanvasElement.prototype,o=t.Blob&&function(){try{return Boolean(new Blob)}catch(t){return!1}}(),n=o&&t.Uint8Array&&function(){try{return 100===new Blob([new Uint8Array(100)]).size}catch(t){return!1}}(),r=t.BlobBuilder||t.WebKitBlobBuilder||t.MozBlobBuilder||t.MSBlobBuilder,a=/^data:((.*?)(;charset=.*?)?)(;base64)?,/,i=(o||r)&&t.atob&&t.ArrayBuffer&&t.Uint8Array&&function(t){var e,i,l,u,b,c,d,B,f;if(e=t.match(a),!e)throw new Error("invalid data URI");for(i=e[2]?e[1]:"text/plain"+(e[3]||";charset=US-ASCII"),l=!!e[4],u=t.slice(e[0].length),b=l?atob(u):decodeURIComponent(u),c=new ArrayBuffer(b.length),d=new Uint8Array(c),B=0;B<b.length;B+=1)d[B]=b.charCodeAt(B);return o?new Blob([n?d:c],{type:i}):(f=new r,f.append(c),f.getBlob(i))};t.HTMLCanvasElement&&!e.toBlob&&(e.mozGetAsFile?e.toBlob=function(t,o,n){t(n&&e.toDataURL&&i?i(this.toDataURL(o,n)):this.mozGetAsFile("blob",o))}:e.toDataURL&&i&&(e.toBlob=function(t,e,o){t(i(this.toDataURL(e,o)))})),"function"==typeof define&&define.amd?define(function(){return i}):"object"==typeof module&&module.exports?module.exports=i:t.dataURLtoBlob=i}(window);

View file

@ -1,4 +1,7 @@
// * Licensed under the MIT license
/*
Licensed under the MIT license
Copyright (c) 2014 handsontable
*/
(function(Handsontable) {
'use strict';

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,5 @@
// * Licensed under the MIT license
// * Copyright (c) 2013 jStat
this.j$ = this.jStat = (function(Math, undefined) {

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,6 @@
/* parser generated by jison 0.4.15 */
/* Copyright (c) 2009-2014 Zachary Carter
/* Licensed under the MIT license
/*
Returns a Parser object of the following structure:

View file

@ -1,4 +1,5 @@
// * Licensed under the MIT license
// * Copyright (c) 2012-2014 Marcin Warpechowski <hello@handsontable.com>
var ruleJS = (function (root) {
'use strict';

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,7 @@
/*
* bootstrap-tagsinput v0.8.0
* Licensed under the MIT license
* Copyright (c) 2013 Tim Schlechter
*/
.twitter-typeahead .tt-query,

View file

@ -1,6 +1,7 @@
/*
* bootstrap-tagsinput v0.8.0
* Licensed under the MIT license
* Copyright (c) 2013 Tim Schlechter
*/
.bootstrap-tagsinput {
@ -57,4 +58,4 @@
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
}

View file

@ -1,4 +1,7 @@
/* Licensed under the MIT license */
/*
Licensed under the MIT license
Copyright (c) 2014 handsontable
*/
td.formula {
background-color: yellow;
@ -6,4 +9,4 @@ td.formula {
td.formula-error {
background-color: red;
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long