diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-02-13 19:12:21 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-02-13 19:22:09 +0300 |
commit | 221a2df7bc3521dc48df59775edda9cc5a750639 (patch) | |
tree | cc674a29c7abbe2f877b7e2804a09cf67346c6a6 /contrib/tools/yasm/ya.make | |
parent | c5e402126c33b76505316b1c6c256c497aa1dd4a (diff) | |
download | ydb-221a2df7bc3521dc48df59775edda9cc5a750639.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/tools/yasm/ya.make')
-rw-r--r-- | contrib/tools/yasm/ya.make | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/contrib/tools/yasm/ya.make b/contrib/tools/yasm/ya.make index 66fbd32416..f14e701fe5 100644 --- a/contrib/tools/yasm/ya.make +++ b/contrib/tools/yasm/ya.make @@ -8,16 +8,10 @@ PROGRAM(yasm) VERSION(1.3.0) LICENSE( - Artistic-1.0 AND - Artistic-1.0-Perl AND - Artistic-2.0 AND + "(Artistic-1.0 OR GPL-1.0-or-later OR LGPL-2.0-or-later)" AND + "(BSD-3-Clause AND BSD-2-Clause AND (Artistic-1.0 OR GPL-1.0-or-later OR LGPL-2.0-or-later))" AND BSD-2-Clause AND BSD-3-Clause AND - GPL-1.0-or-later AND - GPL-2.0-only AND - LGPL-2.0-only AND - LGPL-2.0-or-later AND - LicenseRef-scancode-warranty-disclaimer AND Public-Domain ) |