diff options
author | skacheev <skacheev@yandex-team.ru> | 2022-02-10 16:47:06 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:06 +0300 |
commit | 8236d1ded1f6979f08f9f04ad0affe4633df098c (patch) | |
tree | 75639c0594e9079c32e76dc35c61ec7101d0c6c2 | |
parent | 3a1950d0e8ca4e307e90bc58ed929ad0a983d7c8 (diff) | |
download | ydb-8236d1ded1f6979f08f9f04ad0affe4633df098c.tar.gz |
Restoring authorship annotation for <skacheev@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | build/rules/go/vendor.policy | 14 | ||||
-rw-r--r-- | contrib/libs/jemalloc/dynamic/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/tcmalloc/dynamic/ya.make | 4 | ||||
-rw-r--r-- | contrib/libs/ya.make | 4 |
4 files changed, 12 insertions, 12 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 3e9c0acada..e6c4ba6797 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -587,7 +587,7 @@ ALLOW .* -> vendor/github.com/pariz/gountries # CONTRIB-1630- Go binding for qemu/qmp runtime ALLOW .* -> vendor/github.com/intel/govmm/qemu -# CONTRIB-1650 golang ftp server library with a sample implementation +# CONTRIB-1650 golang ftp server library with a sample implementation ALLOW .* -> vendor/github.com/fclairamb/ftpserver # CONTRIB-1647 golang binlog replication implementation @@ -598,9 +598,9 @@ ALLOW .* -> vendor/github.com/siddontang/go-mysql/mysql # CONTRIB-1849 binding to internal log for binlog replication ALLOW library/go/core/log/compat/golog -> vendor/github.com/siddontang/go-log/log -# CONTRIB-1656 golang sftp server library -ALLOW .* -> vendor/github.com/pkg/sftp - +# CONTRIB-1656 golang sftp server library +ALLOW .* -> vendor/github.com/pkg/sftp + # CONTRIB-1670 ALLOW .* -> vendor/github.com/soniah/gosnmp @@ -705,9 +705,9 @@ ALLOW .* -> vendor/github.com/andybalholm/brotli # CONTRIB-2081 BTree implementation for Go ALLOW .* -> vendor/github.com/google/btree -# CONTRIB-2136 simple lexer for go, it's like shlex.py with whitespace_split=True -ALLOW .* -> vendor/github.com/google/shlex - +# CONTRIB-2136 simple lexer for go, it's like shlex.py with whitespace_split=True +ALLOW .* -> vendor/github.com/google/shlex + # CONTRIB-2084 Word transformation ALLOW .* -> vendor/github.com/jinzhu/inflection # diff --git a/contrib/libs/jemalloc/dynamic/ya.make b/contrib/libs/jemalloc/dynamic/ya.make index 44abbefda0..b9e4d65c96 100644 --- a/contrib/libs/jemalloc/dynamic/ya.make +++ b/contrib/libs/jemalloc/dynamic/ya.make @@ -2,4 +2,4 @@ OWNER(g:contrib g:cpp-contrib) -DLL_FOR(contrib/libs/jemalloc jemalloc) +DLL_FOR(contrib/libs/jemalloc jemalloc) diff --git a/contrib/libs/tcmalloc/dynamic/ya.make b/contrib/libs/tcmalloc/dynamic/ya.make index 72f91dfc81..dd5e4c585c 100644 --- a/contrib/libs/tcmalloc/dynamic/ya.make +++ b/contrib/libs/tcmalloc/dynamic/ya.make @@ -1,2 +1,2 @@ -DLL_FOR(contrib/libs/tcmalloc tcmalloc) -OWNER(g:contrib) +DLL_FOR(contrib/libs/tcmalloc tcmalloc) +OWNER(g:contrib) diff --git a/contrib/libs/ya.make b/contrib/libs/ya.make index 9c4640fdcf..10e3532e41 100644 --- a/contrib/libs/ya.make +++ b/contrib/libs/ya.make @@ -118,7 +118,7 @@ RECURSE( jansson jdk jemalloc - jemalloc/dynamic + jemalloc/dynamic jerasure jinja2cpp js-v8 @@ -325,7 +325,7 @@ RECURSE( taocrypt tbb tcmalloc - tcmalloc/dynamic + tcmalloc/dynamic tensorboard termbox tf |