this post was submitted on 19 Oct 2024
38 points (100.0% liked)
Open Source
31072 readers
769 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
So you mean like GPL to enforce same license when reused? I don't think anyone using works licensed as CC-BY-SA is allowed to relicense it under a different license: https://creativecommons.org/licenses/by-sa/4.0/
CC BY-SA 4.0 is one way compatible with GPLv3.
It does mean that anything released under older CC SA licenses aren't, so they can't be used in GPL projects. And MIT isn't compatible at all.
Wow I read that. And it means one can take the CC-BY-SA 4.0 work and relicense it as GPLv3. Its' not just about being compatible in a project, it literally means re-licensing is allowed. But that is only for the adapted work. Meaning if you change something from his work, you are able to release your work as both licenses. While the original untouched work is still CC-BY-SA 4.0 only. So a collection has no rights to make changes to its original license.
It means a GPLv3 project can use something licensed as CC BY-SA 4.0 by converting it to GPLv3, as is required. E.g using a CC BY-SA photograph as a background or a splash image in a program.
And while you technically can't take the original, yeah, practically everything except "here is the image file alone in a folder" counts as modifying and a derivative work. Resize it, crop it, change a .png to a .jpg etc - all modify the original work.