derek-thomas HF staff commited on
Commit
bc7f4d5
1 Parent(s): cdbb4c0

Adding license information

Browse files
Files changed (1) hide show
  1. utilities/readme_update.py +6 -0
utilities/readme_update.py CHANGED
@@ -20,6 +20,12 @@ There is a limit of 1000 in an API call and limited search functionality, so thi
20
 
21
  ## Update Frequency
22
  The dataset is updated daily with the most recent day being `{latest_date}`where we added `{new_rows}` new rows.
 
 
 
 
 
 
23
  """
24
 
25
  append_readme(path=path, readme_text=readme_text)
 
20
 
21
  ## Update Frequency
22
  The dataset is updated daily with the most recent day being `{latest_date}`where we added `{new_rows}` new rows.
23
+
24
+ ## Licensing
25
+ [Reddit Licensing terms](https://www.redditinc.com/policies/data-api-terms) as accessed on October 25:
26
+ > The Content created with or submitted to our Services by Users (“User Content”) is owned by Users and not by Reddit. Subject to your complete and ongoing compliance with the Data API Terms, Reddit grants you a non-exclusive, non-transferable, non-sublicensable, and revocable license to copy and display the User Content using the Data API solely as necessary to develop, deploy, distribute, and run your App to your App Users. You may not modify the User Content except to format it for such display. You will comply with any requirements or restrictions imposed on usage of User Content by their respective owners, which may include "all rights reserved" notices, Creative Commons licenses, or other terms and conditions that may be agreed upon between you and the owners. Except as expressly permitted by this section, no other rights or licenses are granted or implied, including any right to use User Content for other purposes, such as for training a machine learning or AI model, without the express permission of rightsholders in the applicable User Content
27
+
28
+ My take is that you cant use this data for *training* without getting permission.
29
  """
30
 
31
  append_readme(path=path, readme_text=readme_text)