diff options
author | workfork <workfork@yandex-team.ru> | 2022-02-10 16:46:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:43 +0300 |
commit | 89db6fe2fe2c32d2a832ddfeb04e8d078e301084 (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /library/cpp/regex | |
parent | c3745173272d1cf5b0642debb40d019e7ae71094 (diff) | |
download | ydb-89db6fe2fe2c32d2a832ddfeb04e8d078e301084.tar.gz |
Restoring authorship annotation for <workfork@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/regex')
-rw-r--r-- | library/cpp/regex/pcre/ut/ya.make | 2 | ||||
-rw-r--r-- | library/cpp/regex/pcre/ya.make | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/regex/pcre/ut/ya.make b/library/cpp/regex/pcre/ut/ya.make index d360689441..0721ef87c2 100644 --- a/library/cpp/regex/pcre/ut/ya.make +++ b/library/cpp/regex/pcre/ut/ya.make @@ -1,6 +1,6 @@ UNITTEST_FOR(library/cpp/regex/pcre) -OWNER(g:util) +OWNER(g:util) SRCS( pcre_ut.cpp diff --git a/library/cpp/regex/pcre/ya.make b/library/cpp/regex/pcre/ya.make index 2b2972e611..d34911f103 100644 --- a/library/cpp/regex/pcre/ya.make +++ b/library/cpp/regex/pcre/ya.make @@ -1,6 +1,6 @@ LIBRARY() -OWNER(g:util) +OWNER(g:util) PEERDIR( contrib/libs/pcre |