diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-09-20 11:22:51 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-09-20 11:51:54 +0300 |
commit | 2008d46b80a748ace789e479105470b820793af7 (patch) | |
tree | 75e33657c00f84baf2a69ac447c3fc7ee8f0f3c3 /contrib/tools/CMakeLists.txt | |
parent | f5b051f5e09f00265229985ba5fd47aa5c8959ff (diff) | |
download | ydb-2008d46b80a748ace789e479105470b820793af7.tar.gz |
Proofread licenses for contrib/tools/bison
And mark `GPL-3.0-or-later WITH Bison-exception-2.2` as it reads as follows:
```
As a special exception, you may create a larger work that contains
part or all of the Bison parser skeleton and distribute that work
under terms of your choice, so long as that work isn't itself a
parser generator using the skeleton or a modified version thereof
as a parser skeleton.
```
Diffstat (limited to 'contrib/tools/CMakeLists.txt')
-rw-r--r-- | contrib/tools/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/tools/CMakeLists.txt b/contrib/tools/CMakeLists.txt index c9f6133228..c47b2d5bde 100644 --- a/contrib/tools/CMakeLists.txt +++ b/contrib/tools/CMakeLists.txt @@ -6,5 +6,6 @@ # original buildsystem will not be accepted. +add_subdirectory(bison) add_subdirectory(flatc) add_subdirectory(protoc) |