diff options
author | toshik <toshik@yandex-team.ru> | 2022-02-10 16:46:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:01 +0300 |
commit | ed935c8a4c7e6ca561c19047402b0f7442175b51 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c | |
parent | 4b88481f8cd78b4d6e192249db3e6ab984cbea14 (diff) | |
download | ydb-ed935c8a4c7e6ca561c19047402b0f7442175b51.tar.gz |
Restoring authorship annotation for <toshik@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | build/conf/license.conf | 2 | ||||
-rw-r--r-- | build/rules/go/vendor.policy | 8 | ||||
-rw-r--r-- | build/sysincl/misc.yml | 26 | ||||
-rw-r--r-- | contrib/libs/ya.make | 8 | ||||
-rw-r--r-- | contrib/restricted/ya.make | 2 |
5 files changed, 23 insertions, 23 deletions
diff --git a/build/conf/license.conf b/build/conf/license.conf index 00b4ab948c..f2fb576b0d 100644 --- a/build/conf/license.conf +++ b/build/conf/license.conf @@ -113,7 +113,7 @@ LICENSES_UNATTRIBUTED= \ LicenseRef-scancode-generic-cla \ LicenseRef-scancode-other-copyleft \ LicenseRef-scancode-other-permissive \ - LicenseRef-scancode-pcre \ + LicenseRef-scancode-pcre \ LicenseRef-scancode-proprietary-license \ LicenseRef-scancode-unknown \ LicenseRef-scancode-unknown-license-reference \ diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 81102fa190..3e9c0acada 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -710,10 +710,10 @@ ALLOW .* -> vendor/github.com/google/shlex # CONTRIB-2084 Word transformation ALLOW .* -> vendor/github.com/jinzhu/inflection -# -# CONTRIB-2069 -ALLOW .* -> vendor/github.com/coredhcp/coredhcp -ALLOW .* -> vendor/github.com/insomniacslk/dhcp +# +# CONTRIB-2069 +ALLOW .* -> vendor/github.com/coredhcp/coredhcp +ALLOW .* -> vendor/github.com/insomniacslk/dhcp # CONTRIB-2094 ALLOW .* -> vendor/github.com/osrg/gobgp diff --git a/build/sysincl/misc.yml b/build/sysincl/misc.yml index 0293c65ef4..e9e6095888 100644 --- a/build/sysincl/misc.yml +++ b/build/sysincl/misc.yml @@ -453,16 +453,16 @@ - source_filter: "^cloud/iam/token_agent/daemon" includes: - contrib/libs/grpc/include/grpcpp/impl/codegen/server_context_impl.h - -- source_filter: "^contrib/libs/libyang" - includes: - - in.h: contrib/libs/libyang/libyang/in.h - -- source_filter: "^contrib/restricted/noc/frr" - includes: - - assert.h: contrib/restricted/noc/frr/lib/assert/assert.h - - bfd.h: contrib/restricted/noc/frr/lib/bfd.h - - getopt.h: contrib/restricted/noc/frr/lib/getopt.h - - filter.h: contrib/restricted/noc/frr/lib/filter.h - - memory.h: contrib/restricted/noc/frr/lib/memory.h - - thread.h: contrib/restricted/noc/frr/lib/thread.h + +- source_filter: "^contrib/libs/libyang" + includes: + - in.h: contrib/libs/libyang/libyang/in.h + +- source_filter: "^contrib/restricted/noc/frr" + includes: + - assert.h: contrib/restricted/noc/frr/lib/assert/assert.h + - bfd.h: contrib/restricted/noc/frr/lib/bfd.h + - getopt.h: contrib/restricted/noc/frr/lib/getopt.h + - filter.h: contrib/restricted/noc/frr/lib/filter.h + - memory.h: contrib/restricted/noc/frr/lib/memory.h + - thread.h: contrib/restricted/noc/frr/lib/thread.h diff --git a/contrib/libs/ya.make b/contrib/libs/ya.make index fcf2c646f6..9c4640fdcf 100644 --- a/contrib/libs/ya.make +++ b/contrib/libs/ya.make @@ -163,7 +163,7 @@ RECURSE( libm libmagic libmemcached - libmp3lame + libmp3lame libmysql_r libogg libopendkim @@ -200,7 +200,7 @@ RECURSE( libxml libxml/dynamic libxslt - libyang + libyang libyuv linenoise linux-headers @@ -264,7 +264,7 @@ RECURSE( pam pango pcre - pcre2 + pcre2 pdqsort pffft pfr @@ -348,7 +348,7 @@ RECURSE( util-linux valgrind vlfeat - vmaf + vmaf wapiti webrtc websocketpp diff --git a/contrib/restricted/ya.make b/contrib/restricted/ya.make index 397aa04a2f..b52a206733 100644 --- a/contrib/restricted/ya.make +++ b/contrib/restricted/ya.make @@ -44,7 +44,7 @@ RECURSE( mpg123 murmurhash nfs_ganesha - noc + noc openal-soft patched protobuf-c |