File tree 1 file changed +1
-10
lines changed
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ const osiApproved = [
139
139
'BSL-1.0' ,
140
140
'Artistic-1.0-Perl' ,
141
141
'NPOSL-3.0' ,
142
+ 'BlueOak-1.0.0' // https://github.com/spdx/license-list-XML/commit/d2709ad9c8c3f92989d2e7cadba3af8d1e0bc166
142
143
] ;
143
144
144
145
export const osiApprovedWithCCO = [
@@ -157,16 +158,6 @@ const licenseExceptions = [
157
158
file : 'node_modules/caniuse-lite/package.json' ,
158
159
license : 'CC-BY-4.0' ,
159
160
} ,
160
- {
161
- // see : https://github.com/isaacs/path-scurry/issues/7
162
- file : 'node_modules/path-scurry/package.json' ,
163
- license : 'BlueOak-1.0.0' ,
164
- } ,
165
- {
166
- // see : https://github.com/isaacs/path-scurry/issues/7
167
- file : 'node_modules/jackspeak/package.json' ,
168
- license : 'BlueOak-1.0.0' ,
169
- } ,
170
161
171
162
// These packages have "public domain" in the "license" field, which is incorrect but acceptable for our purposes.
172
163
{
You can’t perform that action at this time.
0 commit comments