From 8ea88064dc5d9dc445d97b4faee631ba255a9c8e Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Wed, 4 Dec 2024 11:23:28 +0100 Subject: [PATCH] LICENSE: clarify Docker installs 3rd party packages too --- LICENSE | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index e71f3f0..0dce5ca 100644 --- a/LICENSE +++ b/LICENSE @@ -42,6 +42,7 @@ applicable component: * 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. +* Upon installing Bugsink, additional third party components will be installed + automatically (e.g. through pip or as part of the Docker installation). + Please refer to the license of the respective component in your package + manager's repository.