mirror of https://gitee.com/bigwinds/arangodb
293 lines
4.6 KiB
Markdown
293 lines
4.6 KiB
Markdown
# Other Licenses
|
|
|
|
## C/C++ Libraries
|
|
|
|
### Google V8
|
|
|
|
* https://code.google.com/p/v8/
|
|
* [BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause)
|
|
|
|
### icu
|
|
|
|
* http://site.icu-project.org/
|
|
* [ICU License](http://source.icu-project.org/repos/icu/icu/trunk/license.html)
|
|
|
|
### libev
|
|
|
|
* http://software.schmorp.de/pkg/libev.html
|
|
* [free as-is license](http://cvs.schmorp.de/libev/LICENSE?revision=1.11&view=markup)
|
|
|
|
### zlib
|
|
|
|
* free as-is license
|
|
|
|
### Valgrind
|
|
|
|
* valgrind.h header file only
|
|
* [BSD-style license](https://github.com/arangodb/arangodb/blob/devel/3rdParty/valgrind/valgrind.h)
|
|
|
|
### boost
|
|
|
|
* http://www.boost.org/
|
|
* [boost software license](http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
### readline
|
|
|
|
* http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
|
* GNU GPL
|
|
* alternatively linenoise can be used
|
|
|
|
### linenoise
|
|
|
|
* https://github.com/antirez/linenoise
|
|
* [free as-is license](https://github.com/antirez/linenoise/blob/master/LICENSE)
|
|
|
|
### fpconv_dtoa
|
|
|
|
* https://github.com/night-shift/fpconv/
|
|
* [MIT License](https://raw.githubusercontent.com/night-shift/fpconv/master/license)
|
|
|
|
## Programs
|
|
|
|
### CoreOS etcd
|
|
|
|
* https://coreos.com/using-coreos/etcd/
|
|
* [Apache 2 License](https://github.com/coreos/etcd/blob/master/LICENSE)
|
|
|
|
### Bison
|
|
|
|
* https://www.gnu.org/software/bison/
|
|
* GNU GPL3
|
|
* only used to generate code, not part of the distribution
|
|
* see https://github.com/arangodb/arangodb/blob/devel/arangod/Aql/grammar.cpp#L20
|
|
|
|
### Flex
|
|
|
|
* http://flex.sourceforge.net/
|
|
* only used to generate code, not part of the distribution
|
|
* [free as-is license](http://flex.sourceforge.net/manual/Copyright.html#Copyright)
|
|
|
|
## Javascript, Node and NPM
|
|
|
|
### Node core modules
|
|
|
|
* http://nodejs.org
|
|
* [MIT License](https://raw.githubusercontent.com/joyent/node/v0.10.33/LICENSE)
|
|
|
|
### Bundled NPM modules
|
|
|
|
#### Jasmine
|
|
|
|
* https://jasmine.github.io
|
|
* MIT License
|
|
|
|
#### JSUnity
|
|
|
|
* https://github.com/atesgoral/jsunity
|
|
* MIT License
|
|
|
|
#### ArangoDB Query Builder
|
|
|
|
* https://github.com/arangodb/aqbjs
|
|
* Apache 2
|
|
|
|
#### Chai
|
|
|
|
* http://chaijs.com
|
|
* MIT License
|
|
|
|
#### CoffeeScript
|
|
|
|
* http://coffeescript.org
|
|
* MIT License
|
|
|
|
#### stacktrace.js
|
|
|
|
* http://www.stacktracejs.com/
|
|
* [The Unlicense](http://unlicense.org)
|
|
|
|
#### expect.js
|
|
|
|
* https://github.com/Automattic/expect.js
|
|
* MIT License
|
|
|
|
#### extendible
|
|
|
|
* https://github.com/3rd-Eden/extendible
|
|
* MIT License
|
|
|
|
#### Foxx Generator
|
|
|
|
* https://github.com/moonglum/foxx_generator
|
|
* Apache 2 License
|
|
|
|
#### highlight.js
|
|
|
|
* https://highlightjs.org
|
|
* BSD 3-Clause License
|
|
|
|
#### http-errors
|
|
|
|
* https://github.com/jshttp/http-errors
|
|
* MIT License
|
|
|
|
#### i
|
|
|
|
* https://github.com/pksunkara/inflect
|
|
* MIT License
|
|
|
|
#### Joi
|
|
|
|
* https://github.com/hapijs/joi
|
|
* BSD 3-Clause License
|
|
|
|
#### Ace
|
|
|
|
* https://github.com/ajaxorg/ace
|
|
* BSD 3-Clause License
|
|
|
|
#### YAML
|
|
|
|
* https://github.com/nodeca/js-yaml
|
|
* MIT License
|
|
|
|
#### JSHint
|
|
|
|
* http://jshint.com
|
|
* MIT License
|
|
|
|
#### minimatch
|
|
|
|
* https://github.com/isaacs/minimatch
|
|
* MIT License
|
|
|
|
#### mocha
|
|
|
|
* http://mochajs.org
|
|
* MIT License
|
|
|
|
#### qs
|
|
|
|
* https://github.com/hapijs/qs
|
|
* BSD 3-Clause License
|
|
|
|
#### Ramda
|
|
|
|
* http://ramdajs.com
|
|
* MIT License
|
|
|
|
#### semver
|
|
|
|
* https://github.com/npm/node-semver
|
|
* [BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause)
|
|
|
|
#### Sinon.JS
|
|
|
|
* http://sinonjs.org
|
|
* BSD 3-Clause License
|
|
|
|
#### underscore
|
|
|
|
* http://underscorejs.org
|
|
* MIT License
|
|
|
|
### Frontend libraries
|
|
|
|
#### swagger
|
|
|
|
* http://swagger.io
|
|
* Apache 2 License
|
|
|
|
#### Backbone.js
|
|
|
|
* http://backbonejs.org
|
|
* MIT License
|
|
|
|
#### Bootstrap
|
|
|
|
* http://getbootstrap.com
|
|
* MIT License
|
|
|
|
#### D3js
|
|
|
|
* http://d3js.org
|
|
* BSD 3-Clause License
|
|
|
|
#### dygraph
|
|
|
|
* http://dygraphs.com
|
|
* MIT License
|
|
|
|
#### EJS
|
|
|
|
* http://www.embeddedjs.com
|
|
* MIT License
|
|
|
|
#### jqconsole
|
|
|
|
* https://github.com/replit/jq-console
|
|
* MIT License
|
|
|
|
#### jQuery
|
|
|
|
* http://jquery.com
|
|
* MIT License
|
|
|
|
#### jQuery UI
|
|
|
|
* http://jqueryui.com
|
|
* MIT License
|
|
|
|
#### jQuery Snippet
|
|
|
|
* http://steamdev.com/snippet
|
|
* MIT License
|
|
|
|
#### jQuery Hotkeys
|
|
|
|
* https://github.com/jeresig/jquery.hotkeys
|
|
* MIT License or GPL Version 2 License
|
|
|
|
#### jQuery Contextmenu
|
|
|
|
* https://github.com/swisnl/jQuery-contextMenu
|
|
* MIT License
|
|
|
|
#### jQuery Form
|
|
|
|
* https://github.com/malsup/form/
|
|
* MIT License or GPL Version 2 License
|
|
|
|
#### jQuery UploadFile
|
|
|
|
* https://github.com/hayageek/jquery-upload-file/
|
|
* MIT License
|
|
|
|
#### jQuery Textfill
|
|
|
|
* https://github.com/jquery-textfill/jquery-textfill
|
|
* MIT License
|
|
|
|
#### jQuery Strftime
|
|
|
|
* https://github.com/samsonjs/strftime
|
|
* MIT License
|
|
|
|
#### nvd3
|
|
|
|
* https://github.com/novus/nvd3
|
|
* Apache 2 License
|
|
|
|
#### jsoneditor.js
|
|
|
|
* Apache 2 License
|
|
|
|
#### Crypto.js
|
|
|
|
* https://github.com/brix/crypto-js
|
|
* MIT License / BSD 3-Clause License
|
|
|
|
#### select2
|
|
|
|
* Apache 2 License
|