diff options
author | romanoved <romanoved@yandex-team.ru> | 2022-02-10 16:45:56 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:56 +0300 |
commit | 32afff1bad806b1fc774d6ccc979a3dc05a0c7f8 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/rules/contrib_restricted.policy | |
parent | 90132a2ca55bba6a3adaf9aff8aed49128867d84 (diff) | |
download | ydb-32afff1bad806b1fc774d6ccc979a3dc05a0c7f8.tar.gz |
Restoring authorship annotation for <romanoved@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/rules/contrib_restricted.policy')
-rw-r--r-- | build/rules/contrib_restricted.policy | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/rules/contrib_restricted.policy b/build/rules/contrib_restricted.policy index cd7e9d44a7..a83ead1904 100644 --- a/build/rules/contrib_restricted.policy +++ b/build/rules/contrib_restricted.policy @@ -89,9 +89,9 @@ ALLOW yandex_io -> contrib/restricted/spdlog ALLOW smart_devices/tools/launcher2 -> contrib/restricted/spdlog ALLOW smart_devices/tools/updater -> contrib/restricted/spdlog -# cmph is a limited-use library -ALLOW ads/yacontext -> contrib/restricted/cmph - +# cmph is a limited-use library +ALLOW ads/yacontext -> contrib/restricted/cmph + # http-parser is a low-level parser for http bytestream. # Consider using high-level alternatives. ALLOW mds -> contrib/restricted/http-parser |