Add Poppins license

This commit is contained in:
MM20
2021-12-12 13:32:44 +01:00
parent dcf3b38904
commit c4a2efaef3
3 changed files with 100 additions and 0 deletions

View File

@@ -177,4 +177,12 @@ val OpenSourceLicenses = arrayOf(
licenseText = R.raw.license_apache_2,
url = "https://insert-koin.io/"
),
OpenSourceLibrary(
name = "Poppins",
description = "A geometric sans serif typeface",
copyrightNote = "Copyright 2020 The Poppins Project Authors",
licenseName = R.string.open_font_license_name,
licenseText = R.raw.license_ofl,
url = "https://github.com/itfoundry/poppins"
),
)