lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] CyaSSL 2.2.0 Released


From: Sylvain Rochet
Subject: Re: [lwip-users] CyaSSL 2.2.0 Released
Date: Thu, 24 May 2012 10:14:43 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Hi Bernard,

On Thu, May 24, 2012 at 01:21:29PM +0800, bernard wrote:
> 
> NOTE: RT-Thread Application will be dynamic linked when running.

Basically:

.o(GPL) + .o(BSD) => GPL          (i.e. GPL source code compiled with BSD
                                   source code)

.so(GPL) + .o(BSD) => GPL         (i.e. BSD software using a GPL library)

.so(LGPL) + .o(BSD) => BSD + GPL  (i.e. BSD software using a LGPL library)

ELF(GPL) + ELF(BSD) => BSD + GPL  (i.e. 2 heavy processes communicating
                                   through IPC, unix socket, TCP)

Sylvain

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]