mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-06 21:24:23 +08:00
Fix copyright info for vendor files [SCI-5595]
This commit is contained in:
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
|
@ -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);
|
|
@ -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
3
vendor/assets/javascripts/jsnetworkx.js
vendored
3
vendor/assets/javascripts/jsnetworkx.js
vendored
File diff suppressed because one or more lines are too long
1
vendor/assets/javascripts/jstat.js
vendored
1
vendor/assets/javascripts/jstat.js
vendored
|
@ -1,4 +1,5 @@
|
|||
// * Licensed under the MIT license
|
||||
// * Copyright (c) 2013 jStat
|
||||
|
||||
this.j$ = this.jStat = (function(Math, undefined) {
|
||||
|
||||
|
|
8
vendor/assets/javascripts/jstree.min.js
vendored
8
vendor/assets/javascripts/jstree.min.js
vendored
File diff suppressed because one or more lines are too long
1
vendor/assets/javascripts/parser.js
vendored
1
vendor/assets/javascripts/parser.js
vendored
|
@ -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:
|
||||
|
||||
|
|
1
vendor/assets/javascripts/ruleJS.js
vendored
1
vendor/assets/javascripts/ruleJS.js
vendored
|
@ -1,4 +1,5 @@
|
|||
// * Licensed under the MIT license
|
||||
// * Copyright (c) 2012-2014 Marcin Warpechowski <hello@handsontable.com>
|
||||
|
||||
var ruleJS = (function (root) {
|
||||
'use strict';
|
||||
|
|
3
vendor/assets/javascripts/select2.min.js
vendored
3
vendor/assets/javascripts/select2.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,7 @@
|
|||
/*
|
||||
* bootstrap-tagsinput v0.8.0
|
||||
* Licensed under the MIT license
|
||||
* Copyright (c) 2013 Tim Schlechter
|
||||
*/
|
||||
|
||||
.twitter-typeahead .tt-query,
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
5
vendor/assets/stylesheets/select2.min.css
vendored
5
vendor/assets/stylesheets/select2.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue