Skip to main content

Week 6: Copyleft


Continuing on the topic of copyright issues, this week's post will be about Copyleft and what impact it has on choosing a software license for one's project. 

So first of all, what even is Copyleft? Some of you might have heard of this term before in association with open-source software. Well, it's a license for free content/software that determines whether or not the derived works are influenced by the license or not. In contrast to copyright, copyleft ensures that the code/content is freely available for use and modification, whereas copyright more restricts uses. 

There are three different grades of copyleft:

Strong copyleft - one of the most famous examples is definitely GNU GPL, which was also the first copyleft license. This basically means that the license applies to all derived works and you are obligated to publish the source code if you distribute code that was derived from theirs.

Weak copyleft - an example of this would be GNU Lesser General Public License. This license isn't as strongly restricted but it still leaves some rights to the developers of the main source code. With these licenses, the license doesn't apply to all derived work. Weak copyleft licenses are usually used for software libraries. Mozilla for example is a user of weak copyleft.

Non-copyleft - examples of this would be Apache, MIT, and the BSD licenses. These are pretty simple and also give developers the most freedom. This usually doesn't require you to distribute source code as the author doesn't want ownership over the work.

So when choosing a software license before starting your project, you should really think through what you want the future conditions for the project to be. Whether you want others to be able to contribute to it and help develop it further under the condition that they refer to your source code, or you don't care who does what with your code, I think copyleft gives developers a lot of good options.


Sources:

https://opensource.com/resources/what-is-copyleft

https://choosealicense.com/licenses/

https://e7.pngegg.com/pngimages/871/683/png-clipart-copyleft-free-art-license-copyright-on-off-words-phrases-copyright.png

Comments

Popular posts from this blog

Week 9: Examples of bad and good HCI

With technology developing rapidly, we find all sorts of new ways to improve our lives and how we interact with technology. With technological innovation, we might witness the creation of something life-changing and spectacular or something that just no one even asked for. I'll try to bring examples of both worlds. Firstly I'd like to bring a good example of HCI - eye-tracking. I recently watched either a video on YouTube or a documentary on Netflix (can't really member which) that showed how eye-tracking technologies have changed the lives of people suffering from illnesses like locked-in syndrome. Locked-in syndrome is a condition where people have full cognitive ability but they are unable to move or speak due to paralysis of voluntary muscles. So usually they can only move their eyes, and that's about it, although some can't even do that. They are literally locked in their bodies unable to move and communicate with others. But thanks to eye-tracking, people that...

Week 5: Copyright reform

In today's blog post I will be sharing my opinion on the book The Case for Copyright Reform by Christian Engströmand Rick Falkvinge and on copyright issues in general. The book starts off with a claim that today’s copyright legislation is out of tune with the times and I must agree with that. There is a dire need for a referendum when it comes to copyright laws, as they are threatening our privacy. And to me, a person who isn't really familiar with all of these copyright laws, it seems that these new laws aren't being passed partly because of big corporations who are afraid to lose part of their income. In the second chapter they bring out some key changes that they propose: Moral Rights Unchanged - when it comes to moral rights, I think these don't really need a change. As said, no one should be able to claim that they are the author of someone else's creations. ”Give credit where credit is due” Free Non-Commercial Sharing - I agree with this point a lot, the curr...

Week 1: Three IT products that resulted in a failure

In the innovative world of IT where the competition is more intense than anywhere else, it is bound that most companies and products will inevitably fail. I will talk about some interesting cases where games caused an uproar upon their release as they sadly failed to meet customers' expectations. The first one on my list and additionally the most recent game is Cyberpunk 2077 which was released less than 2 months ago. Cyberpunk is an open-world action role-playing video game that was released on PC, next-generation consoles (Xbox Series X and PlayStation 5), and older consoles like PlayStation 4 and Xbox One. The game was already announced in 2012 and the game gathered major attraction pretty much from the start. The game was in development for over 8 years and the hype for the game grew especially as the developing company was CD Projekt Red, a company that is infamous for their successful Witcher series. I also had really high hopes for the game knowing that the same company who...