Commit 9672c2a
committed
ci: allow ISC license for go-git's emirpasic/gods dependency
lib/luarocks pulls in go-git, whose transitive dependency
github.com/emirpasic/gods is dual-licensed BSD-2-Clause + ISC: it ships a few
ISC-licensed files alongside its BSD-2-Clause code. The lichen check
(.lichen.yaml) did not list ISC, so `mage checklicenses` failed the build.
ISC is a permissive, OSI/FSF-approved license equivalent to MIT / 2-clause
BSD. It has no copyleft - the only obligation is to preserve the copyright
notice - so it imposes nothing on tt's own code, and is strictly more
permissive than the MPL-2.0 / CC-BY-SA-4.0 already on the allow list. Add it.
Part of TNTP-82301 parent 1d52a35 commit 9672c2a
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
8 | 14 | | |
9 | 15 | | |
10 | 16 | | |
0 commit comments