rafaym commited on
Commit
35be57e
·
verified ·
1 Parent(s): 3417085

fix: update consent text with Apache 2.0/CC-BY-4.0 and copyright retention

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -289,9 +289,10 @@ Write Python code in your native language using [Legesher](https://legesher.io)
289
  """
290
 
291
  CONSENT_TEXT = (
292
- "I give permission for my submitted code to be used in the Language, Decoded research project "
293
- "and to be published as part of an open dataset (Apache 2.0 / CC-BY-4.0). "
294
- "No personal information is collected submissions are anonymous."
 
295
  )
296
 
297
  SIDEBAR_MD = """
 
289
  """
290
 
291
  CONSENT_TEXT = (
292
+ "I confirm I am a native or fluent speaker of the selected language and wrote this code myself. "
293
+ "I grant permission for this code to be used in the Language, Decoded research project and "
294
+ "released as part of an open dataset under Apache 2.0 / CC-BY-4.0. "
295
+ "I retain copyright over my submission. No personal information is collected — submissions are anonymous."
296
  )
297
 
298
  SIDEBAR_MD = """