Spaces:
Sleeping
Sleeping
fix: update consent text with Apache 2.0/CC-BY-4.0 and copyright retention
Browse files
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
|
| 293 |
-
"
|
| 294 |
-
"
|
|
|
|
| 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 = """
|