diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-11-13 20:23:36 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-11-13 21:25:59 +0300 |
commit | 946f39dd771e9708be34a7c1d7762cb87b99838e (patch) | |
tree | ec8a98977829d9fd6564978c016fa5443ac7c75a | |
parent | 38dc0a15d10f12f2777932e1a67c0505cbf0e614 (diff) | |
download | ydb-946f39dd771e9708be34a7c1d7762cb87b99838e.tar.gz |
Mandate license markup in contrib/java
-rw-r--r-- | build/conf/java.conf | 2 | ||||
-rw-r--r-- | build/conf/license.conf | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/build/conf/java.conf b/build/conf/java.conf index b3876d6574..ccd8fa84e0 100644 --- a/build/conf/java.conf +++ b/build/conf/java.conf @@ -377,6 +377,8 @@ JAVA_CONTRIB_PROXY_SEM=IGNORED # tag:java-specific module JAVA_CONTRIB_PROXY: _JAR_BASE { .SEM=JAVA_CONTRIB_PROXY_SEM + + _DONT_REQUIRE_LICENSE() } # tag:java-specific diff --git a/build/conf/license.conf b/build/conf/license.conf index 200700bb47..5197299979 100644 --- a/build/conf/license.conf +++ b/build/conf/license.conf @@ -409,7 +409,8 @@ LICENSES_SERVICE= \ Service-Default-License \ Service-Dll-Harness \ Service-Prebuilt-Tool \ - Service-Py23-Proxy + Service-Py23-Proxy \ + Service-Unknown-License-Java \ macro _DONT_REQUIRE_LICENSE() { SET(EXPLICIT_LICENSE_PREFIXES "") |