diff options
author | alexeykruglov <alexeykruglov@yandex-team.ru> | 2022-02-10 16:45:38 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:38 +0300 |
commit | f64e95a9eb9ab03240599eb9581c5a9102426a96 (patch) | |
tree | b2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 /build | |
parent | 06361c53c4ca58f57007ea73fc399fc25664f13c (diff) | |
download | ydb-f64e95a9eb9ab03240599eb9581c5a9102426a96.tar.gz |
Restoring authorship annotation for <alexeykruglov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build')
-rw-r--r-- | build/platform/clang/ya.make | 2 | ||||
-rw-r--r-- | build/ymake.core.conf | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/build/platform/clang/ya.make b/build/platform/clang/ya.make index aa020717eb..342b928637 100644 --- a/build/platform/clang/ya.make +++ b/build/platform/clang/ya.make @@ -1,6 +1,6 @@ RESOURCES_LIBRARY() -LICENSE(BSD-3-Clause) +LICENSE(BSD-3-Clause) OWNER(g:contrib) diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 2d7fcbe0e7..081833998b 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -1693,7 +1693,7 @@ module _PY2_PROGRAM: _BASE_PY_PROGRAM { # tag:python-specific tag:deprecated ### @usage: PY2_PROGRAM([progname]) # deprecated ### -### Deprecated. Use PY3_PROGRAM instead. +### Deprecated. Use PY3_PROGRAM instead. ### Python 2.x binary program. Links all Python 2.x libraries and Python 2.x interpreter into itself to form regular executable. ### If name is not specified it will be generated from the name of the containing project directory. ### This only compatible with PYTHON2-tagged modules and selects those from multimodules. @@ -2368,7 +2368,7 @@ module _LIBRARY: _BASE_UNIT { GLOBAL_SUFFIX=.global$MODULE_SUFFIX #TODO: Remove this hack (really we do not need add fake src at all) ENABLE(NEED_ADD_FAKE_SRC) - _REQUIRE_EXPLICIT_LICENSE(contrib/deprecated contrib/libs contrib/restricted contrib/python) + _REQUIRE_EXPLICIT_LICENSE(contrib/deprecated contrib/libs contrib/restricted contrib/python) CHECK_CONTRIB_CREDITS(contrib/clickhouse contrib/libs contrib/deprecated EXCEPT contrib/deprecated/python) when ($USE_MKL == "yes") { @@ -4019,7 +4019,7 @@ multimodule JTEST_YMAKE { # tag:python-specific tag:deprecated ### @usage: PY2_LIBRARY() # deprecated ### -### Deprecated. Use PY23_LIBRARY or PY3_LIBRARY instead. +### Deprecated. Use PY23_LIBRARY or PY3_LIBRARY instead. ### Python 2.x binary built library. Builds sources from PY_SRCS to data suitable for PY2_PROGRAM. ### Adds dependencies to Python 2.x runtime library from Arcadia. ### This module is only compatible with PYTHON2-tagged modules and selects those from multimodules. @@ -8536,7 +8536,7 @@ module GO_LIBRARY: _GO_BASE_UNIT { .ALIASES=GO_REQUIREMENTS=LIB_REQUIREMENTS SET(_GO_TOOL_MODE lib) SET(MODULE_TYPE LIBRARY) - _REQUIRE_EXPLICIT_LICENSE(vendor) + _REQUIRE_EXPLICIT_LICENSE(vendor) MODULE_SUFFIX=.a } |