Skip to content

Commit

Permalink
BlueOak is now Osi approved
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Feb 18, 2024
1 parent 39d250b commit 21d3282
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/bin/license/allowed.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ const osiApproved = [
'BSL-1.0',
'Artistic-1.0-Perl',
'NPOSL-3.0',
'BlueOak-1.0.0' // https://github.com/spdx/license-list-XML/commit/d2709ad9c8c3f92989d2e7cadba3af8d1e0bc166
];

export const osiApprovedWithCCO = [
Expand All @@ -157,16 +158,6 @@ const licenseExceptions = [
file: 'node_modules/caniuse-lite/package.json',
license: 'CC-BY-4.0',
},
{
// see : https://github.com/isaacs/path-scurry/issues/7
file: 'node_modules/path-scurry/package.json',
license: 'BlueOak-1.0.0',
},
{
// see : https://github.com/isaacs/path-scurry/issues/7
file: 'node_modules/jackspeak/package.json',
license: 'BlueOak-1.0.0',
},

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

0 comments on commit 21d3282

Please sign in to comment.