mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* README: Add explanation for using GPL licensed code from
src/ in vfs. From Leonard den Ottolander and Roland Illig.
This commit is contained in:
parent
6178353e9e
commit
8d69563572
@ -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.
|
||||
|
14
vfs/README
14
vfs/README
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user