On Sun, Nov 16, 2008 at 01:08:41PM +0300, Kirill Smelkov wrote:
> Another thing is LGPL *is* very widely depolyed and is non-intrusive (e.g.
> on Linux systems, the _basic_ library GLibc is covered by LGPL, though
> any software can use and uses it -- Python (BSD), protprietary
> applications... *any*)

[EMAIL PROTECTED]:~$ which python
/usr/bin/python
[EMAIL PROTECTED]:~$ ldd /usr/bin/python
        linux-gate.so.1 =>  (0xb7fa0000)
        libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0xb7f69000)
        libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb7f65000)
        libutil.so.1 => /lib/i686/cmov/libutil.so.1 (0xb7f60000)
        libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb7f3a000)
        libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb7ddf000)
        /lib/ld-linux.so.2 (0xb7fa1000)


Python is BSD-like licensed, while at least libptherad.so.0, libdl.so.2,
libutil.so.1, libm.so.6, libc.so.6 and ld-linux.so.2 are licensed under
"LGPL + credits for some small parts". On Debian system the exact terms
are here:

/usr/share/doc/python/copyright
/usr/share/doc/libc6/copyright

-- 
                                Kirill

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to