diff options
author | dronimal <dronimal@yandex-team.ru> | 2022-02-10 16:47:14 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:14 +0300 |
commit | f60febb7ea449535e7b073c386c7ff0539637fc0 (patch) | |
tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /build | |
parent | 2f2cfabf97857f24c4af02eed4ed9b5a14655bac (diff) | |
download | ydb-f60febb7ea449535e7b073c386c7ff0539637fc0.tar.gz |
Restoring authorship annotation for <dronimal@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build')
-rw-r--r-- | build/conf/license.conf | 6 | ||||
-rw-r--r-- | build/rules/contrib_restricted.policy | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/build/conf/license.conf b/build/conf/license.conf index a628546497..f2fb576b0d 100644 --- a/build/conf/license.conf +++ b/build/conf/license.conf @@ -161,7 +161,7 @@ LICENSES_FORBIDDEN= \ # Group for proprietary code licenses LICENSES_NDA= \ - Intel-NDA \ + Intel-NDA \ mimepp \ OracleOebs \ Sophos-SDK \ @@ -220,7 +220,7 @@ LICENSES_PERMISSIVE= \ BSD \ BSD-1-Clause \ BSD-2-Clause \ - BSD-2-Clause-Patent \ + BSD-2-Clause-Patent \ BSD-2-Clause-Views \ BSD-3-Clause \ BSD-4-Clause \ @@ -247,7 +247,7 @@ LICENSES_PERMISSIVE= \ ICU \ Ietf \ IJG \ - Intel-Simplified \ + Intel-Simplified \ ISC \ JSON \ Khronos \ diff --git a/build/rules/contrib_restricted.policy b/build/rules/contrib_restricted.policy index f66db5d4f9..a83ead1904 100644 --- a/build/rules/contrib_restricted.policy +++ b/build/rules/contrib_restricted.policy @@ -3,9 +3,9 @@ # NOTE: rules should be ordered from specific to generic (first matching rule is used) # See rule syntax docs: https://wiki.yandex-team.ru/devrules/overall/peerdirprohibition/ -# scale_ipp filter for ffmpeg use Intel IPP hence it is nonfree -ALLOW strm/cv/ffmpeg_adcv/toshik_filters -> contrib/restricted/ffmpeg-3-scale-ipp - +# scale_ipp filter for ffmpeg use Intel IPP hence it is nonfree +ALLOW strm/cv/ffmpeg_adcv/toshik_filters -> contrib/restricted/ffmpeg-3-scale-ipp + # CityHash-1.0.2 is a specific version hardwired into ClickHouse public interface ALLOW clickhouse -> contrib/restricted/cityhash-1.0.2 ALLOW library/cpp/clickhouse -> contrib/restricted/cityhash-1.0.2 |