Skip to content

Commit fd4893f

Browse files
Bayheckadil.rakhaliyev
andauthored
Fix: 0BSD license added to permissibe licenses list (#8539)
<!-- Thank you for your contribution. Before making a PR, please read our contributing guidelines at https://github.com/DevExpress/testcafe/blob/master/CONTRIBUTING.md#code-contribution We recommend creating a *draft* PR, so that you can mark it as 'ready for review' when you are done. --> ## Purpose _Describe the problem you want to address or the feature you want to implement._ ## Approach _Describe how your changes address the issue or implement the desired functionality in as much detail as possible._ ## References _Provide a link to the existing issue(s), if any._ ## Pre-Merge TODO - [ ] Write tests for your proposed changes - [ ] Make sure that existing tests do not fail Co-authored-by: adil.rakhaliyev <adil.rakhaliyev@devexpress.com>
1 parent d50ab1e commit fd4893f

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)