tylerjthomas9 commited on
Commit
c74007d
1 Parent(s): 09d2994

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -36,3 +36,21 @@ configs:
36
 
37
  This dataset includes all Julia code (with permissive licenses) and some documentation from the libraries in the General registry, and the Julia Base library. The data was collected using [PackageAnalyzer.jl](https://github.com/JuliaEcosystem/PackageAnalyzer.jl).
38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
 
37
  This dataset includes all Julia code (with permissive licenses) and some documentation from the libraries in the General registry, and the Julia Base library. The data was collected using [PackageAnalyzer.jl](https://github.com/JuliaEcosystem/PackageAnalyzer.jl).
38
 
39
+
40
+ ## Licenses
41
+
42
+ The current version of the dataset uses code with the following licenses:
43
+
44
+ ```
45
+ [
46
+ "MIT",
47
+ "Apache-2.0",
48
+ "MPL-2.0",
49
+ "BSD-3-Clause",
50
+ "Zlib",
51
+ "ISC",
52
+ "CC0-1.0",
53
+ "0BSD",
54
+ "BSL-1.0"
55
+ ]
56
+ ```