aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools
diff options
context:
space:
mode:
authorspreis <spreis@yandex-team.ru>2022-02-10 16:47:13 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:13 +0300
commitbcd1126cbd5d445cd0665d295198aa39c6ab8cbe (patch)
treed41d29a041d5733ef148335290dbb817b197d4cd /contrib/tools
parent986cb5d624f352524bfa0c42c9a7695235cdaa41 (diff)
downloadydb-bcd1126cbd5d445cd0665d295198aa39c6ab8cbe.tar.gz
Restoring authorship annotation for <spreis@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools')
-rw-r--r--contrib/tools/bison/bison/ya.make4
-rw-r--r--contrib/tools/bison/gnulib/ya.make4
-rw-r--r--contrib/tools/bison/m4/ya.make4
-rw-r--r--contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp4
-rw-r--r--contrib/tools/protoc/plugins/cpp_styleguide/ya.make4
-rw-r--r--contrib/tools/protoc/ya.make2
-rw-r--r--contrib/tools/python/pyconfig.inc4
-rw-r--r--contrib/tools/python3/src/Lib/ya.make6
-rw-r--r--contrib/tools/ya.make6
9 files changed, 19 insertions, 19 deletions
diff --git a/contrib/tools/bison/bison/ya.make b/contrib/tools/bison/bison/ya.make
index 04f8ae3758..dd1ed850ac 100644
--- a/contrib/tools/bison/bison/ya.make
+++ b/contrib/tools/bison/bison/ya.make
@@ -1,5 +1,5 @@
-OWNER(g:contrib)
-
+OWNER(g:contrib)
+
PROGRAM()
LICENSE(
diff --git a/contrib/tools/bison/gnulib/ya.make b/contrib/tools/bison/gnulib/ya.make
index b674fd9ada..f97381645d 100644
--- a/contrib/tools/bison/gnulib/ya.make
+++ b/contrib/tools/bison/gnulib/ya.make
@@ -1,5 +1,5 @@
-OWNER(g:contrib)
-
+OWNER(g:contrib)
+
LIBRARY()
LICENSE(
diff --git a/contrib/tools/bison/m4/ya.make b/contrib/tools/bison/m4/ya.make
index 3a54fa2c8f..618b61a05a 100644
--- a/contrib/tools/bison/m4/ya.make
+++ b/contrib/tools/bison/m4/ya.make
@@ -1,5 +1,5 @@
-OWNER(g:contrib)
-
+OWNER(g:contrib)
+
PROGRAM()
LICENSE(GPL-3.0-or-later)
diff --git a/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp b/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp
index cd96aa0565..b18ada4016 100644
--- a/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp
+++ b/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp
@@ -970,7 +970,7 @@ namespace NPlugins {
std::unique_ptr<io::ZeroCopyOutputStream> output(
OutputDirectory_->OpenForInsert(fileName, scope));
io::Printer printer(output.get(), '$');
- printer.Print("#include <google/protobuf/messagext.h>\n");
+ printer.Print("#include <google/protobuf/messagext.h>\n");
}
void GenerateHeaderIncludeExtensions() {
@@ -979,7 +979,7 @@ namespace NPlugins {
std::unique_ptr<io::ZeroCopyOutputStream> output(
OutputDirectory_->OpenForInsert(fileName, scope));
io::Printer printer(output.get(), '$');
- printer.Print("#include <google/protobuf/json_util.h>\n");
+ printer.Print("#include <google/protobuf/json_util.h>\n");
}
private:
diff --git a/contrib/tools/protoc/plugins/cpp_styleguide/ya.make b/contrib/tools/protoc/plugins/cpp_styleguide/ya.make
index 5a5f17d49a..03e662224a 100644
--- a/contrib/tools/protoc/plugins/cpp_styleguide/ya.make
+++ b/contrib/tools/protoc/plugins/cpp_styleguide/ya.make
@@ -1,5 +1,5 @@
-OWNER(g:contrib)
-
+OWNER(g:contrib)
+
IF (USE_PREBUILT_TOOLS)
INCLUDE(${ARCADIA_ROOT}/build/prebuilt/contrib/tools/protoc/plugins/cpp_styleguide/ya.make.prebuilt)
ENDIF()
diff --git a/contrib/tools/protoc/ya.make b/contrib/tools/protoc/ya.make
index 81244e1259..2f4b59d59a 100644
--- a/contrib/tools/protoc/ya.make
+++ b/contrib/tools/protoc/ya.make
@@ -3,7 +3,7 @@ OWNER(
g:contrib
g:cpp-contrib
)
-
+
IF (USE_PREBUILT_TOOLS)
INCLUDE(${ARCADIA_ROOT}/build/prebuilt/contrib/tools/protoc/ya.make.prebuilt)
ENDIF()
diff --git a/contrib/tools/python/pyconfig.inc b/contrib/tools/python/pyconfig.inc
index 01da7d4566..b513b1880b 100644
--- a/contrib/tools/python/pyconfig.inc
+++ b/contrib/tools/python/pyconfig.inc
@@ -10,8 +10,8 @@ SET(PYTHON_SRC_ROOT "${ARCADIA_ROOT}/${PYTHON_SRC_DIR}")
SET(PYTHON_FLAGS "-DPy_BUILD_CORE")
-ADDINCL(${PYTHON_SRC_DIR}/Include)
-
+ADDINCL(${PYTHON_SRC_DIR}/Include)
+
CFLAGS(
-DUNQUOTED_VERSION=2.7
)
diff --git a/contrib/tools/python3/src/Lib/ya.make b/contrib/tools/python3/src/Lib/ya.make
index c767aad120..d00406885f 100644
--- a/contrib/tools/python3/src/Lib/ya.make
+++ b/contrib/tools/python3/src/Lib/ya.make
@@ -8,14 +8,14 @@ LICENSE(Python-2.0)
NO_LINT()
-NO_PYTHON_INCLUDES()
-
+NO_PYTHON_INCLUDES()
+
PEERDIR(
certs
contrib/tools/python3/lib/py
)
-PY_SRCS(
+PY_SRCS(
TOP_LEVEL
__future__.py
_aix_support.py
diff --git a/contrib/tools/ya.make b/contrib/tools/ya.make
index 750911c587..db59ff4686 100644
--- a/contrib/tools/ya.make
+++ b/contrib/tools/ya.make
@@ -1,5 +1,5 @@
-OWNER(g:contrib)
-
+OWNER(g:contrib)
+
RECURSE(
bdb
bison
@@ -24,7 +24,7 @@ RECURSE(
mp4viewer
open-vcdiff
open-vcdiff/bin
- plantuml
+ plantuml
protoc
protoc-c
protoc_std