Add hilt-core to licenses

pull/1162/head
Alex Baker 5 years ago
parent 8f44af9d76
commit 6414fd3892

@ -797,3 +797,9 @@
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://github.com/square/okio/
- artifact: com.google.dagger:hilt-core:+
name: hilt-core
copyrightHolder: Android Open Source Project
license: The Apache Software License, Version 2.0
licenseUrl: https://www.apache.org/licenses/LICENSE-2.0.txt
url: https://github.com/google/dagger

@ -1896,6 +1896,20 @@
"normalizedLicense": "apache2",
"url": "https://github.com/square/okio/",
"libraryName": "okio"
},
{
"artifactId": {
"name": "hilt-core",
"group": "com.google.dagger",
"version": "+"
},
"copyrightHolder": "Android Open Source Project",
"copyrightStatement": "Copyright © Android Open Source Project. All rights reserved.",
"license": "The Apache Software License, Version 2.0",
"licenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt",
"normalizedLicense": "apache2",
"url": "https://github.com/google/dagger",
"libraryName": "hilt-core"
}
]
}
Loading…
Cancel
Save