this post was submitted on 29 Aug 2024
264 points (98.5% liked)

Technology

58115 readers
4071 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] jollyroberts@jolly-piefed.jomandoa.net 11 points 2 weeks ago (3 children)

So how does triple licensed code work as an end user? They have multiple packages and i pick the one with the license i like? Or just one package and i just declare im using the AGPL 'essence' in my instance?

[–] mosiacmango@lemm.ee 15 points 2 weeks ago* (last edited 2 weeks ago)

See, thats how they getcha now.

You have to buy a elasticsearch brand AGPL scented candle to light while you install the packages. If you aren't smelling their official blend of sandalwood, jasmine and developer blood, it reverts back to Elv2.

[–] SquiffSquiff@lemmy.world 6 points 2 weeks ago

You might say that the definition is 'Elastic'

[–] catloaf@lemm.ee 1 points 2 weeks ago (2 children)

Either one of those, or it'll be one package and you choose the edition at install time, and it installs the appropriate features. (Or, if using a package manager, your distro will have the free one, and there will probably be a nonfree package available from the elastic site.)

There are also cases where it's the exact same code base, but purchasing a license allows you to do things that you otherwise couldn't (for AGPL, that would mean the ability to run a modified version of the code without making your modifications available to customers).

Ah, that makes sense, thank you.