From b7b008a86bbcd50f47ae76f77d63bb1fe600d885 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Sat, 11 Nov 2023 12:46:43 +1100 Subject: [PATCH] usethesource: Simplify the promissory wording --- 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 8e3349c5..3fb9755f 100644 --- a/conservancy/usethesource/forms.py +++ b/conservancy/usethesource/forms.py @@ -10,4 +10,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) (unless and until it is determined that the source code candidate and firmware are entirely governed by one or more software licenses that permit such use beyond such purpose).") + 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).")