1
1

* README: Add explanation for using GPL licensed code from

src/ in vfs.

	From Leonard den Ottolander and Roland Illig.
Этот коммит содержится в:
Roland Illig 2004-10-23 12:32:21 +00:00
родитель 6178353e9e
Коммит 8d69563572
2 изменённых файлов: 21 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,10 @@
2004-10-23 Roland Illig <roland.illig@gmx.de>
* README: Add explanation for using GPL licensed code from
src/ in vfs.
From Leonard den Ottolander and Roland Illig.
2004-10-21 Roland Illig <roland.illig@gmx.de>
* mcfs.c: Add INADDR_NONE definition for SunOS.

Просмотреть файл

@ -1,3 +1,17 @@
NOTE: Although vfs has been meant to be implemented as a separate
entity redistributable under the LGPL in its current implementation it
uses GPLed code from src/. So there are two possibilities if you want
to use vfs:
1. Distribute your copy of vfs under the GPL. Then you can freely
include the GPLed functions from the rest of the mc source code.
2. Distribute your copy of vfs under the LGPL. Then you cannot include
the functions outside the vfs subdirectory. You must then either
rewrite them or work around them in other ways.
========================================================================
Hi!
I'm midnight commander's vfs layer. Before you start hacking me,