Skip to content

Commit

Permalink
Add licence checker (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: achour94 <berrahmaachour@gmail.com>
  • Loading branch information
achour94 authored Dec 4, 2024
1 parent 59b07ba commit 7dc7924
Show file tree
Hide file tree
Showing 3 changed files with 391 additions and 1 deletion.
22 changes: 22 additions & 0 deletions license-checker-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"onlyAllow": [
"MPL-2.0",
"MIT",
"Zlib",
"BSD-3-Clause",
"BSD-2-Clause",
"0BSD",
"Apache-2.0",
"ISC",
"Apache-Style",
"CC-BY-3.0",
"CC-BY-4.0",
"CC0-1.0",
"MIT AND CC-BY-3.0",
"MIT OR CC0-1.0",
"Artistic-2.0",
"Python-2.0",
"Unlicense"
],
"excludePackages": []
}
Loading

0 comments on commit 7dc7924

Please sign in to comment.