|
@@ -20,7 +20,7 @@ EXPLICIT_LICENSE_EXCEPTIONS=
|
|
|
# one of them. Putting some license into this list is equivalent to putting it into both
|
|
|
# LICENSES_<PROP_NAME>_STATIC and LICENSES_<PROP_NAME>_DYNAMIC lists.
|
|
|
LICENSE_PROPERTIES= \
|
|
|
- FORBIDDEN NDA REQUIRE_DISCLOSURE PERMISSIVE REQUIRE_CITATION SERVICE PROTESTWARE
|
|
|
+ FORBIDDEN NDA REQUIRE_DISCLOSURE PERMISSIVE REQUIRE_CITATION SERVICE
|
|
|
|
|
|
|
|
|
# NB: Licenses lists below are sorted case-insensitively. Please, keep the list sorted.
|
|
@@ -417,9 +417,6 @@ LICENSES_SERVICE= \
|
|
|
Service-Prebuilt-Tool \
|
|
|
Service-Py23-Proxy
|
|
|
|
|
|
-LICENSES_PROTESTWARE= \
|
|
|
- Protestware
|
|
|
-
|
|
|
macro _REQUIRE_EXPLICIT_LICENSE(PREFIXES...) {
|
|
|
SET(EXPLICIT_LICENSE_PREFIXES ${PREFIXES})
|
|
|
}
|