mikepenz / AboutLibraries

AboutLibraries automatically collects all dependencies and licenses of any gradle project (Kotlin MultiPlatform), and provides easy to integrate UI components for Android and Compose-jb environments
http://mikepenz.github.io/AboutLibraries/
Apache License 2.0
3.66k stars 423 forks source link

Why LICENSES are UNKNOWN? #832

Closed Kolyall closed 1 year ago

Kolyall commented 1 year ago

Android Project Version: classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:10.5.2" Run: ./gradlew exportComplianceLibrariesRelease At bottom of the file export.txt exist:

....
UNKNOWN LICENSES:
Google Maps Platform Terms of Service
-- [com.google.android.libraries.places:places:2.6.0]
Apache-2.0
-- [androidx.work:work-runtime:2.8.0-rc01...and other]
CC0-1.0
-- [org.reactivestreams:reactive-streams:1.0.3]
Public Domain
-- [org.json:json:20220924]
Proprietary
-- [com.appsflyer:af-android-sdk:6.9.4]
Facebook Platform License
-- [com.facebook.android:facebook-bolts:15.2.0]

Why this LICENSES are UNKNOWN?

mikepenz commented 1 year ago

Thank you for the report. This is a bug and will be fixed in the next version. (the matching between spdx license to license data failed)