diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-10-11 11:04:12 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-10-11 11:27:10 +0300 |
commit | e3bebe7bbc99ec039576a38f90b36d4a88e7a7ce (patch) | |
tree | 6720961989cdd54ac443c10d177b196c36bf8bdb | |
parent | 4f4bcb946e3c96cee17a19b0d6c526251b1c67a0 (diff) | |
download | ydb-e3bebe7bbc99ec039576a38f90b36d4a88e7a7ce.tar.gz |
Mandate LICENSE markup in vendor/
-rw-r--r-- | build/conf/go.conf | 1 | ||||
-rw-r--r-- | build/conf/license.conf | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/build/conf/go.conf b/build/conf/go.conf index 8ed1a691674..c4cb7705a21 100644 --- a/build/conf/go.conf +++ b/build/conf/go.conf @@ -812,7 +812,6 @@ module GO_LIBRARY: _GO_BASE_UNIT { SET(_GO_TOOL_MODE lib) SET(MODULE_TYPE LIBRARY) SET(PEERDIR_TAGS GO GO_PROTO GO_FBS __EMPTY__ PACKAGE_UNION) - _REQUIRE_EXPLICIT_LICENSE(vendor) MODULE_SUFFIX=.a } diff --git a/build/conf/license.conf b/build/conf/license.conf index 84865e5cf3b..8477882cb39 100644 --- a/build/conf/license.conf +++ b/build/conf/license.conf @@ -412,10 +412,6 @@ LICENSES_SERVICE= \ Service-Prebuilt-Tool \ Service-Py23-Proxy -macro _REQUIRE_EXPLICIT_LICENSE(PREFIXES...) { - SET(EXPLICIT_LICENSE_PREFIXES ${PREFIXES}) -} - macro _DONT_REQUIRE_LICENSE() { SET(EXPLICIT_LICENSE_PREFIXES "") } |