Leaked Samsung exFat driver relicensed as GPL
11–20 of 206 posts
Re: Leaked Samsung exFat driver relicensed as GPL
#12you know, it'd be interesting to see what the open source community could produce if we all took his approach to licences for a little while.
Re: Leaked Samsung exFat driver relicensed as GPL
#13The title makes it sound as though this has been accepted into the Linux kernel when in fact it has not been. It is designed to work with the Linux kernel but it is in no way associated with Linux. FUD much?
Re: Leaked Samsung exFat driver relicensed as GPL
#14He's claiming that this is actually GPL code that Samsung claimed as proprietary (which they can't do). Is he wrong?
Re: Leaked Samsung exFat driver relicensed as GPL
#15Why should we play along with unjust copyright laws? GPL sheep are just part of the problem, creating their own nest of licensing woes everytime you touch their code.
Re: Leaked Samsung exFat driver relicensed as GPL
#16http://linux.slashdot.org/story/13/01/23/2142213/open-source...
Re: Leaked Samsung exFat driver relicensed as GPL
#17The github issue is amazing reading: https://github.com/rxrz/exfat-nofuse/issues/5 Normally you expect the copyright issues to be going in the other direction at gpl-violations, but kudos to them for noticing the problem and dealing with it quickly.
Wow.
Re: Leaked Samsung exFat driver relicensed as GPL
#18"This code was originally under a Samsung proprietary license" Wrong.
exfat_version.h:/* - 2012.04.02 : P1 : Change Module License to Samsung Proprietary /
this is version p2. I could've technically stripped those comments and changed the version number to / - 2012.02.10 : Release Version 1.1.0 */ But I didn't. Originally, it was either public domain or GPL.
Nobody would've ever found out by the code alone, which version this actually is."
Let me pull out the key statement here:
"Originally, it was either public domain or GPL."
That's an assumption. Samsung placed a license on it, and rxrz assumes that prior to that, it must have been GPL or public domain. However, the driver was unknown and didn't exist prior to rxrz's release. It seems likely something could be classified as public domain when it was kept under lock and key.
My guess is, this was given a license when the code was finished and bundled for distribution. Assuming otherwise seems dangerous, in my opinion.
Re: Leaked Samsung exFat driver relicensed as GPL
#19Re: Leaked Samsung exFat driver relicensed as GPL
#20GPL, and probably other licenses, were constructed to work with copyright law. Such cavalier dismissal (by rxrz) is disrespecting those who created the licenses, the legal system, and the open source community, at large. We live in the real world, not "The Matrix".