aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted
diff options
context:
space:
mode:
authoralexeykruglov <alexeykruglov@yandex-team.ru>2022-02-10 16:45:38 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:38 +0300
commitf64e95a9eb9ab03240599eb9581c5a9102426a96 (patch)
treeb2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 /contrib/restricted
parent06361c53c4ca58f57007ea73fc399fc25664f13c (diff)
downloadydb-f64e95a9eb9ab03240599eb9581c5a9102426a96.tar.gz
Restoring authorship annotation for <alexeykruglov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/restricted')
-rw-r--r--contrib/restricted/boost/boost_common.inc2
-rw-r--r--contrib/restricted/boost/libs/asio/ya.make4
-rw-r--r--contrib/restricted/boost/libs/atomic/ya.make4
-rw-r--r--contrib/restricted/boost/libs/chrono/ya.make4
-rw-r--r--contrib/restricted/boost/libs/container/ya.make2
-rw-r--r--contrib/restricted/boost/libs/context/ya.make4
-rw-r--r--contrib/restricted/boost/libs/coroutine/ya.make4
-rw-r--r--contrib/restricted/boost/libs/date_time/ya.make4
-rw-r--r--contrib/restricted/boost/libs/exception/ya.make4
-rw-r--r--contrib/restricted/boost/libs/filesystem/ya.make4
-rw-r--r--contrib/restricted/boost/libs/iostreams/ya.make4
-rw-r--r--contrib/restricted/boost/libs/locale/ya.make4
-rw-r--r--contrib/restricted/boost/libs/log/ya.make4
-rw-r--r--contrib/restricted/boost/libs/program_options/ya.make4
-rw-r--r--contrib/restricted/boost/libs/python/arcadia_test/mod/ya.make4
-rw-r--r--contrib/restricted/boost/libs/python/ya.make4
-rw-r--r--contrib/restricted/boost/libs/random/ya.make4
-rw-r--r--contrib/restricted/boost/libs/regex/ya.make4
-rw-r--r--contrib/restricted/boost/libs/serialization/ya.make4
-rw-r--r--contrib/restricted/boost/libs/system/ya.make4
-rw-r--r--contrib/restricted/boost/libs/test/targets/lib/ya.make4
-rw-r--r--contrib/restricted/boost/libs/test/targets/prog/ya.make4
-rw-r--r--contrib/restricted/boost/libs/test/targets/test/ya.make4
-rw-r--r--contrib/restricted/boost/libs/thread/ya.make4
-rw-r--r--contrib/restricted/boost/libs/timer/ya.make4
-rw-r--r--contrib/restricted/boost/libs/ya.make4
-rw-r--r--contrib/restricted/boost/ya.make2
27 files changed, 51 insertions, 51 deletions
diff --git a/contrib/restricted/boost/boost_common.inc b/contrib/restricted/boost/boost_common.inc
index b23607ad4b..892bae5b39 100644
--- a/contrib/restricted/boost/boost_common.inc
+++ b/contrib/restricted/boost/boost_common.inc
@@ -2,7 +2,7 @@ NO_COMPILER_WARNINGS()
NO_UTIL()
-LICENSE(BSL-1.0)
+LICENSE(BSL-1.0)
SET(BOOST_ROOT contrib/restricted/boost)
diff --git a/contrib/restricted/boost/libs/asio/ya.make b/contrib/restricted/boost/libs/asio/ya.make
index 7a2c805191..127ba91c55 100644
--- a/contrib/restricted/boost/libs/asio/ya.make
+++ b/contrib/restricted/boost/libs/asio/ya.make
@@ -2,8 +2,8 @@ LIBRARY()
WITHOUT_LICENSE_TEXTS()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
VERSION(1.67)
OWNER(
diff --git a/contrib/restricted/boost/libs/atomic/ya.make b/contrib/restricted/boost/libs/atomic/ya.make
index 4472176150..7bbe714418 100644
--- a/contrib/restricted/boost/libs/atomic/ya.make
+++ b/contrib/restricted/boost/libs/atomic/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/restricted/boost/libs/chrono/ya.make b/contrib/restricted/boost/libs/chrono/ya.make
index d58283380d..e9f2172645 100644
--- a/contrib/restricted/boost/libs/chrono/ya.make
+++ b/contrib/restricted/boost/libs/chrono/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/restricted/boost/libs/container/ya.make b/contrib/restricted/boost/libs/container/ya.make
index 3f593b0e44..bc9a2cd150 100644
--- a/contrib/restricted/boost/libs/container/ya.make
+++ b/contrib/restricted/boost/libs/container/ya.make
@@ -4,7 +4,7 @@ LICENSE(
BSL-1.0 AND
CC0-1.0
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/restricted/boost/libs/context/ya.make b/contrib/restricted/boost/libs/context/ya.make
index 27aa97c0eb..0ed9d696fe 100644
--- a/contrib/restricted/boost/libs/context/ya.make
+++ b/contrib/restricted/boost/libs/context/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/restricted/boost/libs/coroutine/ya.make b/contrib/restricted/boost/libs/coroutine/ya.make
index 7df68f14ad..b0093b9475 100644
--- a/contrib/restricted/boost/libs/coroutine/ya.make
+++ b/contrib/restricted/boost/libs/coroutine/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/restricted/boost/libs/date_time/ya.make b/contrib/restricted/boost/libs/date_time/ya.make
index b274748f44..21ad128e07 100644
--- a/contrib/restricted/boost/libs/date_time/ya.make
+++ b/contrib/restricted/boost/libs/date_time/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/restricted/boost/libs/exception/ya.make b/contrib/restricted/boost/libs/exception/ya.make
index 5f6cb9c443..bef34a6144 100644
--- a/contrib/restricted/boost/libs/exception/ya.make
+++ b/contrib/restricted/boost/libs/exception/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/restricted/boost/libs/filesystem/ya.make b/contrib/restricted/boost/libs/filesystem/ya.make
index ed5bb3e93f..bfad363675 100644
--- a/contrib/restricted/boost/libs/filesystem/ya.make
+++ b/contrib/restricted/boost/libs/filesystem/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/restricted/boost/libs/iostreams/ya.make b/contrib/restricted/boost/libs/iostreams/ya.make
index 8543060290..a2a0614496 100644
--- a/contrib/restricted/boost/libs/iostreams/ya.make
+++ b/contrib/restricted/boost/libs/iostreams/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/restricted/boost/libs/locale/ya.make b/contrib/restricted/boost/libs/locale/ya.make
index 7bf9344f51..c214b86dbc 100644
--- a/contrib/restricted/boost/libs/locale/ya.make
+++ b/contrib/restricted/boost/libs/locale/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/restricted/boost/libs/log/ya.make b/contrib/restricted/boost/libs/log/ya.make
index b5e10f0ea9..09429ee0cd 100644
--- a/contrib/restricted/boost/libs/log/ya.make
+++ b/contrib/restricted/boost/libs/log/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/restricted/boost/libs/program_options/ya.make b/contrib/restricted/boost/libs/program_options/ya.make
index c1a506ec5f..bc228af72f 100644
--- a/contrib/restricted/boost/libs/program_options/ya.make
+++ b/contrib/restricted/boost/libs/program_options/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/restricted/boost/libs/python/arcadia_test/mod/ya.make b/contrib/restricted/boost/libs/python/arcadia_test/mod/ya.make
index 06a0fee85a..ff4c0e70e4 100644
--- a/contrib/restricted/boost/libs/python/arcadia_test/mod/ya.make
+++ b/contrib/restricted/boost/libs/python/arcadia_test/mod/ya.make
@@ -2,8 +2,8 @@ PY23_NATIVE_LIBRARY()
WITHOUT_LICENSE_TEXTS()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
OWNER(
antoshkka
g:cpp-committee
diff --git a/contrib/restricted/boost/libs/python/ya.make b/contrib/restricted/boost/libs/python/ya.make
index 321f7e47ee..8a9607986f 100644
--- a/contrib/restricted/boost/libs/python/ya.make
+++ b/contrib/restricted/boost/libs/python/ya.make
@@ -1,7 +1,7 @@
PY23_NATIVE_LIBRARY()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/restricted/boost/libs/random/ya.make b/contrib/restricted/boost/libs/random/ya.make
index d10c206ffd..5d319bcb88 100644
--- a/contrib/restricted/boost/libs/random/ya.make
+++ b/contrib/restricted/boost/libs/random/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/restricted/boost/libs/regex/ya.make b/contrib/restricted/boost/libs/regex/ya.make
index 6a6446cae7..379c0831ae 100644
--- a/contrib/restricted/boost/libs/regex/ya.make
+++ b/contrib/restricted/boost/libs/regex/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/restricted/boost/libs/serialization/ya.make b/contrib/restricted/boost/libs/serialization/ya.make
index 352b4e680d..5576e6a7ed 100644
--- a/contrib/restricted/boost/libs/serialization/ya.make
+++ b/contrib/restricted/boost/libs/serialization/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/restricted/boost/libs/system/ya.make b/contrib/restricted/boost/libs/system/ya.make
index f2ff523608..4571531ed1 100644
--- a/contrib/restricted/boost/libs/system/ya.make
+++ b/contrib/restricted/boost/libs/system/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/restricted/boost/libs/test/targets/lib/ya.make b/contrib/restricted/boost/libs/test/targets/lib/ya.make
index 58d71ba2ce..4058af6c64 100644
--- a/contrib/restricted/boost/libs/test/targets/lib/ya.make
+++ b/contrib/restricted/boost/libs/test/targets/lib/ya.make
@@ -2,8 +2,8 @@ LIBRARY(unit_test_framework)
WITHOUT_LICENSE_TEXTS()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
OWNER(
antoshkka
g:cpp-committee
diff --git a/contrib/restricted/boost/libs/test/targets/prog/ya.make b/contrib/restricted/boost/libs/test/targets/prog/ya.make
index 30eb8a4ef0..0111d202fb 100644
--- a/contrib/restricted/boost/libs/test/targets/prog/ya.make
+++ b/contrib/restricted/boost/libs/test/targets/prog/ya.make
@@ -2,8 +2,8 @@ LIBRARY(prg_exec_mon)
WITHOUT_LICENSE_TEXTS()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
OWNER(
antoshkka
g:cpp-committee
diff --git a/contrib/restricted/boost/libs/test/targets/test/ya.make b/contrib/restricted/boost/libs/test/targets/test/ya.make
index d955112d6a..34111fc0a8 100644
--- a/contrib/restricted/boost/libs/test/targets/test/ya.make
+++ b/contrib/restricted/boost/libs/test/targets/test/ya.make
@@ -2,8 +2,8 @@ LIBRARY(test_exec_mon)
WITHOUT_LICENSE_TEXTS()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
OWNER(
antoshkka
g:cpp-committee
diff --git a/contrib/restricted/boost/libs/thread/ya.make b/contrib/restricted/boost/libs/thread/ya.make
index 0f51a2653f..880df0ebc6 100644
--- a/contrib/restricted/boost/libs/thread/ya.make
+++ b/contrib/restricted/boost/libs/thread/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/restricted/boost/libs/timer/ya.make b/contrib/restricted/boost/libs/timer/ya.make
index f0e85feea4..897693bdf7 100644
--- a/contrib/restricted/boost/libs/timer/ya.make
+++ b/contrib/restricted/boost/libs/timer/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/restricted/boost/libs/ya.make b/contrib/restricted/boost/libs/ya.make
index a4522ad8d1..c42a994cdc 100644
--- a/contrib/restricted/boost/libs/ya.make
+++ b/contrib/restricted/boost/libs/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-LICENSE(BSL-1.0)
-
+LICENSE(BSL-1.0)
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
VERSION(1.67)
diff --git a/contrib/restricted/boost/ya.make b/contrib/restricted/boost/ya.make
index a147811a33..77e2dc66c0 100644
--- a/contrib/restricted/boost/ya.make
+++ b/contrib/restricted/boost/ya.make
@@ -9,7 +9,7 @@ LICENSE(
Public-Domain AND
Zlib
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
VERSION(1.67)