Mon Aug 31 12:30:09 2015

Asterisk developer's documentation


licensing.h

Go to the documentation of this file.
00001 /*
00002  * Asterisk -- An open source telephony toolkit.
00003  *
00004  * Copyright (C) 1999 - 2009, Digium, Inc.
00005  *
00006  * See http://www.asterisk.org for more information about
00007  * the Asterisk project. Please do not directly contact
00008  * any of the maintainers of this project for assistance;
00009  * the project provides a web site, mailing lists and IRC
00010  * channels for your use.
00011  *
00012  * This program is free software, distributed under the terms of
00013  * the GNU General Public License Version 2. See the LICENSE file
00014  * at the top of the source tree.
00015  */
00016 
00017 /*!
00018  * \file
00019  */
00020 
00021 /*!
00022  * \page Licensing Asterisk Licensing Information
00023  *
00024  * \section license Asterisk License
00025  * \verbinclude LICENSE
00026  *
00027  * \section otherlicenses Licensing of 3rd Party Code
00028  *
00029  * This section contains a (not yet complete) list of libraries that are used
00030  * by various parts of Asterisk, including related licensing information.
00031  *
00032  * \subsection alsa_lib ALSA Library
00033  * \arg <b>Library</b>: libasound
00034  * \arg <b>Website</b>: http://www.alsa-project.org
00035  * \arg <b>Used by</b>: chan_alsa
00036  * \arg <b>License</b>: LGPL
00037  *
00038  * \subsection openssl_lib OpenSSL
00039  * \arg <b>Library</b>: libcrypto, libssl
00040  * \arg <b>Website</b>: http://www.openssl.org
00041  * \arg <b>Used by</b>: Asterisk core (TLS for manager and HTTP), res_crypto
00042  * \arg <b>License</b>: Apache 2.0
00043  * \arg <b>Note</b>:    An exception has been granted to allow linking of 
00044  *                      OpenSSL with Asterisk.
00045  *
00046  * \subsection curl_lib Curl
00047  * \arg <b>Library</b>: libcurl
00048  * \arg <b>Website</b>: http://curl.haxx.se
00049  * \arg <b>Used by</b>: func_curl, res_config_curl, res_curl
00050  * \arg <b>License</b>: BSD
00051  *
00052  * \subsection portaudio_lib PortAudio
00053  * \arg <b>Library</b>: libportaudio
00054  * \arg <b>Website</b>: http://www.portaudio.com
00055  * \arg <b>Used by</b>: chan_console
00056  * \arg <b>License</b>: BSD
00057  * \arg <b>Note</b>:    Even though PortAudio is licensed under a BSD style
00058  *                      license, PortAudio will make use of some audio interface,
00059  *                      depending on how it was built.  That audio interface may
00060  *                      introduce additional licensing restrictions.  On Linux,
00061  *                      this would most commonly be ALSA: \ref alsa_lib.
00062  *
00063  * \subsection rawlist Raw list of libraries that used by any part of Asterisk
00064  * \li c-client.a (app_voicemail with IMAP support)
00065  * \li libSDL-1.2.so.0
00066  * \li libSaClm.so.2
00067  * \li libSaEvt.so.2
00068  * \li libX11.so.6
00069  * \li libXau.so.6
00070  * \li libXdmcp.so.6
00071  * \li libasound.so.2
00072  * \li libc.so.6
00073  * \li libcom_err.so.2
00074  * \li libcrypt.so.1
00075  * \li libcrypto.so.0.9.8 (chan_h323)
00076  * \li libcurl.so.4
00077  * \li libdirect-1.0.so.0
00078  * \li libdirectfb-1.0.so.0
00079  * \li libdl.so.2
00080  * \li libexpat.so (chan_h323)
00081  * \li libfusion-1.0.so.0
00082  * \li libgcc_s.so (chan_h323)
00083  * \li libgcrypt.so.11 (chan_h323)
00084  * \li libglib-2.0.so.0
00085  * \li libgmime-2.0.so.2
00086  * \li libgmodule-2.0.so.0
00087  * \li libgnutls.so.13 (chan_h323)
00088  * \li libgobject-2.0.so.0
00089  * \li libgpg-error.so.0 (chan_h323)
00090  * \li libgssapi_krb5.so.2
00091  * \li libgthread-2.0.so.0
00092  * \li libidn.so.11
00093  * \li libiksemel.so.3
00094  * \li libisdnnet.so
00095  * \li libjack.so.0
00096  * \li libjpeg.so.62
00097  * \li libk5crypto.so.3
00098  * \li libkeyutils.so.1
00099  * \li libkrb5.so.3
00100  * \li libkrb5support.so.0
00101  * \li liblber-2.4.so.2 (chan_h323)
00102  * \li libldap_r-2.4.so.2 (chan_h323)
00103  * \li libltdl.so.3
00104  * \li liblua5.1.so.0
00105  * \li libm.so.6
00106  * \li libmISDN.so
00107  * \li libnbs.so.1
00108  * \li libncurses.so.5
00109  * \li libnetsnmp.so.15
00110  * \li libnetsnmpagent.so.15
00111  * \li libnetsnmphelpers.so.15
00112  * \li libnetsnmpmibs.so.15
00113  * \li libnsl.so.1
00114  * \li libodbc.so.1
00115  * \li libogg.so.0
00116  * \li libopenh323.so (chan_h323)
00117  * \li libpcre.so.3
00118  * \li libperl.so.5.8
00119  * \li libportaudio.so.2
00120  * \li libpq.so.5
00121  * \li libpri.so.1.4
00122  * \li libpt.so (chan_h323)
00123  * \li libpthread.so.0
00124  * \li libradiusclient-ng.so.2
00125  * \li libresample.so.1.0
00126  * \li libresolv.so.2 (chan_h323)
00127  * \li librt.so.1
00128  * \li libsasl2.so.2 (chan_h323)
00129  * \li libselinux.so.1
00130  * \li libsensors.so.3
00131  * \li libspandsp.so.1
00132  * \li libspeex.so.1
00133  * \li libsqlite.so.0
00134  * \li libsqlite3.so.0
00135  * \li libss7.so.1
00136  * \li libssl.so.0.9.8 (chan_h323)
00137  * \li libstdc++.so (chan_h323, chan_vpb)
00138  * \li libsuppserv.so
00139  * \li libsybdb.so.5
00140  * \li libsysfs.so.2
00141  * \li libtasn1.so.3 (chan_h323)
00142  * \li libtds.so.4
00143  * \li libtiff.so.4
00144  * \li libtonezone.so.1.0
00145  * \li libvorbis.so.0
00146  * \li libvorbisenc.so.2
00147  * \li libvpb.a (chan_vpb)
00148  * \li libwrap.so.0
00149  * \li libxcb-xlib.so.0
00150  * \li libxcb.so.1
00151  * \li libz.so.1 (chan_h323)
00152  * \li linux-vdso.so.1
00153 */

Generated on 31 Aug 2015 for Asterisk - The Open Source Telephony Project by  doxygen 1.6.1