Re: [Pyobjc-dev] FFI problems
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@xs...> - 2003-03-08 06:53:45
|
On Friday, Mar 7, 2003, at 22:23 Europe/Amsterdam, bb...@ma... wrote: > Can you toss together a new libffi.tar for the web site? we really > ought to see about building libffi as a separate Python module that we > can import. This would very effectively eliminate the licensing > issues of mixing in LGPL'd code [if it is just GPL, it'll help, but > maybe not fix the problem...]. > > b.bum According to the license file in the libffi tree it is licensed under an X11-style license, that should be fully compatible with our license. If it were licensed under GPL I wouldn't have used it for this project because of licensing issues. Ronald |