hashicorp / go-multierror

A Go (golang) package for representing a list of errors as a single error.
Mozilla Public License 2.0
2.28k stars 123 forks source link

Please change license #65

Open briantopping opened 1 year ago

briantopping commented 1 year ago

Hello, thanks for a useful library. Am I correct that it doesn't appear to provide unique competitive advantage to Hashicorp?

Could it (and hashicorp/errwrap) be changed to a permissive license? That would resolve the only persistent error in our binary scanners... Thanks for your consideration!

codespearhead commented 5 months ago

They both use an OSI-approved license.

dolmen commented 5 months ago

I would suggest instead to move away from this module as Go 1.20 added errors.Join.

To move away from Group see: