From de01ee1a2ccd831e6d8e3116f0ebaca8ba69ad00 Mon Sep 17 00:00:00 2001 From: SessionHero01 <180888785+SessionHero01@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:05:02 +0800 Subject: [PATCH] Add lucide license (#833) --- README.md | 5 +++++ third_party_licenses/LucideLicense.txt | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 third_party_licenses/LucideLicense.txt diff --git a/README.md b/README.md index 3d8e50bb1c..02dc1999f5 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,11 @@ Copyright 2019-2021 The Oxen Project Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html +## Attributions + +This project uses [Lucide Icon Font](https://lucide.dev/), which is licensed under the +[ISC License](third_party_licenses/LucideLicense.txt). + ## Socials diff --git a/third_party_licenses/LucideLicense.txt b/third_party_licenses/LucideLicense.txt new file mode 100644 index 0000000000..3fbb9b574b --- /dev/null +++ b/third_party_licenses/LucideLicense.txt @@ -0,0 +1,9 @@ +Lucide License + +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