Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
jeanma commited on
Commit
5626114
·
1 Parent(s): a73df3f
Files changed (2) hide show
  1. DCO +34 -0
  2. README.md +13 -1
DCO ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Developer Certificate of Origin
2
+ Version 1.1
3
+
4
+ Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
5
+
6
+ Everyone is permitted to copy and distribute verbatim copies of this
7
+ license document, but changing it is not allowed.
8
+
9
+
10
+ Developer's Certificate of Origin 1.1
11
+
12
+ By making a contribution to this project, I certify that:
13
+
14
+ (a) The contribution was created in whole or in part by me and I
15
+ have the right to submit it under the open source license
16
+ indicated in the file; or
17
+
18
+ (b) The contribution is based upon previous work that, to the best
19
+ of my knowledge, is covered under an appropriate open source
20
+ license and I have the right under that license to submit that
21
+ work with modifications, whether created in whole or in part
22
+ by me, under the same open source license (unless I am
23
+ permitted to submit under a different license), as indicated
24
+ in the file; or
25
+
26
+ (c) The contribution was provided directly to me by some other
27
+ person who certified (a), (b) or (c) and I have not modified
28
+ it.
29
+
30
+ (d) I understand and agree that this project and the contribution
31
+ are public and that a record of the contribution (including all
32
+ personal information I submit with it, including my sign-off) is
33
+ maintained indefinitely and may be redistributed consistent with
34
+ this project or the open source license(s) involved.
README.md CHANGED
@@ -93,7 +93,19 @@ For more information about the OLDI Seed dataset, please see [oldi.org](https://
93
 
94
  ## Contributing
95
 
96
- Fixes and new language contributions are most welcome. Please see the [Contribution guidelines](https://oldi.org/guidelines) for further information.
 
 
 
 
 
 
 
 
 
 
 
 
97
 
98
  ## Changelog
99
 
 
93
 
94
  ## Contributing
95
 
96
+ Fixes and new language contributions are most welcome.
97
+
98
+ By contributing to this project you agree to the [Developer Certificate of
99
+ Origin (DCO)](DCO). This document was created by the Linux Kernel community and is a
100
+ simple statement that you, as a contributor, have the legal right to make the
101
+ contribution.
102
+
103
+ In order to show your agreement with the DCO you should include at the end of commit message,
104
+ the following line: `Signed-off-by: John Doe <[email protected]>`, using your real name.
105
+
106
+ This can be done easily using the `-s` flag on the `git commit`.
107
+
108
+ Please see the [Contribution guidelines](https://oldi.org/guidelines) for further information.
109
 
110
  ## Changelog
111