diff options
author | Nikita Slyusarev <nslus@yandex-team.com> | 2022-02-10 16:46:52 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:52 +0300 |
commit | cd77cecfc03a3eaf87816af28a33067c4f0cdb59 (patch) | |
tree | 1308e0bae862d52e0020d881fe758080437fe389 /library/cpp/regex | |
parent | cdae02d225fb5b3afbb28990e79a7ac6c9125327 (diff) | |
download | ydb-cd77cecfc03a3eaf87816af28a33067c4f0cdb59.tar.gz |
Restoring authorship annotation for Nikita Slyusarev <nslus@yandex-team.com>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/regex')
-rw-r--r-- | library/cpp/regex/hyperscan/ut/ya.make | 2 | ||||
-rw-r--r-- | library/cpp/regex/hyperscan/ya.make | 2 | ||||
-rw-r--r-- | library/cpp/regex/pire/inline/ya.make | 14 | ||||
-rw-r--r-- | library/cpp/regex/pire/ut/ya.make | 8 | ||||
-rw-r--r-- | library/cpp/regex/pire/ya.make | 14 |
5 files changed, 20 insertions, 20 deletions
diff --git a/library/cpp/regex/hyperscan/ut/ya.make b/library/cpp/regex/hyperscan/ut/ya.make index da67b88672..cf0378f4b3 100644 --- a/library/cpp/regex/hyperscan/ut/ya.make +++ b/library/cpp/regex/hyperscan/ut/ya.make @@ -4,7 +4,7 @@ PEERDIR( library/cpp/regex/hyperscan ) -OWNER(g:antiinfra) +OWNER(g:antiinfra) SRCS( hyperscan_ut.cpp diff --git a/library/cpp/regex/hyperscan/ya.make b/library/cpp/regex/hyperscan/ya.make index e99130ae18..cf14c98ea3 100644 --- a/library/cpp/regex/hyperscan/ya.make +++ b/library/cpp/regex/hyperscan/ya.make @@ -1,6 +1,6 @@ LIBRARY() -OWNER(g:antiinfra) +OWNER(g:antiinfra) PEERDIR( contrib/libs/hyperscan diff --git a/library/cpp/regex/pire/inline/ya.make b/library/cpp/regex/pire/inline/ya.make index d4850f7b45..a922cca871 100644 --- a/library/cpp/regex/pire/inline/ya.make +++ b/library/cpp/regex/pire/inline/ya.make @@ -2,18 +2,18 @@ PROGRAM(pire_inline) CFLAGS(-DPIRE_NO_CONFIG) -OWNER( - g:util - davenger -) +OWNER( + g:util + davenger +) PEERDIR( ADDINCL library/cpp/regex/pire ) -SRCDIR( - contrib/libs/pire/pire -) +SRCDIR( + contrib/libs/pire/pire +) SRCS( inline.l diff --git a/library/cpp/regex/pire/ut/ya.make b/library/cpp/regex/pire/ut/ya.make index 8776695f40..97adb509b4 100644 --- a/library/cpp/regex/pire/ut/ya.make +++ b/library/cpp/regex/pire/ut/ya.make @@ -2,10 +2,10 @@ UNITTEST() -OWNER( - g:util - davenger -) +OWNER( + g:util + davenger +) SET(PIRETESTSDIR contrib/libs/pire/ut) diff --git a/library/cpp/regex/pire/ya.make b/library/cpp/regex/pire/ya.make index c857e6d18b..c36fef6454 100644 --- a/library/cpp/regex/pire/ya.make +++ b/library/cpp/regex/pire/ya.make @@ -1,15 +1,15 @@ LIBRARY() -OWNER( - g:util - g:antiinfra - davenger - pg -) +OWNER( + g:util + g:antiinfra + davenger + pg +) CFLAGS(-DPIRE_NO_CONFIG) -SRCDIR(contrib/libs/pire/pire) +SRCDIR(contrib/libs/pire/pire) SRCS( pcre2pire.cpp |