From a3226114958b941ebb3fd11d7cd1add7c4a0c78a Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Tue, 20 Oct 2015 15:47:40 +0200 Subject: [PATCH] added Bison & Flex --- LICENSES-OTHER-COMPONENTS.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/LICENSES-OTHER-COMPONENTS.md b/LICENSES-OTHER-COMPONENTS.md index d2f75f6b59..97a72287ba 100644 --- a/LICENSES-OTHER-COMPONENTS.md +++ b/LICENSES-OTHER-COMPONENTS.md @@ -49,6 +49,19 @@ * 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 @@ -192,7 +205,6 @@ #### Handlebars - * MIT License #### Highlight.js