Add BSD-like binary-only license kind.
Test: m droid dist Change-Id: I1508ae374a6764fcf3469f93584ba06839b43953
This commit is contained in:
@@ -31,6 +31,15 @@ license {
|
|||||||
license_text: ["LICENSE"],
|
license_text: ["LICENSE"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
license_kind {
|
||||||
|
name: "BSD-Like-Binary-Only",
|
||||||
|
conditions: [
|
||||||
|
"notice",
|
||||||
|
"by_exception_only",
|
||||||
|
"proprietary",
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-0BSD",
|
name: "SPDX-license-identifier-0BSD",
|
||||||
conditions: ["unencumbered"],
|
conditions: ["unencumbered"],
|
||||||
|
Reference in New Issue
Block a user