conjure-cp / conjure

Conjure: The Automated Constraint Modelling Tool
Other
96 stars 24 forks source link

Conjure licence #534

Closed ott2 closed 2 years ago

ott2 commented 2 years ago

I've been working on a brew formula for Conjure. One step requires assigning a licence type, matching one of the identifiers at https://spdx.org/licenses/ and as far as I can tell it is much more likely that the formula will be accepted if we can avoid using the fallback

license :cannot_represent

which is the only one I can currently match to.

It's not clear to me which of these identified licences best matches the custom licence of Conjure. Any pointers?

ott2 commented 2 years ago

A reasonably close match is https://creativecommons.org/licenses/by-sa/4.0/ but it's not quite a match.

ozgurakgun commented 2 years ago

It is BSD-3 clause at the moment as per the cabal file.

So I think https://spdx.org/licenses/BSD-3-Clause.html would do?

ott2 commented 2 years ago

I'll use license "BSD-3-Clause" then, thank you!