Skip to content

Commit ef4235b

Browse files
alan-agius4dgp1130
authored andcommitted
ci: add 0BSD as a valid license
This is required for tslib versions >= 1.11.2. Tslib changes it's license to 0BSD which should allow projects that embed or bundle tslib to omit its license header. See: https://opensource.google/docs/thirdparty/licenses/#unencumbered (cherry picked from commit fb4eaf1)
1 parent 6931135 commit ef4235b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/validate-licenses.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const licensesWhitelist = [
4242
// Have a full copyright grant. Validated by opensource team.
4343
'Unlicense',
4444
'CC0-1.0',
45+
'0BSD',
4546

4647
// Combinations.
4748
'(AFL-2.1 OR BSD-2-Clause)',

0 commit comments

Comments
 (0)