diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-09-25 15:33:16 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-09-25 17:20:14 +0300 |
commit | f35fa989ed187792c3224b72ce742f141c25fd1a (patch) | |
tree | 5f6fc0ece38ae217dbfcb7e592f235d8fc122c5e | |
parent | 287b4bb4d2239bb7555407d03950d323ebf0edce (diff) | |
download | ydb-f35fa989ed187792c3224b72ce742f141c25fd1a.tar.gz |
Put contrib/libs/glslang under yamaker once again
And mark `GPL-3.0-only 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.
```
-rw-r--r-- | build/conf/license.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/license.conf b/build/conf/license.conf index 51e9571961..7be91dfe86 100644 --- a/build/conf/license.conf +++ b/build/conf/license.conf @@ -217,7 +217,6 @@ LICENSES_REQUIRE_DISCLOSURE= \ GPL-2.0-or-later WITH GCC-exception-2.0 \ GPL-2.0-or-later WITH Linux-syscall-note \ GPL-3.0-only \ - GPL-3.0-only WITH Bison-exception-2.2 \ GPL-3.0-or-later \ GPLv2+ @@ -284,6 +283,7 @@ LICENSES_PERMISSIVE= \ FSFAP \ FTL \ GPL-2.0-only WITH Classpath-exception-2.0 \ + GPL-3.0-only WITH Bison-exception-2.2 \ GPL-3.0-or-later WITH Bison-exception-2.2 \ H2 \ IBM-pibs \ |