this post was submitted on 27 Oct 2023
41 points (68.5% liked)

Technology

58135 readers
4347 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
[โ€“] lemmyvore@feddit.nl 4 points 10 months ago (1 children)

even with other FOSS licenses, the copyright holder can re-license the project

Re-licensing the project means future releases go out under a new license. Past releases remain as they are, because they are non-revokable (unless breached; but let's be real, if you breach an agreement you should stop benefiting from it).

As a user, or a developer?

Both. A user that doesn't care about licensing is typically called a pirate.

[โ€“] JoeyJoeJoeJr@lemmy.ml 1 points 10 months ago

A user that doesn't care about licensing is typically called a pirate.

The license literally does not govern the usage of the app. Here's the first line:

This license grants you the rights, and only the rights, set out below in respect of the source code provided.

Read the entire license (it's only 32 lines), and you won't find anything related to using the product, only the code.

This license should only be scary to developers, who might build on the project, and then have it taken away. As a user, your concerns are different, and this license vs the GPL, or any other FOSS, or even source available license, are more-or-less the same. As a user, your primary concerns are probably going to be related to the security and privacy related aspects, and as long as you have access to the source, you can audit it and ensure it meets your standards. If they choose to revoke access to the code, as a user, you're in the same boat you described - don't take new versions because you can't audit them, but you can stay on the old version. They can't revoke that access with this license, because again, this license literally does not govern usage of the product.