diff options
| author | Nikita Slyusarev <[email protected]> | 2022-02-10 16:46:52 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:52 +0300 | 
| commit | cd77cecfc03a3eaf87816af28a33067c4f0cdb59 (patch) | |
| tree | 1308e0bae862d52e0020d881fe758080437fe389 /library/cpp/regex | |
| parent | cdae02d225fb5b3afbb28990e79a7ac6c9125327 (diff) | |
Restoring authorship annotation for Nikita Slyusarev <[email protected]>. 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 da67b88672a..cf0378f4b34 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 e99130ae186..cf14c98ea39 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 d4850f7b457..a922cca8710 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 8776695f405..97adb509b49 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 c857e6d18bc..c36fef64547 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  | 
