From 5c610824a145fae1eb7086314fa1bcdbf61c0f63 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Mon, 9 Dec 2024 17:17:29 +1100 Subject: [PATCH] chore: add lucide license --- README.md | 2 ++ third_party_licenses/LucideLicense.txt | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 third_party_licenses/LucideLicense.txt diff --git a/README.md b/README.md index 34dd4fa68..9c85f87f6 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,5 @@ Licensed under the GPLv3: https://www.gnu.org/licenses/gpl-3.0.html
## Attributions The IP-to-country mapping data used in this project is provided by [MaxMind GeoLite2](https://dev.maxmind.com/geoip/geolite2-free-geolocation-data). + +This project uses the [Lucide Icon Font](https://lucide.dev/), which is licensed under the [ISC License](./third_party_licenses/LucideLicense.txt). diff --git a/third_party_licenses/LucideLicense.txt b/third_party_licenses/LucideLicense.txt new file mode 100644 index 000000000..42d5851df --- /dev/null +++ b/third_party_licenses/LucideLicense.txt @@ -0,0 +1,7 @@ +ISC License + +Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2022 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2022. + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file