chore(license): add license checking configuration and workflow

This commit is contained in:
Naoki Oketani
2025-05-05 11:23:30 +00:00
parent cf52e91acd
commit 8f327f3780
2 changed files with 92 additions and 0 deletions

18
.licensed.yml Normal file
View File

@@ -0,0 +1,18 @@
# See: https://github.com/licensee/licensed/blob/main/docs/configuration.md
sources:
npm: true
allowed:
- apache-2.0
- bsd-2-clause
- bsd-3-clause
- isc
- mit
- cc0-1.0
- other
ignored:
npm:
# Used by Rollup.js when building in GitHub Actions
- '@rollup/rollup-linux-x64-gnu'