mvasiliniuc commited on
Commit
79560eb
1 Parent(s): 8eade86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -123,21 +123,21 @@ Each entry in the dataset contains the associated license. The following is a li
123
 
124
  ```json
125
  {
126
- "agpl-3.0":4052,
127
- "apache-2.0":114641,
128
- "artistic-2.0":159,
129
- "bsd-2-clause":474,
130
- "bsd-3-clause":4571,
131
- "cc0-1.0":198,
132
- "epl-1.0":991,
133
- "gpl-2.0":5625,
134
- "gpl-3.0":25102,
135
- "isc":436,
136
- "lgpl-2.1":146,
137
- "lgpl-3.0":3406,
138
- "mit":39399,
139
- "mpl-2.0":1819,
140
- "unlicense":824
141
  }
142
  ```
143
 
 
123
 
124
  ```json
125
  {
126
+ "agpl-3.0":1695,
127
+ "apache-2.0":85514,
128
+ "artistic-2.0":207,
129
+ "bsd-2-clause":3132,
130
+ "bsd-3-clause":6600,
131
+ "cc0-1.0":1409,
132
+ "epl-1.0":605,
133
+ "gpl-2.0":9374,
134
+ "gpl-3.0":18920,
135
+ "isc":808,
136
+ "lgpl-2.1":1122,
137
+ "lgpl-3.0":3103,
138
+ "mit":240929,
139
+ "mpl-2.0":8181,
140
+ "unlicense":1781
141
  }
142
  ```
143