From 4467eca661041e02918888b1750804e68b398ef3 Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Thu, 22 Oct 2015 13:14:39 +0200 Subject: [PATCH] Bison is not used as part of arangodb --- LICENSES-OTHER-COMPONENTS.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/LICENSES-OTHER-COMPONENTS.md b/LICENSES-OTHER-COMPONENTS.md index 77ab6acdc4..eec17053b6 100644 --- a/LICENSES-OTHER-COMPONENTS.md +++ b/LICENSES-OTHER-COMPONENTS.md @@ -51,9 +51,8 @@ ### Bison * https://www.gnu.org/software/bison/ -* [GNU GPL v3](http://www.gnu.org/licenses/gpl.html) -* *only used to generate code, not part of the distribution* -* see https://github.com/arangodb/arangodb/blob/devel/arangod/Aql/grammar.cpp#L20 +* only used to generate code, not part of the distribution +* parts used see https://github.com/arangodb/arangodb/blob/devel/arangod/Aql/grammar.cpp#L20 ### Flex