pachli-android/licenses/libraries/twemoji.json
Nik Clayton dfc16c0351
fix: Ensure third party code is properly credited
The previous code did not credit all third party code used in the app,
or provide access to the licenses.

Fix this by adopting the "aboutlibraries" library, which processes
dependencies at build time and generates a list of dependencies,
versions, and license information to display to the user.

Use this to also ensure that the non-source dependencies (artwork,
emoji) are given appropriate credit.
2023-09-04 20:22:07 +02:00

18 lines
410 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"uniqueId": "com.twitter:twemoji",
"developers": [
{
"name": "Twitter",
"organisationUrl": "https://www.twitter.com"
}
],
"artifactVersion": "14.0.2",
"description": "Twitters open source emoji.",
"name": "Twitter emoji",
"tag": "emoji",
"licenses": [
"CC-BY-4.0"
],
"website": "https://github.com/twitter/twemoji"
}