diff --git a/app/licenses.yml b/app/licenses.yml index 126dce5e7..9e1568086 100644 --- a/app/licenses.yml +++ b/app/licenses.yml @@ -954,3 +954,21 @@ name: commonmark-ext-gfm-tables copyrightHolder: Atlassian and others license: BSD 2-Clause +- artifact: androidx.lifecycle:lifecycle-common-java8:+ + name: lifecycle-common-java8 + copyrightHolder: Android Open Source Project + license: The Apache Software License, Version 2.0 + licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt + url: https://developer.android.com/jetpack/androidx/releases/lifecycle#2.3.0 +- artifact: androidx.profileinstaller:profileinstaller:+ + name: profileinstaller + copyrightHolder: Android Open Source Project + license: The Apache Software License, Version 2.0 + licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt + url: https://developer.android.com/jetpack/androidx/releases/profileinstaller#1.0.0-beta01 +- artifact: androidx.startup:startup-runtime:+ + name: startup-runtime + copyrightHolder: Android Open Source Project + license: The Apache Software License, Version 2.0 + licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt + url: https://developer.android.com/jetpack/androidx/releases/startup#1.0.0 diff --git a/app/src/main/assets/licenses.json b/app/src/main/assets/licenses.json index ef68a945c..edbec1168 100644 --- a/app/src/main/assets/licenses.json +++ b/app/src/main/assets/licenses.json @@ -2269,6 +2269,48 @@ "license": "BSD 2-Clause", "normalizedLicense": "bsd_2_clauses", "libraryName": "commonmark-ext-gfm-tables" + }, + { + "artifactId": { + "name": "lifecycle-common-java8", + "group": "androidx.lifecycle", + "version": "+" + }, + "copyrightHolder": "Android Open Source Project", + "copyrightStatement": "Copyright © Android Open Source Project. All rights reserved.", + "license": "The Apache Software License, Version 2.0", + "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt", + "normalizedLicense": "apache2", + "url": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.3.0", + "libraryName": "lifecycle-common-java8" + }, + { + "artifactId": { + "name": "profileinstaller", + "group": "androidx.profileinstaller", + "version": "+" + }, + "copyrightHolder": "Android Open Source Project", + "copyrightStatement": "Copyright © Android Open Source Project. All rights reserved.", + "license": "The Apache Software License, Version 2.0", + "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt", + "normalizedLicense": "apache2", + "url": "https://developer.android.com/jetpack/androidx/releases/profileinstaller#1.0.0-beta01", + "libraryName": "profileinstaller" + }, + { + "artifactId": { + "name": "startup-runtime", + "group": "androidx.startup", + "version": "+" + }, + "copyrightHolder": "Android Open Source Project", + "copyrightStatement": "Copyright © Android Open Source Project. All rights reserved.", + "license": "The Apache Software License, Version 2.0", + "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt", + "normalizedLicense": "apache2", + "url": "https://developer.android.com/jetpack/androidx/releases/startup#1.0.0", + "libraryName": "startup-runtime" } ] } \ No newline at end of file