Add haze license note

This commit is contained in:
MM20 2025-05-27 21:32:16 +02:00
parent 814c15e724
commit 53d8d93d04
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -220,5 +220,13 @@ val OpenSourceLicenses = arrayOf(
licenseText = R.raw.license_mit,
url = "https://github.com/westnordost/osm-opening-hours",
copyrightNote = "Copyright (c) 2024 Tobias Zwick",
),
OpenSourceLibrary(
name = "Haze",
description = "Haze is a library providing a 'glassmorphism' style blur for Compose.",
licenseName = R.string.apache_license_name,
licenseText = R.raw.license_apache_2,
url = "https://chrisbanes.github.io/haze",
copyrightNote = "Copyright 2024 Chris Banes",
)
)