Обсуждение: Licensing For PostgreSql + CygIPC + Cygwin

Поиск
Список
Период
Сортировка

Licensing For PostgreSql + CygIPC + Cygwin

От
"Ajay"
Дата:
Hi
       I want to distribute my application with postgressql and cygwin. As far as i know by reading the licensing information and the mailing list archieves that postgresql comes under BSD licensing which states that you can the distribute the software with the copyright notice . Concerning the cygwin it conatains many tools which probably come under GNU GPL which states that u must make your source code public. Now since we dont directly communicate with the CYGWIN do we need to make the source code public ? , Secondly i did'nt found enough info about cygipc , which they say its deprecated.
     Finally is it a good choice to use postgresql with cygwin concerning the Performance .
 
Ajay.

Re: Licensing For PostgreSql + CygIPC + Cygwin

От
Jason Tishler
Дата:
Ajay,

On Wed, Oct 30, 2002 at 06:41:02PM +0530, Ajay wrote:
> I want to distribute my application with postgressql and cygwin. As
> far as i know by reading the licensing information and the mailing
> list archieves that postgresql comes under BSD licensing which states
> that you can the distribute the software with the copyright notice .
> Concerning the cygwin it conatains many tools which probably come
> under GNU GPL which states that u must make your source code public.
> Now since we dont directly communicate with the CYGWIN do we need to
> make the source code public ? , Secondly i did'nt found enough info
> about cygipc , which they say its deprecated.
>
> Finally is it a good choice to use postgresql with cygwin concerning
> the Performance .

The following should answer most of the above:

    http://archives.postgresql.org/pgsql-cygwin/2002-05/msg00029.php

Jason