this post was submitted on 01 Jun 2026
19 points (88.0% liked)

Free and Open Source Software

22477 readers
27 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 3 years ago
MODERATORS
top 9 comments
sorted by: hot top controversial new old
[–] Kissaki@beehaw.org 7 points 19 hours ago (1 children)

Wikipedia and osi have already been linked. To see and understand the variance, https://choosealicense.com/

Thank you for this link.

[–] kittenzrulz123@lemmy.dbzer0.com 5 points 20 hours ago
[–] LoveEspresso@cafe.coffee-break.cc 2 points 21 hours ago (1 children)

That means whatever category the license might be, l am free to copy it and create my own work, right ?

[–] rnd@lemmy.4d2.org 1 points 17 hours ago

Typically yes, a free / open-source software license gives the user the right to use the program, to spread it around, and to create derivative programs based on the original source code, as long as the new derivative program follows certain rules.

For permissive licenses (such as the MIT license), the rule is something like "put this acknowledgment somewhere the user can see", if you've ever seen an "Open-Source Licenses" menu item somewhere, that's where they usually put these.

For "copyleft" licenses (such as the GPL), the rule also requires that your modified version is also distributed as open-source under the same conditions.

Most definitions of free or open-source licenses also require the license to impose no additional restrictions on how, or for which purposes, the software can be modified. The RAR archive extractor, for instance, is not open-source, because the license for its source code prohibits it from being used to make a program capable of making RAR archives. Some developers add conditions to restrict undesired uses, such as commercial or military use of their software. These licenses are likewise not considered "open source", but rather "source-available".

[–] megopie@beehaw.org 5 points 1 day ago

Roughly speaking a legal document stating what the author lets people do with their open source code. There are multiple types of license.

The core element is basically saying “I have released this code as opened source and anyone can use, no one else is allowed to claim it’s theirs and own it.”

Depending on the type of license there are often additional caveats. Like saying anyone who releases updated or altered versions have to release them under the same license or that people using it can not sell it.

[–] thingsiplay@lemmy.ml 10 points 1 day ago (1 children)

https://en.wikipedia.org/wiki/Open-source_license

In short, the Open Source license means the work you created can be used by anyone, for any purpose, read, modify and share the original source and your modifications. There are variations of Open Source licenses and debates to what even Open Source means.

That link is extremely valuable. Thanks.

[–] ejs@piefed.social 1 points 22 hours ago

license for software whose source code is openly available for anyone to view, use, modify, and share