summaryrefslogtreecommitdiff
path: root/articles
diff options
context:
space:
mode:
authorArnav Bhatt <arnav@ghativega.in>2023-08-11 21:29:32 +0530
committerArnav Bhatt <arnav@ghativega.in>2023-08-16 14:09:09 +0530
commit81a6aa509a66184d67bdbddae15536e9403ddad7 (patch)
tree6a949fe0e103cd205f8663dbb3820f7e50c48a72 /articles
parent8540c31afdbc88bb8ba2e67046a9a25820d8d6c9 (diff)
deperecate an article gonna write a better one
make website more readable
Diffstat (limited to 'articles')
-rw-r--r--articles/open-source-licenses-literally-are-meme.md32
1 files changed, 0 insertions, 32 deletions
diff --git a/articles/open-source-licenses-literally-are-meme.md b/articles/open-source-licenses-literally-are-meme.md
deleted file mode 100644
index a209efe..0000000
--- a/articles/open-source-licenses-literally-are-meme.md
+++ /dev/null
@@ -1,32 +0,0 @@
-Open source licenses suck
-
-Open source licenses are terrible at actually keeping your software safeguard against the usage of it on proprietary softwares, which is the whole point of its existence.
-
-### The concept
-Open source licenses are licenses that comply with the Open Source Definition — in brief, they allow software to be freely used, modified, and shared. These licenses have set of "rules" that ranges from being truly free to use (aka permissive licenses) like [MIT license](https://opensource.org/licenses/MIT) or having copyleft ideologies, i.e., having safeguards to avoid the software being used in a proprietary fashion like [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html), the two most common types of open source licenses.
-
-### The issue
-An open source license may be an actual license through the (F)OSS respecting developer's eyes, however other see it as a paperweight instead. Hence, there would be a regular case of [the open source projects on proprietary softwares being sold commercially by tech corpos](https://www.theregister.com/2022/05/16/vizio_gpl_contract/), while the developers of those projects are getting barely any benefit to no benefit from it at all. And as for it being used in proprietary softwares, if it is from a country where the concept of holding an indigenous company accountable is non-existent (*cough cough* China) then forget about seeking any sort of justice you want or worse, if these are guarded by DMCA laws, it would be impossible to actually see if the software does violate the licenses without inviting a class action lawsuit *against* the devs instead, which can be an immediate death sentence (not literally) to the devs. And as you can guess, these licenses requires some kind of authority for making it relevant at the first place otherwise it is just a digital paperweight. So in essence, they are just like intellectual "properties" but worse in terms of actually safeguarding your software.
-
-### Permissive licenses are the absolute worst
-Permissive licenses may sound nice as a concept, (as these licenses give absolute freedom in its usage) in practise this could mean that your project could immediately get copied by the others on whatever they want, whether to use it on a proprietary soywares or not, while giving you very little to no credit at all, as there are 0 safeguards being promised against so. Hence, you can't even give a lawsuit to someone even if you wanted as they still didn't violate the license of your software.
-
-The meme below perfectly explains the absolute state of these licenses:
-
-![bsd_meme](assets/images/bsd_meme.webp)
-
-
-### Copyleft licenses are barely any better
-At least copyleft licenses do have safeguards written on it which in theory, protects you against your software being used without your credit or even being used on a proprietary software. Going to the court for resolving the license violations however, is a different story. Though there *are* examples of [copyleft licenses being successfully enforced](https://www.cnet.com/tech/tech-industry/fortinet-settles-gpl-violation-suit/), these law cases aren't easy to win as majority of countries don't really take these licenses seriously and combining the fact that usually it is some giant tech corporation who violates these licenses, creates a very steep uphill battle to fight, due to the cost, effort and time required for these law cases, especially for a small (F)OSS community. Not to mention that that corp can enforce DMCA laws onto them instead for whatever the reason it maybe, again complicating things further.
-
-There are still cases of companies [regularly violating the licenses](https://arstechnica.com/gadgets/2018/01/xiaomi-is-dragging-its-feet-on-the-gpl-again-this-time-with-the-mi-a1/) for a very long time even after a lot of complaints.
-
-### There is not a real soultion to this
-Looking through an idealistic manner, one way to fix the copyleft licenses would be to simply make politicians to take these licenses more seriously and to get rid of DMCA all together. However since we are talking about politicians, that's very unlikely.
-
-So what's my solutions to this? Well, I would recommend to at least stick to copyleft licenses if you still want to use an open source license and avoiding permissive licenses all together if you don't want to get immediately screwed over by the tech corporations or release your [software as a freeware](https://en.wikipedia.org/wiki/Freeware/) instead.
-
-Ultimately, I would prefer that neither intellectual properties nor copyleft licenses to exist in this world but that's also highly unlikely to ever happen as well.
-
-;tags:software open-source rant
-;description:FOSS License: The God That Failed.