1
0
Fork 0

added links to linceses

This commit is contained in:
Frank Celler 2015-10-22 13:07:53 +02:00
parent 7ea4130103
commit 2eb02bca76
1 changed files with 48 additions and 52 deletions

View File

@ -19,7 +19,7 @@
### zlib ### zlib
* free as-is license * [free as-is license](https://github.com/arangodb/arangodb/blob/devel/3rdParty/zlib-1.2.7/README#L85)
### Valgrind ### Valgrind
@ -31,12 +31,6 @@
* http://www.boost.org/ * http://www.boost.org/
* [boost software license](http://www.boost.org/LICENSE_1_0.txt) * [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 ### linenoise
* https://github.com/antirez/linenoise * https://github.com/antirez/linenoise
@ -57,14 +51,14 @@
### Bison ### Bison
* https://www.gnu.org/software/bison/ * https://www.gnu.org/software/bison/
* GNU GPL3 * [GNU GPL v3](http://www.gnu.org/licenses/gpl.html)
* only used to generate code, not part of the distribution * *only used to generate code, not part of the distribution*
* see https://github.com/arangodb/arangodb/blob/devel/arangod/Aql/grammar.cpp#L20 * see https://github.com/arangodb/arangodb/blob/devel/arangod/Aql/grammar.cpp#L20
### Flex ### Flex
* http://flex.sourceforge.net/ * http://flex.sourceforge.net/
* only used to generate code, not part of the distribution * *only used to generate code, not part of the distribution*
* [free as-is license](http://flex.sourceforge.net/manual/Copyright.html#Copyright) * [free as-is license](http://flex.sourceforge.net/manual/Copyright.html#Copyright)
## Javascript, Node and NPM ## Javascript, Node and NPM
@ -79,27 +73,27 @@
#### Jasmine #### Jasmine
* https://jasmine.github.io * https://jasmine.github.io
* MIT License * [MIT License](https://raw.githubusercontent.com/jasmine/jasmine/master/MIT.LICENSE)
#### JSUnity #### JSUnity
* https://github.com/atesgoral/jsunity * https://github.com/atesgoral/jsunity
* MIT License * [MIT License](http://www.opensource.org/licenses/mit-license.php)
#### ArangoDB Query Builder #### ArangoDB Query Builder
* https://github.com/arangodb/aqbjs * https://github.com/arangodb/aqbjs
* Apache 2 * [Apache 2](https://raw.githubusercontent.com/arangodb/aqbjs/master/LICENSE)
#### Chai #### Chai
* http://chaijs.com * http://chaijs.com
* MIT License * [MIT License](https://github.com/chaijs/chai/blob/master/README.md)
#### CoffeeScript #### CoffeeScript
* http://coffeescript.org * http://coffeescript.org
* MIT License * [MIT License](https://www.npmjs.com/package/coffee-script)
#### stacktrace.js #### stacktrace.js
@ -109,72 +103,72 @@
#### expect.js #### expect.js
* https://github.com/Automattic/expect.js * https://github.com/Automattic/expect.js
* MIT License * [MIT License](https://github.com/Automattic/expect.js/blob/master/README.md)
#### extendible #### extendible
* https://github.com/3rd-Eden/extendible * https://github.com/3rd-Eden/extendible
* MIT License * [MIT License](https://github.com/bigpipe/extendible/blob/master/README.md)
#### Foxx Generator #### Foxx Generator
* https://github.com/moonglum/foxx_generator * https://github.com/moonglum/foxx_generator
* Apache 2 License * [Apache 2 License](https://raw.githubusercontent.com/moonglum/foxx_generator/master/LICENSE)
#### highlight.js #### highlight.js
* https://highlightjs.org * https://highlightjs.org
* BSD 3-Clause License * [BSD 3-Clause License](https://raw.githubusercontent.com/isagalaev/highlight.js/master/LICENSE)
#### http-errors #### http-errors
* https://github.com/jshttp/http-errors * https://github.com/jshttp/http-errors
* MIT License * [MIT License](https://raw.githubusercontent.com/jshttp/http-errors/master/LICENSE)
#### i #### i
* https://github.com/pksunkara/inflect * https://github.com/pksunkara/inflect
* MIT License * [MIT License](https://raw.githubusercontent.com/pksunkara/inflect/master/LICENSE)
#### Joi #### Joi
* https://github.com/hapijs/joi * https://github.com/hapijs/joi
* BSD 3-Clause License * [BSD 3-Clause License](https://raw.githubusercontent.com/hapijs/joi/master/LICENSE)
#### Ace #### Ace
* https://github.com/ajaxorg/ace * https://github.com/ajaxorg/ace
* BSD 3-Clause License * [BSD 3-Clause License](https://raw.githubusercontent.com/ajaxorg/ace/master/LICENSE)
#### YAML #### YAML
* https://github.com/nodeca/js-yaml * https://github.com/nodeca/js-yaml
* MIT License * [MIT License](https://raw.githubusercontent.com/nodeca/js-yaml/master/LICENSE)
#### JSHint #### JSHint
* http://jshint.com * http://jshint.com
* MIT License * [MIT License](https://raw.githubusercontent.com/jshint/jshint/master/LICENSE)
#### minimatch #### minimatch
* https://github.com/isaacs/minimatch * https://github.com/isaacs/minimatch
* MIT License * [MIT License](https://raw.githubusercontent.com/isaacs/minimatch/master/LICENSE)
#### mocha #### mocha
* http://mochajs.org * http://mochajs.org
* MIT License * [MIT License](https://raw.githubusercontent.com/mochajs/mocha/master/LICENSE)
#### qs #### qs
* https://github.com/hapijs/qs * https://github.com/hapijs/qs
* BSD 3-Clause License * [BSD 3-Clause License](https://raw.githubusercontent.com/hapijs/hapi/master/LICENSE)
#### Ramda #### Ramda
* http://ramdajs.com * http://ramdajs.com
* MIT License * [MIT License](https://raw.githubusercontent.com/ramda/ramda/master/LICENSE.txt)
#### semver #### semver
@ -184,109 +178,111 @@
#### Sinon.JS #### Sinon.JS
* http://sinonjs.org * http://sinonjs.org
* BSD 3-Clause License * [BSD 3-Clause License](https://www.npmjs.com/package/sinon)
#### underscore #### underscore
* http://underscorejs.org * http://underscorejs.org
* MIT License * [MIT License](https://github.com/jashkenas/underscore/blob/master/LICENSE)
### Frontend libraries ### Frontend libraries
#### swagger #### swagger
* http://swagger.io * http://swagger.io
* Apache 2 License * [Apache 2 License](https://raw.githubusercontent.com/swagger-api/swagger-js/master/LICENSE)
#### Backbone.js #### Backbone.js
* http://backbonejs.org * http://backbonejs.org
* MIT License * [MIT License](https://raw.githubusercontent.com/jashkenas/backbone/master/LICENSE)
#### Bootstrap #### Bootstrap
* http://getbootstrap.com * http://getbootstrap.com
* MIT License * [MIT License](https://github.com/twbs/bootstrap/blob/master/LICENSE)
#### D3js #### D3js
* http://d3js.org * http://d3js.org
* BSD 3-Clause License * [BSD 3-Clause License](https://raw.githubusercontent.com/mbostock/d3/master/LICENSE)
#### dygraph #### dygraph
* http://dygraphs.com * http://dygraphs.com
* MIT License * [MIT License](https://www.npmjs.com/package/dygraphs)
#### EJS #### EJS
* http://www.embeddedjs.com * http://www.embeddedjs.com
* MIT License * [MIT License](http://www.embeddedjs.com/) under Highlights
#### jqconsole #### jqconsole
* https://github.com/replit/jq-console * https://github.com/replit/jq-console
* MIT License * [MIT License](https://github.com/replit/jq-console/blob/master/README.md)
#### jQuery #### jQuery
* http://jquery.com * http://jquery.com
* MIT License * [MIT License](https://raw.githubusercontent.com/jquery/jquery/master/LICENSE.txt)
#### jQuery UI #### jQuery UI
* http://jqueryui.com * http://jqueryui.com
* MIT License * [MIT License](https://raw.githubusercontent.com/jquery/jquery-ui/master/LICENSE.txt)
#### jQuery Snippet #### jQuery Snippet
* http://steamdev.com/snippet * http://steamdev.com/snippet
* MIT License * [MIT License](https://web.archive.org/web/20150817084109/http://steamdev.com/snippet/) in "section 5"
#### jQuery Hotkeys #### jQuery Hotkeys
* https://github.com/jeresig/jquery.hotkeys * https://code.google.com/p/js-hotkeys/
* MIT License or GPL Version 2 License * [MIT License](https://code.google.com/p/js-hotkeys/) under "Code license"
#### jQuery Contextmenu #### jQuery Contextmenu
* https://github.com/swisnl/jQuery-contextMenu * https://github.com/swisnl/jQuery-contextMenu
* MIT License * [MIT License](https://github.com/swisnl/jQuery-contextMenu) under "License"
#### jQuery Form #### jQuery Form
* https://github.com/malsup/form/ * https://github.com/malsup/form/
* MIT License or GPL Version 2 License * [MIT License](https://github.com/malsup/form/) under "Copyright and License"
#### jQuery UploadFile #### jQuery UploadFile
* https://github.com/hayageek/jquery-upload-file/ * https://github.com/hayageek/jquery-upload-file/
* MIT License * [MIT License](https://raw.githubusercontent.com/hayageek/jquery-upload-file/master/MIT-License.txt)
#### jQuery Textfill #### jQuery Textfill
* https://github.com/jquery-textfill/jquery-textfill * https://github.com/jquery-textfill/jquery-textfill
* MIT License * [MIT License](https://raw.githubusercontent.com/jquery-textfill/jquery-textfill/master/COPYING.md)
#### jQuery Strftime #### jQuery Strftime
* https://github.com/samsonjs/strftime * https://github.com/samsonjs/strftime
* MIT License * [MIT License](https://github.com/samsonjs/strftime) under "License"
#### nvd3 #### nvd3
* https://github.com/novus/nvd3 * https://github.com/novus/nvd3
* Apache 2 License * [Apache 2 License](https://github.com/novus/nvd3/blob/master/LICENSE.md) under "nvd3.js"
#### jsoneditor.js #### jsoneditor.js
* Apache 2 License * https://github.com/josdejong/jsoneditor/
* [Apache 2 License](https://raw.githubusercontent.com/josdejong/jsoneditor/master/LICENSE)
#### Crypto.js #### Crypto.js
* https://github.com/brix/crypto-js * https://github.com/brix/crypto-js
* MIT License / BSD 3-Clause License * [MIT License](https://github.com/brix/crypto-js) under "License"
#### select2 #### select2
* Apache 2 License * https://github.com/select2/select2
* [Apache 2 License](https://github.com/select2/select2)