diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-09-20 16:27:15 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-09-20 16:56:21 +0300 |
commit | bdff2ab3ac00395a854f7d009457d8e482bb1085 (patch) | |
tree | 949bdf752427f42ee65b07b7d8be839b9f3fbd59 | |
parent | c029215cda1c9f5c429658578c1381d19813120a (diff) | |
download | ydb-bdff2ab3ac00395a854f7d009457d8e482bb1085.tar.gz |
Put contrib/libs/glslang under yamaker
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 51e9571961d..7be91dfe865 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 \ |