From 386057be5b2630104a7bfc059a4bf405e870540b Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Fri, 13 Sep 2024 14:17:12 +0200 Subject: [PATCH] Explicitly point out licences of dependencies and included components in our own LICENCE --- LICENSE | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index f2b2e44..e71f3f0 100644 --- a/LICENSE +++ b/LICENSE @@ -34,4 +34,14 @@ SOFTWARE. For all third party components incorporated into the Bugsink Software, those components are licensed under the original license provided by the owner of the -applicable component. +applicable component: + +* The icons in SVG format, directly included in various html templates are from + Heroicons by Tailwind Labs, Inc. (MIT License) + +* The code in the 'sentry' directory is Copyright 2019 Sentry + (https://sentry.io) and individual contributors. (BSD 3-Clause License) + +* Your package manager (typically pip) will install additional third party + components upon installing Bugsink. Please refer to the license of the + respective component in your package manager's repository.