diff options
author | splinter <splinter@yandex-team.ru> | 2022-02-10 16:46:07 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:07 +0300 |
commit | 68a965caab2f0f7b3ff18ac4334cbb2f47c2db65 (patch) | |
tree | 8532b7c596bda928bf84cdfc2a686beeaab4354e /contrib/restricted | |
parent | 8dc65930fc86ac0ebd07114f5f5be9e89c65ef8a (diff) | |
download | ydb-68a965caab2f0f7b3ff18ac4334cbb2f47c2db65.tar.gz |
Restoring authorship annotation for <splinter@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/restricted')
-rw-r--r-- | contrib/restricted/abseil-cpp-tstring/y_absl/memory/ya.make | 24 | ||||
-rw-r--r-- | contrib/restricted/abseil-cpp-tstring/y_absl/meta/ya.make | 24 | ||||
-rw-r--r-- | contrib/restricted/abseil-cpp-tstring/ya.make | 4 |
3 files changed, 26 insertions, 26 deletions
diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/memory/ya.make b/contrib/restricted/abseil-cpp-tstring/y_absl/memory/ya.make index 87b37c9e1c..fe3044668d 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/memory/ya.make +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/memory/ya.make @@ -1,18 +1,18 @@ -# Generated by devtools/yamaker. - -LIBRARY() - +# Generated by devtools/yamaker. + +LIBRARY() + OWNER( somov g:cpp-contrib ) - -LICENSE(Apache-2.0) - + +LICENSE(Apache-2.0) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -PEERDIR( - contrib/restricted/abseil-cpp-tstring/y_absl/meta -) - -END() +PEERDIR( + contrib/restricted/abseil-cpp-tstring/y_absl/meta +) + +END() diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/meta/ya.make b/contrib/restricted/abseil-cpp-tstring/y_absl/meta/ya.make index 8e771a5b75..0ec205cb8d 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/meta/ya.make +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/meta/ya.make @@ -1,18 +1,18 @@ -# Generated by devtools/yamaker. - -LIBRARY() - +# Generated by devtools/yamaker. + +LIBRARY() + OWNER( somov g:cpp-contrib ) - -LICENSE(Apache-2.0) - + +LICENSE(Apache-2.0) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -PEERDIR( - contrib/restricted/abseil-cpp-tstring/y_absl/base -) - -END() +PEERDIR( + contrib/restricted/abseil-cpp-tstring/y_absl/base +) + +END() diff --git a/contrib/restricted/abseil-cpp-tstring/ya.make b/contrib/restricted/abseil-cpp-tstring/ya.make index 67363a6930..b58ebf9188 100644 --- a/contrib/restricted/abseil-cpp-tstring/ya.make +++ b/contrib/restricted/abseil-cpp-tstring/ya.make @@ -10,7 +10,7 @@ OWNER( VERSION(20211102.0) LICENSE(Apache-2.0) - + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) PEERDIR( @@ -90,7 +90,7 @@ PEERDIR( contrib/restricted/abseil-cpp-tstring/y_absl/utility ) -NO_RUNTIME() +NO_RUNTIME() END() |