forked from couchbase/query-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.license.txt
45 lines (36 loc) · 1.5 KB
/
README.license.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Here is a list of open source code used in the query workbench:
UUID generator:
/**
* Fast UUID generator, RFC4122 version 4 compliant.
* @author Jeff Ward (jcward.com).
* @license MIT license
* @link http://stackoverflow.com/questions/105034/how-to-create-a-guid-uuid-in-javascript/21963136#21963136
* The source code is not on github. It can be found here: http://jcward.com/UUID.js
**/
Table Sorting
Code: http://www.kryogenix.org/code/browser/sorttable/sorttable.js
License: From the code: "Licensed as X11:
http://www.kryogenix.org/code/browser/licence.html
This basically means: do what you want with it."
ACE Code Editor
Code: https://github.com/ajaxorg/ace
Copyright & License (BSD):
Copyright (c) 2010, Ajax.org B.
lodash
Copyright jQuery Foundation and other contributors
https://github.com/lodash/lodash/blob/master/LICENSE
angular.js
The MIT License Copyright (c)
https://github.com/angular/angular.js/blob/master/LICENSE
ui-router
The MIT License Copyright (c) 2013-2015
https://github.com/angular-ui/ui-router/blob/master/LICENSE
FileSaver.js
Copyright © 2015 Eli Grey
https://github.com/eligrey/FileSaver.js/blob/master/LICENSE.md
angular-ui-tree
The MIT License (MIT) Copyright (c) 2014
https://github.com/angular-ui-tree/angular-ui-tree/blob/master/LICENSE
jquery
Copyright (c) jQuery Foundation, Inc. and Contributors, All Rights Reserved.
https://github.com/jquery/esprima/blob/master/LICENSE.BSD