hails commited on
Commit
4e53ad8
·
1 Parent(s): 4645531

Update mutual.py

Browse files
Files changed (1) hide show
  1. mutual.py +1 -2
mutual.py CHANGED
@@ -38,8 +38,7 @@ modified from Chinese high school English listening comprehension test data.
38
 
39
  _HOMEPAGE = "https://github.com/Nealcly/MuTual"
40
 
41
- # TODO: Add the licence for the dataset here if you can find it
42
- _LICENSE = ""
43
 
44
  _URLS = "https://github.com/Nealcly/MuTual/archive/master.zip"
45
 
 
38
 
39
  _HOMEPAGE = "https://github.com/Nealcly/MuTual"
40
 
41
+ _LICENSE = "No license found"
 
42
 
43
  _URLS = "https://github.com/Nealcly/MuTual/archive/master.zip"
44