Skip to content

Commit b5eeb4e

Browse files
author
adil.rakhaliyev
committed
Fix: 0BSD license added to permissibe licenses list
1 parent 9a84433 commit b5eeb4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/dependency-licenses-checker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const fs = require('fs');
33
const licenseChecker = require('license-checker').init;
44

55
const PERMISSIVE_LICENSES = [
6+
'0BSD',
67
'MIT',
78
'BSD-3-Clause OR MIT',
89
'BSD-3-Clause AND MIT',

0 commit comments

Comments
 (0)