Changeset - b7b008a86bbc
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 5 months ago 2023-11-11 01:46:43
ben@sturm.com.au
usethesource: Simplify the promissory wording
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy/usethesource/forms.py
Show inline comments
...
 
@@ -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).")
0 comments (0 inline, 0 general)