aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-11-13 20:23:36 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-11-13 21:25:59 +0300
commit946f39dd771e9708be34a7c1d7762cb87b99838e (patch)
treeec8a98977829d9fd6564978c016fa5443ac7c75a
parent38dc0a15d10f12f2777932e1a67c0505cbf0e614 (diff)
downloadydb-946f39dd771e9708be34a7c1d7762cb87b99838e.tar.gz
Mandate license markup in contrib/java
-rw-r--r--build/conf/java.conf2
-rw-r--r--build/conf/license.conf3
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 "")