this post was submitted on 14 Apr 2024
97 points (98.0% liked)

Open Source

30771 readers
475 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 36 points 6 months ago (2 children)

And this is exactly why OpenTofu was created, to avoid a non competitive relicensing... which, what do you know, actually happened.

But to take on Linux Foundation seems silly, not sure what their angle is here. It's not like HashiCorp can bully them.

I mean it's still possible that someone made a blunder and copied code from after the relicense but it sounds highly unlikely given that the whole point of the fork was in preparation to avoiding the relicense... I have to assume they took extra care not to include anything that wasn't covered by MPL.

[–] conciselyverbose 18 points 6 months ago

According to the article, they basically copied and pasted code from the earlier version to a new place for some new purpose, which is the same thing Hashicorp did for the same purpose in their new version.

No idea what the actual details are, but that seems pretty likely to be permissible under the first license to me.

[–] [email protected] 10 points 6 months ago* (last edited 6 months ago)

In the comments someone shared the code in question. It’s a new feature that both TF and OT implemented. The implementations are different, though, and OT’s appears to be much more similar to existing MPL licensed code than to the new TF code.

Commits in question: Terraform vs Opentofu