aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-10-23 14:04:45 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-10-23 14:46:27 +0300
commit4b35f7607d9807f22019bb41b0cd7e3ed484ee8b (patch)
treea5016c2c213fae766dfe786be5c0c1e3d4097ce9
parent254b5cf39e7920253a249b7b97f09a87b6d20ca9 (diff)
downloadydb-4b35f7607d9807f22019bb41b0cd7e3ed484ee8b.tar.gz
Intermediate changes
-rw-r--r--contrib/tools/yasm/ya.make5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/tools/yasm/ya.make b/contrib/tools/yasm/ya.make
index 5bb497eaa8..438a74a68a 100644
--- a/contrib/tools/yasm/ya.make
+++ b/contrib/tools/yasm/ya.make
@@ -19,6 +19,11 @@ LICENSE(
Public-Domain
)
+LICENSE_RESTRICTION_EXCEPTIONS(
+ # Consider Artistic-1.0 as acceptable license risk
+ contrib/tools/yasm
+)
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
IF (MUSL)