Skip to content

Commit 21d3282

Browse files
committed
BlueOak is now Osi approved
1 parent 39d250b commit 21d3282

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/bin/license/allowed.mjs

+1-10
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ const osiApproved = [
139139
'BSL-1.0',
140140
'Artistic-1.0-Perl',
141141
'NPOSL-3.0',
142+
'BlueOak-1.0.0' // https://github.com/spdx/license-list-XML/commit/d2709ad9c8c3f92989d2e7cadba3af8d1e0bc166
142143
];
143144

144145
export const osiApprovedWithCCO = [
@@ -157,16 +158,6 @@ const licenseExceptions = [
157158
file: 'node_modules/caniuse-lite/package.json',
158159
license: 'CC-BY-4.0',
159160
},
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-
},
170161

171162
// These packages have "public domain" in the "license" field, which is incorrect but acceptable for our purposes.
172163
{

0 commit comments

Comments
 (0)