mirror of https://gitee.com/bigwinds/arangodb
Update LICENSES-OTHER-COMPONENTS.md
This commit is contained in:
parent
d702914259
commit
4c421ea7cf
|
@ -46,21 +46,20 @@
|
||||||
|
|
||||||
### CoreOS etcd
|
### CoreOS etcd
|
||||||
|
|
||||||
* https://coreos.com/using-coreos/etcd/
|
* Project Home: https://coreos.com/using-coreos/etcd/
|
||||||
* [Apache 2 License](https://github.com/coreos/etcd/blob/master/LICENSE)
|
* License: [Apache 2 License](https://github.com/coreos/etcd/blob/master/LICENSE)
|
||||||
|
|
||||||
### autotools
|
### autotools
|
||||||
|
|
||||||
* http://www.gnu.org/software/autoconf/autoconf.html
|
* Project Home: http://www.gnu.org/software/autoconf/autoconf.html, https://www.gnu.org/software/automake/
|
||||||
* https://www.gnu.org/software/automake/
|
|
||||||
* only used to generate code, not part of the distribution
|
* only used to generate code, not part of the distribution
|
||||||
* parts generated are free as-is license
|
* License: [configure](https://github.com/arangodb/arangodb/blob/master/configure#L11), [Makefile.in](https://raw.githubusercontent.com/arangodb/arangodb/master/Makefile.in), [ax_cxx_compile_stdcxx_11.m4](https://github.com/arangodb/arangodb/blob/master/m4/ax_cxx_compile_stdcxx_11.m4#L25)
|
||||||
|
|
||||||
### Bison
|
### Bison
|
||||||
|
|
||||||
* https://www.gnu.org/software/bison/
|
* Project Home: https://www.gnu.org/software/bison/
|
||||||
* only used to generate code, not part of the distribution; for details about using Bison in this way see http://www.gnu.org/software/bison/manual/bison.html#Conditions
|
* only used to generate code, not part of the distribution; for details about using Bison in this way see http://www.gnu.org/software/bison/manual/bison.html#Conditions
|
||||||
* parts generated use see https://github.com/arangodb/arangodb/blob/devel/arangod/Aql/grammar.cpp#L20
|
* License: (grammar.cpp)[https://github.com/arangodb/arangodb/blob/devel/arangod/Aql/grammar.cpp#L20]
|
||||||
|
|
||||||
### Flex
|
### Flex
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue