Cisco Cisco StadiumVision Director Informazioni sulle licenze

Pagina di 2163
# it under the terms of the GNU General Public License as published by 
# the Free Software Foundation; either version 2 of the License, or 
# (at your option) any later version. 

# This program is distributed in the hope that it will be useful, but 
# WITHOUT ANY WARRANTY; without even the implied warranty of 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
# General Public License for more details. 

# You should have received a copy of the GNU General Public License 
# along with this program; if not, write to the Free Software 
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA. 

# As a special exception to the GNU General Public License, if you 
# distribute this file as part of a program that contains a 
# configuration script generated by Autoconf, you may include it under 
# the same distribution terms that you use for the rest of that program. 
 
#*************************************************************************** 
#                                  _   _ ____  _ 
#  Project                     ___| | | |  _ \| | 
#                             / __| | | | |_) | | 
#                            | (__| |_| |  _ , et al. 

# 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