From 84daddb4ff5506a4c4181896e0f2a401776c7dbe Mon Sep 17 00:00:00 2001 From: Denver Gingerich Date: Fri, 15 Mar 2024 14:31:27 -0700 Subject: [PATCH] usethesource: update disclaimer per SFC public MUC --- conservancy/usethesource/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conservancy/usethesource/forms.py b/conservancy/usethesource/forms.py index 22446458..497c66f4 100644 --- a/conservancy/usethesource/forms.py +++ b/conservancy/usethesource/forms.py @@ -16,4 +16,4 @@ class CommentForm(forms.ModelForm): class DownloadForm(forms.Form): - agree = forms.BooleanField(label="I promise and represent that I will not copy, distribute, modify, or otherwise use this source code candidate and/or firmware for any purpose other than to help SFC evaluate the source code candidate for compliance with the terms of the GNU General Public License (any version).") + agree = forms.BooleanField(label="I understand that the goal of this process is to determine compliance with FOSS licenses, and that in downloading the source code candidate and/or firmware image, I am assisting SFC as a volunteer to investigate that question. I, therefore, promise and represent that I will not copy, distribute, modify, or otherwise use this source code candidate and/or firmware image for any purpose other than to help SFC evaluate the source code candidate for compliance with the terms of FOSS licenses, including but not limited to any version of the GNU General Public License. Naturally, if I determine in good faith that portions of the source code candidate and/or firmware image are subject to a FOSS license and are compliant with it, I may copy, distribute, modify, or otherwise use those portions in accordance with the FOSS license, and I take full responsibility for that determination and subsequent use.")