diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-08-22 20:39:18 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-08-22 21:46:23 +0300 |
commit | 89ce593f3ff3de624f9a0dd5cb352c3cb49c3679 (patch) | |
tree | 48e52fac544401a03d6defa287be2a023d9a55b1 /build/conf | |
parent | b1ecde7c1687c482814146a0db446ffc44b3c028 (diff) | |
download | ydb-89ce593f3ff3de624f9a0dd5cb352c3cb49c3679.tar.gz |
Change contrib/libs/libwebp license to-Clause WITH Google-Patent-License-Webm
And mark the chosen combination as permissive.
While choosing between WITH and AND between two tokens, the former was chosen, as `Google-Patent-License-Webm` is
> An additional intellectual property rights grant
but not a specific license by itself.
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/license.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/conf/license.conf b/build/conf/license.conf index 9946b0917c..d3f359e9b5 100644 --- a/build/conf/license.conf +++ b/build/conf/license.conf @@ -263,6 +263,7 @@ LICENSES_PERMISSIVE= \ BSD-2-Clause \ BSD-2-Clause-Patent \ BSD-2-Clause-Views \ + BSD-3-Clause WITH Google-Patent-License-Webm \ BSD-3-Clause \ BSD-4-Clause \ BSD-4-Clause-UC \ |