1
0
Fork 0

Update LICENSES-OTHER-COMPONENTS.md

This commit is contained in:
Frank Celler 2015-10-29 18:14:52 +01:00
parent e9d2c64435
commit 3d8205859a
1 changed files with 23 additions and 23 deletions

View File

@ -13,15 +13,15 @@
* Project Home: https://code.google.com/p/v8/ * Project Home: https://code.google.com/p/v8/
* GITHUB: https://github.com/v8/v8 * GITHUB: https://github.com/v8/v8
* License Overview: [https://github.com/v8/v8/blob/4.3.61/LICENSE](https://github.com/v8/v8/blob/4.3.61/LICENSE) * License Overview: [https://github.com/v8/v8/blob/4.3.61/LICENSE](https://github.com/v8/v8/blob/4.3.61/LICENSE)
* License: V8 [free as-is license](https://github.com/v8/v8/blob/4.3.61/LICENSE.v8) * License: V8 [BSD 3-Clause License](https://github.com/v8/v8/blob/4.3.61/LICENSE.v8)
* License: strongtalk [free as-is license](https://github.com/v8/v8/blob/4.3.61/LICENSE.strongtalk) * License: strongtalk [BSD 3-Clause License](https://github.com/v8/v8/blob/4.3.61/LICENSE.strongtalk)
* License: valgrind [BSD-style license](https://github.com/v8/v8/blob/4.3.61/LICENSE.valgrind) * License: valgrind [BSD 4-Clause license](https://github.com/v8/v8/blob/4.3.61/LICENSE.valgrind)
* License: vtune, Dual-License [BSD license](https://github.com/v8/v8/blob/4.3.61/src/third_party/vtune/v8-vtune.h) * License: vtune, Dual-License [BSD 3-Clause License](https://github.com/v8/v8/blob/4.3.61/src/third_party/vtune/v8-vtune.h)
* License: gmock [free as-is license](https://github.com/arangodb/arangodb/blob/devel/3rdParty/V8-4.3.61/testing/gmock/LICENSE) * License: gmock [BSD 3-Clause License](https://github.com/arangodb/arangodb/blob/devel/3rdParty/V8-4.3.61/testing/gmock/LICENSE)
* License: gtest [free as-is license](https://github.com/arangodb/arangodb/blob/devel/3rdParty/V8-4.3.61/testing/gtest/LICENSE) * License: gtest [BSD 3-Clause License](https://github.com/arangodb/arangodb/blob/devel/3rdParty/V8-4.3.61/testing/gtest/LICENSE)
* License: fdlibm [free as-is license](https://github.com/v8/v8/blob/4.3.61/src/third_party/fdlibm/LICENSE) * License: fdlibm [free as-is license](https://github.com/v8/v8/blob/4.3.61/src/third_party/fdlibm/LICENSE)
* License: PCRE [BSD license](https://github.com/v8/v8/blob/4.3.61/test/mjsunit/third_party/regexp-pcre.js) * License: PCRE [BSD 3-Clause license](https://github.com/v8/v8/blob/4.3.61/test/mjsunit/third_party/regexp-pcre.js)
* License: object-keys [free as-is license](https://github.com/v8/v8/blob/4.3.61/test/mjsunit/third_party/object-keys.js) * License: object-keys [BSD 3-Clause license](https://github.com/v8/v8/blob/4.3.61/test/mjsunit/third_party/object-keys.js)
### ICU 54.1 ### ICU 54.1
@ -36,18 +36,18 @@
### libev 4.11 ### libev 4.11
* Project Home: http://software.schmorp.de/pkg/libev.html * Project Home: http://software.schmorp.de/pkg/libev.html
* License: Dual-License [free as-is license](http://cvs.schmorp.de/libev/LICENSE?revision=1.11&view=markup) * License: Dual-License [BSD 2-Clause License](http://cvs.schmorp.de/libev/LICENSE?revision=1.11&view=markup)
### linenoise ### linenoise
* GITHUB: https://github.com/antirez/linenoise * GITHUB: https://github.com/antirez/linenoise
* License: [free as-is license](https://github.com/antirez/linenoise/blob/master/LICENSE) * License: [BSD 2-Clause License](https://github.com/antirez/linenoise/blob/master/LICENSE)
### Valgrind ### Valgrind
* Project Home: http://valgrind.org/ * Project Home: http://valgrind.org/
* uses valgrind.h header file only, none of the other files * uses valgrind.h header file only, none of the other files
* License: [BSD-style license](https://raw.githubusercontent.com/arangodb/arangodb/devel/3rdParty/valgrind/valgrind.h) * License: [BSD 4-Clause license](https://raw.githubusercontent.com/arangodb/arangodb/devel/3rdParty/valgrind/valgrind.h)
### zlib 1.2.7 ### zlib 1.2.7
@ -126,7 +126,7 @@
* Project Home: http://coffeescript.org * Project Home: http://coffeescript.org
* GIUTHUB: https://github.com/jashkenas/coffeescript * GIUTHUB: https://github.com/jashkenas/coffeescript
* License: [free as-is license](https://github.com/jashkenas/coffeescript/blob/master/LICENSE) * License: [MT-style License](https://github.com/jashkenas/coffeescript/blob/master/LICENSE)
#### expect.js #### expect.js
@ -147,7 +147,7 @@
* Project Home: https://highlightjs.org * Project Home: https://highlightjs.org
* GITHUB: https://github.com/isagalaev/highlight.js * GITHUB: https://github.com/isagalaev/highlight.js
* License: [free as-is license](https://github.com/isagalaev/highlight.js/blob/master/LICENSE) * License: [BSD 3-Clause License](https://github.com/isagalaev/highlight.js/blob/master/LICENSE)
#### http-errors #### http-errors
@ -157,7 +157,7 @@
#### inflect #### inflect
* GITHUB: https://github.com/pksunkara/inflect * GITHUB: https://github.com/pksunkara/inflect
* License: [free as-is license](https://github.com/pksunkara/inflect/blob/master/LICENSE) * License: [MIT-style License](https://github.com/pksunkara/inflect/blob/master/LICENSE)
#### Jasmine #### Jasmine
@ -168,13 +168,13 @@
#### Joi #### Joi
* GITHUB: https://github.com/hapijs/joi * GITHUB: https://github.com/hapijs/joi
* License: [free as-is license](https://github.com/hapijs/joi/blob/master/LICENSE) * License: [BSD-style 3-Clause License](https://github.com/hapijs/joi/blob/master/LICENSE)
#### JSHint #### JSHint
* Project Home: http://jshint.com * Project Home: http://jshint.com
* GITHUB: https://github.com/jshint/jshint * GITHUB: https://github.com/jshint/jshint
* License: [free as-is license](https://github.com/jshint/jshint/blob/master/LICENSE) * License: [MIT-style License](https://github.com/jshint/jshint/blob/master/LICENSE)
#### JSUnity #### JSUnity
@ -195,7 +195,7 @@
#### qs #### qs
* GITHUB: https://github.com/hapijs/qs * GITHUB: https://github.com/hapijs/qs
* License: [free as-is license](https://github.com/hapijs/qs/blob/master/LICENSE) * License: [BSD-style 3-Clause License](https://github.com/hapijs/qs/blob/master/LICENSE)
#### Ramda #### Ramda
@ -224,7 +224,7 @@
* Project Home: http://underscorejs.org * Project Home: http://underscorejs.org
* GITHUB: https://github.com/jashkenas/underscore * GITHUB: https://github.com/jashkenas/underscore
* License: [free as-is license](https://github.com/jashkenas/underscore/blob/master/LICENSE) * License: [MIT-style License](https://github.com/jashkenas/underscore/blob/master/LICENSE)
#### YAML #### YAML
@ -237,7 +237,7 @@
* Project Home: http://backbonejs.org * Project Home: http://backbonejs.org
* GITHUB: https://github.com/jashkenas/backbone * GITHUB: https://github.com/jashkenas/backbone
* License: [free as-is license](https://github.com/jashkenas/backbone/blob/master/LICENSE) * License: [MIT-style License](https://github.com/jashkenas/backbone/blob/master/LICENSE)
#### Bootstrap #### Bootstrap
@ -254,13 +254,13 @@
* Project Home: http://d3js.org * Project Home: http://d3js.org
* GITHUB: https://github.com/mbostock/d3 * GITHUB: https://github.com/mbostock/d3
* License: [free as-is license](https://github.com/mbostock/d3/blob/master/LICENSE) * License: [BSD-style 3-Clause License](https://github.com/mbostock/d3/blob/master/LICENSE)
#### dygraph #### dygraph
* Project Home: http://dygraphs.com * Project Home: http://dygraphs.com
* GITHUB: https://github.com/danvk/dygraphs * GITHUB: https://github.com/danvk/dygraphs
* License: [free as-is license](https://github.com/danvk/dygraphs/blob/master/LICENSE.txt) * License: [MIT-style License](https://github.com/danvk/dygraphs/blob/master/LICENSE.txt)
#### Embedded JS #### Embedded JS
@ -277,7 +277,7 @@
* Project Home: http://jquery.com * Project Home: http://jquery.com
* GITHUB: https://github.com/jquery/jquery * GITHUB: https://github.com/jquery/jquery
* License: [free as-is license](https://github.com/jquery/jquery/blob/master/LICENSE.txt) * License: [MIT-style License](https://github.com/jquery/jquery/blob/master/LICENSE.txt)
#### jQuery Contextmenu #### jQuery Contextmenu
@ -313,7 +313,7 @@
* Project Home: http://jqueryui.com * Project Home: http://jqueryui.com
* GITHUB: https://github.com/jquery/jquery-ui * GITHUB: https://github.com/jquery/jquery-ui
* License: [free as-is license](https://github.com/jquery/jquery-ui/blob/master/LICENSE.txt) * License: [MIT-style License](https://github.com/jquery/jquery-ui/blob/master/LICENSE.txt)
#### jQuery UploadFile #### jQuery UploadFile