From 84daddb4ff5506a4c4181896e0f2a401776c7dbe 2024-03-15 21:31:27 From: Denver Gingerich Date: 2024-03-15 21:31:27 Subject: [PATCH] usethesource: update disclaimer per SFC public MUC --- diff --git a/conservancy/usethesource/forms.py b/conservancy/usethesource/forms.py index 22446458871d010b521e93efac98d077dae1b711..497c66f440157847382f16da2389af7e3c530a17 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.")