tuxera / ntfs-3g

NTFS-3G Safe Read/Write NTFS Driver
https://www.tuxera.com/company/open-source
GNU General Public License v2.0
999 stars 149 forks source link

GPL License violation? #92

Closed johnothwolo closed 1 year ago

johnothwolo commented 1 year ago

I've noticed that Apple's Ntfs driver basically ntfs-3g in the kernel. However, they have an APSL license file in their repository. This is a problem because some ntfs3g files have this:

/*
 * ...
 * See LICENSE file for licensing information.
 * ...
 * */

This looks to me like a licensing violation on Apple's part.

unsound commented 1 year ago

Hi, this is no violation. First of all their driver isn't actually derived from ntfs-3g (but they share some common ancestry) and second Apple has a separate agreement with the authors of the code included in their products.

johnothwolo commented 1 year ago

Alright, I just wanted clarification from the authors. I assumed this was the place to ask about this because according to the NTFS wiki, Apple allegedly hired a key figure from Tuxera to write their driver about 1.5 decades ago. I guess it's an Apple problem.