mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #816] MIT license but GPL for QuickLZ #546
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#546
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TechInterMezzo on GitHub (May 27, 2020).
Original GitHub issue: https://github.com/quasar/Quasar/issues/816
I see that this project is under the MIT license. But the following class is licensed under GPL if I understand correctly.
https://github.com/quasar/QuasarRAT/blob/master/Quasar.Common/IO/Compression/SafeQuickLZ.cs
So can the project even be under MIT license when it uses a source code component under GPL?
@MaxXor commented on GitHub (May 31, 2020):
It's no problem. https://en.wikipedia.org/wiki/License_compatibility
@TechInterMezzo commented on GitHub (May 31, 2020):
Isn't this meant for the other way around? I mean, GPL is more restrictive and MIT doesn't have those restrictions, effectively removing some of them by putting the project under MIT.
@MaxXor commented on GitHub (May 31, 2020):
I'm not an expert in this area and after more research it seems like Quasar needs to have GPL too. However the code is currently unused and can be safely removed.