1
0
Fork 0

clarified parted generated by autotools & bison

This commit is contained in:
Frank Celler 2015-10-27 13:21:55 +01:00
parent 41f61d4deb
commit c07aeaf5ba
1 changed files with 2 additions and 2 deletions

View File

@ -53,13 +53,13 @@
* http://www.gnu.org/software/autoconf/autoconf.html * 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 used are free as-is license * parts generated are free as-is license
### Bison ### Bison
* https://www.gnu.org/software/bison/ * https://www.gnu.org/software/bison/
* only used to generate code, not part of the distribution * 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 * parts generated use see https://github.com/arangodb/arangodb/blob/devel/arangod/Aql/grammar.cpp#L20
### Flex ### Flex