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 8: IT professionals in Estonia

This week's topic is IT professionals in Estonia. As the word "professional" can be defined in many different ways and the definition varies from person to person, for simplicity, in this blog I'll focus on IT professionals who have some sort of an IT degree, although there are a lot of professionals that don't have any sort of a degree. In the last 20 years, the demand for IT professionals hasn't decreased, already at the start of the millennium we were lacking in specialists in the field and we still are now, as the demand increases with the rapid growth of IT. The following graph is from a presentation that one of our lectors - Ago Luberg - gave at both the 2020 and 2019 IT-ametite päev or IT-career day. It's a summary based on a research done in 2019, with the purpose of finding out what the future of IT in Estonia is. Prognosis of the demand for people in IT for the next 10 years. The blue bubbles represent the number of people who on average graduate...

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...