Add address formatter license note

This commit is contained in:
MM20 2024-06-30 20:16:59 +02:00
parent 9a1f04a483
commit a7437b6a43
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -212,4 +212,12 @@ val OpenSourceLicenses = arrayOf(
licenseText = R.raw.license_apache_2,
url = "https://github.com/sigpwned/emoji4j"
),
OpenSourceLibrary(
name = "AndroidAddressFormatter",
description = "A package for formatting data in the OpenStreetMaps address field generated by the Nominatim API.",
licenseName = R.string.mit_license_name,
licenseText = R.raw.license_mit,
url = "https://github.com/woheller69/AndroidAddressFormatter",
copyrightNote = "Copyright (c) 2022 woheller69",
),
)