From 8f20ca0d942899fe14a021f31ce648a65ee1db20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Sat, 12 Apr 2014 09:27:27 +0200 Subject: [PATCH] Added a license section to the README file Explained the licensing differences between fuse-lite and ntfs-3g proper. --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README b/README index e7b08d97..0f6a7db2 100644 --- a/README +++ b/README @@ -27,6 +27,17 @@ web site at http://www.tuxera.com/community/ +LICENSES +======== + +All the NTFS related components : the file system drivers, the ntfsprogs +utilities and the shared library libntfs-3g are distributed under the terms +of the GNU General Public License as published by the Free Software +Foundation; either version 2 of the License, or (at your option) any later +version. See the included file COPYING. + +The fuse-lite library is distributed under the terms of the GNU LGPLv2. +See the included file COPYING.LIB. QUICK INSTALLATION ==================