zoher15 commited on
Commit
c337669
·
verified ·
1 Parent(s): 2db74c5

Use MIT license for dehydrated dataset release

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -12,7 +12,7 @@ tags:
12
  - moderation
13
  - multimodal
14
  - rule-violations
15
- license: other
16
  viewer: false
17
  ---
18
 
@@ -130,10 +130,11 @@ For details and troubleshooting, see [`hydrate/README.md`](hydrate/README.md).
130
 
131
  ## License
132
 
133
- This dataset repository uses `license: other`. The released PluRule files are
134
- dehydrated IDs, metadata, labels, rules, and placeholders. Hydrated moderator
135
- comments, submissions, and media are reconstructed from the publicly archived
136
- Pushshift Reddit corpus and remain bound by Reddit's terms of service.
137
 
138
- The hydrate scripts and supporting code in this repository are released under
139
- the MIT License; see [`LICENSE`](LICENSE).
 
 
12
  - moderation
13
  - multimodal
14
  - rule-violations
15
+ license: mit
16
  viewer: false
17
  ---
18
 
 
130
 
131
  ## License
132
 
133
+ The released PluRule files in this repository are MIT-licensed in their
134
+ dehydrated form: IDs, metadata, labels, rules, and placeholders. The hydrate
135
+ scripts and supporting code are also released under the MIT License; see
136
+ [`LICENSE`](LICENSE).
137
 
138
+ Hydrated moderator comments, submissions, and media are not redistributed by
139
+ PluRule; they are reconstructed from the publicly archived Pushshift Reddit
140
+ corpus and remain bound by Reddit's terms of service.