Skip to content

Commit

Permalink
fix: update default config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Feb 15, 2023
1 parent 5d086f6 commit a0831c6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .licenserc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"summary": true,
"deny": ["GPL", "LGPL", "MPL", "UNKNOWN", "CUSTOM"]
"deny": [
"MPL.+2",
"EPL.+2",
"IPL.+1",
"GPL.+2",
"GPL.+3",
"AGPL.+3",
"LGPL.+2.1",
"UNKNOWN",
"CUSTOM"
]
}

0 comments on commit a0831c6

Please sign in to comment.