From: | Josh Rovero <rovero(at)sonalysts(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Licensing of .DLL files |
Date: | 2006-03-20 20:17:56 |
Message-ID: | 441F0DF4.5020705@sonalysts.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
None of these licenses prohibit distribution, AFAIK.
You may have to offer source, etc. We normally just
bundle all source tar files for similar components that
we distribute with our code.
Dave Page wrote:
>
> On 20/3/06 13:17, "Vladimira Nitrova" <vnitrova(at)casestudio(dot)com> wrote:
>
>
>> Hello,
>>
>> We'd like to distribute the following .DLL files within our software so
>> as our users don't have to install these files separately:
>> comerr32.dll, krb5_32.dll, libeay32.dll, libintl-2.dll, libiconv-2.dll
>> and ssleay32.dll.
>>
>> However, the problem is that we don't know who we shall contact to get
>> the permission or learn about the conditions for distribution.
>>
>> We know about BSD license to the libpq.dll file, however does it include
>> also the above mentioned libraries? Are the above mentioned files
>> covered by the PostgreSQL copyright as well?
>>
>> Could you please advise? Any tips will be greatly appreciated.
>>
>
> Unfortunately they are not covered by the BSD licence
>
> comerr32.dll & krb5_32.dll are part of MIT Kerberos, released under the MIT
> licence iirc - http://web.mit.edu/kerberos/dist/index.html
>
> libintl-2.dll & libiconv-2.dll are from GNU Gettext, released under the LGPL
> licence (iirc) - http://www.gnu.org/software/gettext/
>
> libeay32.dll and ssleay32.dll are from OpenSSL, released under the OpenSSL
> licence (again, IIRC) - http://www.openssl.org.
>
> All these components are technically optional though - if you don't need one
> or more, you can compile your own build of PostgreSQL without any one of
> them - see the --with-openssl, --enable-nls and --with-kerberos configure
> options.
>
> Regards, Dave.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org
>
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2006-03-20 20:21:42 | Re: Licensing of .DLL files |
Previous Message | Dave Page | 2006-03-20 20:11:54 | Re: Licensing of .DLL files |