Skip to content

Commit 7989c97

Browse files
committed
feat(github-actions): add LGPL-3.0 as an allowed license (#2448)
Add LGPL-3.0 as an allowed license. PR Close #2448
1 parent 53fb7c3 commit 7989c97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

github-actions/linting/licenses/dependency-review-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ allow_licenses:
1010
- 'CC-BY-4.0'
1111
- 'CC0-1.0'
1212
- 'ISC'
13+
- 'LGPL-3.0'
14+
- 'LGPL-3.0+'
1315
- 'MIT'
1416
- 'MIT-0'
1517
- 'Python-2.0'

0 commit comments

Comments
 (0)