Add haze license note
This commit is contained in:
parent
814c15e724
commit
53d8d93d04
@ -220,5 +220,13 @@ val OpenSourceLicenses = arrayOf(
|
|||||||
licenseText = R.raw.license_mit,
|
licenseText = R.raw.license_mit,
|
||||||
url = "https://github.com/westnordost/osm-opening-hours",
|
url = "https://github.com/westnordost/osm-opening-hours",
|
||||||
copyrightNote = "Copyright (c) 2024 Tobias Zwick",
|
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",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
Loading…
x
Reference in New Issue
Block a user