forked from couchbase/query-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add file with 3rd party licenses used in Query UI
Change-Id: I6103bff1151e9e0618d27a3a689b979e9fc457ca Reviewed-on: http://review.couchbase.org/68940 Reviewed-by: Eben Haber <[email protected]> Tested-by: Eben Haber <[email protected]>
- Loading branch information
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
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 | ||
|
||
Blob.js | ||
Copyright © 2014 Eli Grey | ||
https://github.com/eligrey/Blob.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 | ||
|