aboutsummaryrefslogtreecommitdiffstats
path: root/build/rules/contrib_restricted.policy
diff options
context:
space:
mode:
authorcerevra <cerevra@yandex-team.ru>2022-02-10 16:45:59 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:59 +0300
commit4f292c7e2fd0a41da93fda51b2d440c979a330b7 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/rules/contrib_restricted.policy
parentbf41dd01f6c920583e9faae7cd55ed25e547e052 (diff)
downloadydb-4f292c7e2fd0a41da93fda51b2d440c979a330b7.tar.gz
Restoring authorship annotation for <cerevra@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/rules/contrib_restricted.policy')
-rw-r--r--build/rules/contrib_restricted.policy10
1 files changed, 5 insertions, 5 deletions
diff --git a/build/rules/contrib_restricted.policy b/build/rules/contrib_restricted.policy
index 3d95f3c853..a83ead1904 100644
--- a/build/rules/contrib_restricted.policy
+++ b/build/rules/contrib_restricted.policy
@@ -33,11 +33,11 @@ ALLOW clickhouse -> contrib/restricted/abseil-cpp
ALLOW clickhouse -> contrib/restricted/turbo_base64
# For HBase client: CONTRIB-1790
-ALLOW passport/infra -> contrib/restricted/thrift
+ALLOW passport/infra -> contrib/restricted/thrift
+
+# keyutils is LGPL: CONTRIB-2236
+ALLOW passport/infra -> contrib/restricted/keyutils
-# keyutils is LGPL: CONTRIB-2236
-ALLOW passport/infra -> contrib/restricted/keyutils
-
# For Apache Arrow: CONTRIB-1662
ALLOW mds -> contrib/restricted/uriparser
@@ -78,7 +78,7 @@ ALLOW speechkit -> contrib/restricted/openal-soft
ALLOW dict/mt/video -> contrib/restricted/rubberband
# Allowed subset of abseil is exported via library/
-ALLOW library/cpp/containers/absl_flat_hash -> contrib/restricted/abseil-cpp/absl/container
+ALLOW library/cpp/containers/absl_flat_hash -> contrib/restricted/abseil-cpp/absl/container
ALLOW library/cpp/containers/absl_tstring_flat_hash -> contrib/restricted/abseil-cpp-tstring/y_absl/container
# spdlog is just yet another best logging engine