Cisco Cisco StadiumVision Director Informazioni sulle licenze

Pagina di 2629

# This software is licensed as described in the file COPYING, which 
# you should have received as part of this distribution. The terms 
# are also available at http://curl.haxx.se/docs/copyright.html. 

# You may opt to use, copy, modify, merge, publish, distribute and/or sell 
# copies of the Software, and permit persons to whom the Software is 
# furnished to do so, under the terms of the COPYING file. 

# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 
# KIND, either express or implied. 

# $Id: curl-config.in,v 1.25 2006-05-02 22:48:22 bagder Exp $ 
########################################################################### 
 
License Mixing with apps, libcurl and Third Party Libraries 
         =========================================================== 
 
libcurl can be built to use a fair amount of various third party libraries, 
libraries that are written and provided by other parties that are distributed 
using their own licenses. Even libcurl itself contains code that may cause 
problems to some. This document attempts to describe what licenses libcurl 
and 
the other libraries use and what possible dilemmas linking and mixing them 
all 
can lead to for end users. 
 
I am not a lawyer and this is not legal advice! 
 
One common dilemma is that GPL[1]-licensed code is not allowed to be linked 
with code licensed under the Original BSD license (with the announcement 
clause). You may still build your own copies that use them all, but 
distributing them as binaries would be to violate the GPL license - unless 
you 
accompany your license with an exception[2]. This particular problem was 
addressed when the Modified BSD license was created, which does not have the 
annoncement clause that collides with GPL. 
 
libcurl http://curl.haxx.se/docs/copyright.html 
 
        Uses an MIT (or Modified BSD)-style license that is as liberal as 
        possible.  Some of the source files that deal with KRB4 have Original 
        BSD-style announce-clause licenses. You may not distribute binaries 
        with krb4-enabled libcurl that also link with GPL-licensed code! 
 
OpenSSL http://www.openssl.org/source/license.html 
 
        (May be used for SSL/TLS support) Uses an Original BSD-style license 
        with an announement clause that makes it "incompatible" with GPL. You 
        are not allowed to ship binaries that link with OpenSSL that includes 
        GPL code (unless that specific GPL code includes an exception for 
        OpenSSL - a habit that is growing more and more common). If 
OpenSSL\xd5 s 
        licensing is a problem for you, consider using GnuTLS or yassl 
        instead.