this post was submitted on 21 May 2022
9 points (100.0% liked)

Asklemmy

43394 readers
1802 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

Apparently SDL-org changed the license of SDL from the LGPL (a copyleft license) to zlib (a permissive license).^[Older Releases (Check the license in versions before SDL2 and 1.3.)]

I don't get why SDL-org would make the license change; unless if it's for popularity.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] sasalzig@lemmy.ml 2 points 2 years ago

LGPL says the user needs to be able to replace the LGPL'ed code with their own modified version. You can't do that on an iPhone. I think that's the issue there.

Also the SDL devs are themselves game developers/porters (I think that came out of Loki games), so it's not so hard to understand why they would relicense their stuff, it basically makes their own life easier also.