Add address formatter license note
This commit is contained in:
parent
9a1f04a483
commit
a7437b6a43
@ -212,4 +212,12 @@ val OpenSourceLicenses = arrayOf(
|
|||||||
licenseText = R.raw.license_apache_2,
|
licenseText = R.raw.license_apache_2,
|
||||||
url = "https://github.com/sigpwned/emoji4j"
|
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",
|
||||||
|
),
|
||||||
)
|
)
|
||||||
Loading…
x
Reference in New Issue
Block a user