From 4f834ce5e8c21b0428988e361dca5263600c408e Mon Sep 17 00:00:00 2001 From: David Benque Date: Thu, 16 Oct 2025 15:04:32 +0100 Subject: [PATCH] Add licensing information for Lucide icons --- LICENSES/ISC.txt | 8 ++++++++ REUSE.toml | 8 +++++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 LICENSES/ISC.txt diff --git a/LICENSES/ISC.txt b/LICENSES/ISC.txt new file mode 100644 index 000000000..b9c199c98 --- /dev/null +++ b/LICENSES/ISC.txt @@ -0,0 +1,8 @@ +ISC License: + +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") +Copyright (c) 1995-2003 by Internet Software Consortium + +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 ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC 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. diff --git a/REUSE.toml b/REUSE.toml index d6458a94b..fcdc56664 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -235,4 +235,10 @@ SPDX-License-Identifier = "Unlicense" path = "www/common/worker.bundle.min.js" precedence = "aggregate" SPDX-FileCopyrightText = "2025 XWiki CryptPad Team and contributors" -SPDX-License-Identifier = "AGPL-3.0-or-later" \ No newline at end of file +SPDX-License-Identifier = "AGPL-3.0-or-later" + +[[annotations]] +path = "customize.dist/lucide.js" +precedence = "aggregate" +SPDX-FileCopyrightText = "Cole Bemis 2013-2023 as part of Feather, Lucide Contributors 2025" +SPDX-License-Identifier = "ISC OR MIT" \ No newline at end of file