From 565ff9a3aacc9976b5bba7f9242f916adc9eff4b Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 17:59:57 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to external/apache-commons-bcel Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I5bae8558e298e6ca956b717811a6137baf2a8ee6 --- Android.bp | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/Android.bp b/Android.bp index af5d258b..6a20761a 100644 --- a/Android.bp +++ b/Android.bp @@ -12,6 +12,33 @@ // See the License for the specific language governing permissions and // limitations under the License. +package { + default_applicable_licenses: ["external_apache-commons-bcel_license"], +} + +// Added automatically by a large-scale-change +// +// large-scale-change included anything that looked like it might be a license +// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc. +// +// Please consider removing redundant or irrelevant files from 'license_text:'. +// +// large-scale-change filtered out the below license kinds as false-positives: +// SPDX-license-identifier-GPL +// See: http://go/android-license-faq +license { + name: "external_apache-commons-bcel_license", + visibility: [":__subpackages__"], + license_kinds: [ + "SPDX-license-identifier-Apache-2.0", + ], + license_text: [ + "LICENSE", + "LICENSE.txt", + "NOTICE.txt", + ], +} + java_library_host { name: "apache-bcel", srcs: ["src/main/java/**/*.java"], -- cgit v1.2.3