Hi,
Quote:
What license is libntfs-3g (the library specifically) distributed under? There is a COPYING.LIB (LGPLv2) file in the source distribution, but it is never actually referenced by the libntfs-3g source files, which all state the license is GPLv2 or later.
I had to get information from the former developers for this.
As stated in the source code files, libntfs is GPLv2+. The COPYING.LIB file must be present in the source package because the package contains libfuse-lite which is LGPLv2, but this does not apply to libntfs.
There are contributors who do not want this to be changed, see
http://filesystems.996266.n3.nabble.com ... d4824.htmlQuote:
Is it permissible to dynamically link to libntfs-3g in either case, especially given that the libntfs-3g integration is an optional feature?
You can only link to libntfs-3g from GPLed code. Linking from an LPGL library would allow linking from non-GPL code, which some contributors do not want.
Quote:
but I presume the specific code to expand the table at runtime could be subject to the copyright and license.
So you have to mention and respect the license.
Quote:
Tuxera sells a proprietary kernel-mode NTFS driver for Linux which is much more questionable
Not so questionable, as all copyright owners granted Tuxera the right to do so.
Quote:
At least, could the ntfs-3g README file clearly state the licenses for the different components of the software?
This would indeed be useful.
Regards
Jean-Pierre