diff --git a/app/licenses.yml b/app/licenses.yml index eeb4d8fe1..26360d799 100644 --- a/app/licenses.yml +++ b/app/licenses.yml @@ -754,3 +754,39 @@ name: android-activation copyrightHolder: Oracle and/or its affiliates license: Eclipse Public License, Version 2.0 +- artifact: androidx.hilt:hilt-work:+ + name: hilt-work + 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/topic/libraries/architecture/index.html +- artifact: androidx.hilt:hilt-lifecycle-viewmodel:+ + name: hilt-lifecycle-viewmodel + 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/topic/libraries/architecture/index.html +- artifact: androidx.hilt:hilt-common:+ + name: hilt-common + 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/topic/libraries/architecture/index.html +- artifact: com.google.dagger:hilt-android:+ + name: hilt-android + copyrightHolder: The Dagger Authors + license: Apache 2.0 + licenseUrl: https://www.apache.org/licenses/LICENSE-2.0.txt + url: https://github.com/google/dagger +- artifact: com.google.dagger:dagger-lint-aar:+ + name: dagger-lint-aar + copyrightHolder: The Dagger Authors + license: Apache 2.0 + licenseUrl: https://www.apache.org/licenses/LICENSE-2.0.txt + url: https://github.com/google/dagger +- artifact: javax.annotation:jsr250-api:+ + name: jsr250-api + copyrightHolder: Sun Microsystems, Inc + license: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 + licenseUrl: https://glassfish.dev.java.net/public/CDDLv1.0.html + url: http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html diff --git a/app/src/main/assets/licenses.json b/app/src/main/assets/licenses.json index 149a00b3a..6a644757f 100644 --- a/app/src/main/assets/licenses.json +++ b/app/src/main/assets/licenses.json @@ -1786,6 +1786,90 @@ "license": "Eclipse Public License, Version 2.0", "normalizedLicense": "Eclipse Public License, Version 2.0", "libraryName": "android-activation" + }, + { + "artifactId": { + "name": "hilt-work", + "group": "androidx.hilt", + "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/topic/libraries/architecture/index.html", + "libraryName": "hilt-work" + }, + { + "artifactId": { + "name": "hilt-lifecycle-viewmodel", + "group": "androidx.hilt", + "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/topic/libraries/architecture/index.html", + "libraryName": "hilt-lifecycle-viewmodel" + }, + { + "artifactId": { + "name": "hilt-common", + "group": "androidx.hilt", + "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/topic/libraries/architecture/index.html", + "libraryName": "hilt-common" + }, + { + "artifactId": { + "name": "hilt-android", + "group": "com.google.dagger", + "version": "+" + }, + "copyrightHolder": "The Dagger Authors", + "copyrightStatement": "Copyright © The Dagger Authors. All rights reserved.", + "license": "Apache 2.0", + "licenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt", + "normalizedLicense": "apache2", + "url": "https://github.com/google/dagger", + "libraryName": "hilt-android" + }, + { + "artifactId": { + "name": "dagger-lint-aar", + "group": "com.google.dagger", + "version": "+" + }, + "copyrightHolder": "The Dagger Authors", + "copyrightStatement": "Copyright © The Dagger Authors. All rights reserved.", + "license": "Apache 2.0", + "licenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt", + "normalizedLicense": "apache2", + "url": "https://github.com/google/dagger", + "libraryName": "dagger-lint-aar" + }, + { + "artifactId": { + "name": "jsr250-api", + "group": "javax.annotation", + "version": "+" + }, + "copyrightHolder": "Sun Microsystems, Inc", + "copyrightStatement": "Copyright © Sun Microsystems, Inc. All rights reserved.", + "license": "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0", + "licenseUrl": "https://glassfish.dev.java.net/public/CDDLv1.0.html", + "normalizedLicense": "cddl1", + "url": "http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html", + "libraryName": "jsr250-api" } ] } \ No newline at end of file