Mark BSD-Like-Binary-Only as deprecated in favor of BSD-Binary-Only
The "Like" in "BSD-Like-Binary-Only" adds confusioin. Either a license
is "BSD-Binary-Only" or it's not. Add a new license for
"BSD-Binary-Only" and mark the old one as deprecated.
Bug: b:375433117
Test: m nothing --no-skip-soong-tests
Change-Id: I5232c6435d89b76708eaad32415245275979e1c7
diff --git a/licenses/Android.bp b/licenses/Android.bp
index e4e5da7..f420110 100644
--- a/licenses/Android.bp
+++ b/licenses/Android.bp
@@ -32,6 +32,17 @@
}
license_kind {
+ name: "BSD-Binary-Only",
+ conditions: [
+ "notice",
+ "by_exception_only",
+ "proprietary",
+ ],
+}
+
+// Deprecated. All users of the following license should be changed to
+// BSD-Binary-Only and it should be removed.
+license_kind {
name: "BSD-Like-Binary-Only",
conditions: [
"notice",