Add BSD-like binary-only license kind.
Test: m droid dist Change-Id: I1508ae374a6764fcf3469f93584ba06839b43953
This commit is contained in:
parent
b7873a8b0f
commit
beb3f9a705
1 changed files with 9 additions and 0 deletions
|
@ -31,6 +31,15 @@ license {
|
|||
license_text: ["LICENSE"],
|
||||
}
|
||||
|
||||
license_kind {
|
||||
name: "BSD-Like-Binary-Only",
|
||||
conditions: [
|
||||
"notice",
|
||||
"by_exception_only",
|
||||
"proprietary",
|
||||
],
|
||||
}
|
||||
|
||||
license_kind {
|
||||
name: "SPDX-license-identifier-0BSD",
|
||||
conditions: ["unencumbered"],
|
||||
|
|
Loading…
Reference in a new issue