Skip to content

Commit

Permalink
Add address formatter license note
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Jun 30, 2024
1 parent 9a1f04a commit a7437b6
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
),
)

0 comments on commit a7437b6

Please sign in to comment.