aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json
diff options
context:
space:
mode:
authorrobot-ya-builder <robot-ya-builder@yandex-team.com>2023-01-17 13:48:00 +0300
committerrobot-ya-builder <robot-ya-builder@yandex-team.com>2023-01-17 13:48:00 +0300
commit58a117b001b63f06104246f6a89c60128596b391 (patch)
tree7c545e74e01edfc7a6b67a04b4ef5b0eee77e08d /library/cpp/json
parent51674dac4bb91435ef6009fa104dfb835e158780 (diff)
downloadydb-58a117b001b63f06104246f6a89c60128596b391.tar.gz
External build system generator release 8
Update tools: yexport
Diffstat (limited to 'library/cpp/json')
-rw-r--r--library/cpp/json/CMakeLists.darwin.txt2
-rw-r--r--library/cpp/json/CMakeLists.linux-aarch64.txt2
-rw-r--r--library/cpp/json/CMakeLists.linux.txt2
-rw-r--r--library/cpp/json/CMakeLists.txt2
-rw-r--r--library/cpp/json/common/CMakeLists.darwin.txt2
-rw-r--r--library/cpp/json/common/CMakeLists.linux-aarch64.txt2
-rw-r--r--library/cpp/json/common/CMakeLists.linux.txt2
-rw-r--r--library/cpp/json/common/CMakeLists.txt2
-rw-r--r--library/cpp/json/easy_parse/CMakeLists.darwin.txt2
-rw-r--r--library/cpp/json/easy_parse/CMakeLists.linux-aarch64.txt2
-rw-r--r--library/cpp/json/easy_parse/CMakeLists.linux.txt2
-rw-r--r--library/cpp/json/easy_parse/CMakeLists.txt2
-rw-r--r--library/cpp/json/fast_sax/CMakeLists.darwin.txt2
-rw-r--r--library/cpp/json/fast_sax/CMakeLists.linux-aarch64.txt2
-rw-r--r--library/cpp/json/fast_sax/CMakeLists.linux.txt2
-rw-r--r--library/cpp/json/fast_sax/CMakeLists.txt2
-rw-r--r--library/cpp/json/writer/CMakeLists.darwin.txt2
-rw-r--r--library/cpp/json/writer/CMakeLists.linux-aarch64.txt2
-rw-r--r--library/cpp/json/writer/CMakeLists.linux.txt2
-rw-r--r--library/cpp/json/writer/CMakeLists.txt2
-rw-r--r--library/cpp/json/yson/CMakeLists.darwin.txt2
-rw-r--r--library/cpp/json/yson/CMakeLists.linux-aarch64.txt2
-rw-r--r--library/cpp/json/yson/CMakeLists.linux.txt2
-rw-r--r--library/cpp/json/yson/CMakeLists.txt2
24 files changed, 24 insertions, 24 deletions
diff --git a/library/cpp/json/CMakeLists.darwin.txt b/library/cpp/json/CMakeLists.darwin.txt
index 7b11a2bf41f..bbf8222242f 100644
--- a/library/cpp/json/CMakeLists.darwin.txt
+++ b/library/cpp/json/CMakeLists.darwin.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/CMakeLists.linux-aarch64.txt b/library/cpp/json/CMakeLists.linux-aarch64.txt
index 06ee88b57c5..d55c7d2c3b2 100644
--- a/library/cpp/json/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/json/CMakeLists.linux-aarch64.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/CMakeLists.linux.txt b/library/cpp/json/CMakeLists.linux.txt
index 06ee88b57c5..d55c7d2c3b2 100644
--- a/library/cpp/json/CMakeLists.linux.txt
+++ b/library/cpp/json/CMakeLists.linux.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/CMakeLists.txt b/library/cpp/json/CMakeLists.txt
index 3e0811fb22e..bede1861df2 100644
--- a/library/cpp/json/CMakeLists.txt
+++ b/library/cpp/json/CMakeLists.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/common/CMakeLists.darwin.txt b/library/cpp/json/common/CMakeLists.darwin.txt
index 59aa8f9da7b..3fc903e74d3 100644
--- a/library/cpp/json/common/CMakeLists.darwin.txt
+++ b/library/cpp/json/common/CMakeLists.darwin.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/common/CMakeLists.linux-aarch64.txt b/library/cpp/json/common/CMakeLists.linux-aarch64.txt
index 2434cd2cbcc..e957a689176 100644
--- a/library/cpp/json/common/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/json/common/CMakeLists.linux-aarch64.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/common/CMakeLists.linux.txt b/library/cpp/json/common/CMakeLists.linux.txt
index 2434cd2cbcc..e957a689176 100644
--- a/library/cpp/json/common/CMakeLists.linux.txt
+++ b/library/cpp/json/common/CMakeLists.linux.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/common/CMakeLists.txt b/library/cpp/json/common/CMakeLists.txt
index 3e0811fb22e..bede1861df2 100644
--- a/library/cpp/json/common/CMakeLists.txt
+++ b/library/cpp/json/common/CMakeLists.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/easy_parse/CMakeLists.darwin.txt b/library/cpp/json/easy_parse/CMakeLists.darwin.txt
index bcca8e35ca6..18daf199138 100644
--- a/library/cpp/json/easy_parse/CMakeLists.darwin.txt
+++ b/library/cpp/json/easy_parse/CMakeLists.darwin.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/easy_parse/CMakeLists.linux-aarch64.txt b/library/cpp/json/easy_parse/CMakeLists.linux-aarch64.txt
index e3f9bfd31ed..604119958d7 100644
--- a/library/cpp/json/easy_parse/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/json/easy_parse/CMakeLists.linux-aarch64.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/easy_parse/CMakeLists.linux.txt b/library/cpp/json/easy_parse/CMakeLists.linux.txt
index e3f9bfd31ed..604119958d7 100644
--- a/library/cpp/json/easy_parse/CMakeLists.linux.txt
+++ b/library/cpp/json/easy_parse/CMakeLists.linux.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/easy_parse/CMakeLists.txt b/library/cpp/json/easy_parse/CMakeLists.txt
index 3e0811fb22e..bede1861df2 100644
--- a/library/cpp/json/easy_parse/CMakeLists.txt
+++ b/library/cpp/json/easy_parse/CMakeLists.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/fast_sax/CMakeLists.darwin.txt b/library/cpp/json/fast_sax/CMakeLists.darwin.txt
index 9561ffc2ac0..441d602ca7a 100644
--- a/library/cpp/json/fast_sax/CMakeLists.darwin.txt
+++ b/library/cpp/json/fast_sax/CMakeLists.darwin.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/fast_sax/CMakeLists.linux-aarch64.txt b/library/cpp/json/fast_sax/CMakeLists.linux-aarch64.txt
index b49f1a82389..5a75c7a88f3 100644
--- a/library/cpp/json/fast_sax/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/json/fast_sax/CMakeLists.linux-aarch64.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/fast_sax/CMakeLists.linux.txt b/library/cpp/json/fast_sax/CMakeLists.linux.txt
index b49f1a82389..5a75c7a88f3 100644
--- a/library/cpp/json/fast_sax/CMakeLists.linux.txt
+++ b/library/cpp/json/fast_sax/CMakeLists.linux.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/fast_sax/CMakeLists.txt b/library/cpp/json/fast_sax/CMakeLists.txt
index 3e0811fb22e..bede1861df2 100644
--- a/library/cpp/json/fast_sax/CMakeLists.txt
+++ b/library/cpp/json/fast_sax/CMakeLists.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/writer/CMakeLists.darwin.txt b/library/cpp/json/writer/CMakeLists.darwin.txt
index 722b40fd492..71c86437204 100644
--- a/library/cpp/json/writer/CMakeLists.darwin.txt
+++ b/library/cpp/json/writer/CMakeLists.darwin.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/writer/CMakeLists.linux-aarch64.txt b/library/cpp/json/writer/CMakeLists.linux-aarch64.txt
index 67c81d8e702..7ae78ebf12e 100644
--- a/library/cpp/json/writer/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/json/writer/CMakeLists.linux-aarch64.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/writer/CMakeLists.linux.txt b/library/cpp/json/writer/CMakeLists.linux.txt
index 67c81d8e702..7ae78ebf12e 100644
--- a/library/cpp/json/writer/CMakeLists.linux.txt
+++ b/library/cpp/json/writer/CMakeLists.linux.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/writer/CMakeLists.txt b/library/cpp/json/writer/CMakeLists.txt
index 3e0811fb22e..bede1861df2 100644
--- a/library/cpp/json/writer/CMakeLists.txt
+++ b/library/cpp/json/writer/CMakeLists.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/yson/CMakeLists.darwin.txt b/library/cpp/json/yson/CMakeLists.darwin.txt
index 6418ceacba4..9f16a5a41e7 100644
--- a/library/cpp/json/yson/CMakeLists.darwin.txt
+++ b/library/cpp/json/yson/CMakeLists.darwin.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/yson/CMakeLists.linux-aarch64.txt b/library/cpp/json/yson/CMakeLists.linux-aarch64.txt
index 151fb4312d3..b34d62f0e96 100644
--- a/library/cpp/json/yson/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/json/yson/CMakeLists.linux-aarch64.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/yson/CMakeLists.linux.txt b/library/cpp/json/yson/CMakeLists.linux.txt
index 151fb4312d3..b34d62f0e96 100644
--- a/library/cpp/json/yson/CMakeLists.linux.txt
+++ b/library/cpp/json/yson/CMakeLists.linux.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
diff --git a/library/cpp/json/yson/CMakeLists.txt b/library/cpp/json/yson/CMakeLists.txt
index 3e0811fb22e..bede1861df2 100644
--- a/library/cpp/json/yson/CMakeLists.txt
+++ b/library/cpp/json/yson/CMakeLists.txt
@@ -1,5 +1,5 @@
-# This file was gererated by the build system used internally in the Yandex monorepo.
+# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the