MPL license
Closed this issue · 2 comments
andig commented
Noticed during evcc-io/evcc#13998 that this package now relies on github.com/hashicorp/golang-lru/v2 which is under MPL license. In general, projects like spf13/viper are trying to move away from depending on hashicorp due to their licensing changes. I'm no expert but wondering if MPL is compatible with MIT?
DerAndereAndi commented
DerAndereAndi commented
Replaced it with another package anyway: c96bc14