Skip to content

Commit b8fd95b

Browse files
committed
fix: add MPL-2.0 to about.toml accepted licenses
Both deny.toml and about.toml must list allowed licenses. Also add CLAUDE.md rule to keep them in sync.
1 parent 5144840 commit b8fd95b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ Integration and manual tests must always run against a local Exasol Docker datab
1111
```
1212
- **DSN must use:** `tls=true&validateservercertificate=0`
1313
- Tests must **fail** (not skip) if Exasol is unavailable
14+
15+
## Licenses
16+
17+
When adding a new dependency, check its license. If the license is not already in the allowed lists, add it to **both** `deny.toml` (`[licenses].allow`) and `about.toml` (`accepted`). These two files must stay in sync.

about.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ accepted = [
1111
"CC0-1.0",
1212
"BSL-1.0",
1313
"Unicode-3.0",
14+
"MPL-2.0",
1415
"OpenSSL",
1516
]

0 commit comments

Comments
 (0)