Asterisk - The Open Source Telephony Project
18.5.0
include
asterisk
doxygen
licensing.h
Go to the documentation of this file.
1
/*
2
* Asterisk -- An open source telephony toolkit.
3
*
4
* Copyright (C) 1999 - 2009, Digium, Inc.
5
*
6
* See http://www.asterisk.org for more information about
7
* the Asterisk project. Please do not directly contact
8
* any of the maintainers of this project for assistance;
9
* the project provides a web site, mailing lists and IRC
10
* channels for your use.
11
*
12
* This program is free software, distributed under the terms of
13
* the GNU General Public License Version 2. See the LICENSE file
14
* at the top of the source tree.
15
*/
16
17
/*!
18
* \file
19
*/
20
21
/*!
22
* \page Licensing Asterisk Licensing Information
23
*
24
* \section license Asterisk License
25
* \note See the LICENSE file for up to date info
26
*
27
* \section otherlicenses Licensing of 3rd Party Code
28
*
29
* This section contains a (not yet complete) list of libraries that are used
30
* by various parts of Asterisk, including related licensing information.
31
*
32
* \subsection alsa_lib ALSA Library
33
* \arg <b>Library</b>: libasound
34
* \arg <b>Website</b>: http://www.alsa-project.org
35
* \arg <b>Used by</b>: chan_alsa
36
* \arg <b>License</b>: LGPL
37
*
38
* \subsection openssl_lib OpenSSL
39
* \arg <b>Library</b>: libcrypto, libssl
40
* \arg <b>Website</b>: http://www.openssl.org
41
* \arg <b>Used by</b>: Asterisk core (TLS for manager and HTTP), res_crypto
42
* \arg <b>License</b>: Apache 2.0
43
* \arg <b>Note</b>: An exception has been granted to allow linking of
44
* OpenSSL with Asterisk.
45
*
46
* \subsection curl_lib Curl
47
* \arg <b>Library</b>: libcurl
48
* \arg <b>Website</b>: http://curl.haxx.se
49
* \arg <b>Used by</b>: func_curl, res_config_curl, res_curl
50
* \arg <b>License</b>: BSD
51
*
52
* \subsection portaudio_lib PortAudio
53
* \arg <b>Library</b>: libportaudio
54
* \arg <b>Website</b>: http://www.portaudio.com
55
* \arg <b>Used by</b>: chan_console
56
* \arg <b>License</b>: BSD
57
* \arg <b>Note</b>: Even though PortAudio is licensed under a BSD style
58
* license, PortAudio will make use of some audio interface,
59
* depending on how it was built. That audio interface may
60
* introduce additional licensing restrictions. On Linux,
61
* this would most commonly be ALSA: \ref alsa_lib.
62
*
63
* \subsection rawlist Raw list of libraries that used by any part of Asterisk
64
* \li c-client.a (app_voicemail with IMAP support)
65
* \li libSDL-1.2.so.0
66
* \li libSaClm.so.2
67
* \li libSaEvt.so.2
68
* \li libX11.so.6
69
* \li libXau.so.6
70
* \li libXdmcp.so.6
71
* \li libasound.so.2
72
* \li libc.so.6
73
* \li libcom_err.so.2
74
* \li libcrypt.so.1
75
* \li libcrypto.so.0.9.8 (chan_h323)
76
* \li libcurl.so.4
77
* \li libdirect-1.0.so.0
78
* \li libdirectfb-1.0.so.0
79
* \li libdl.so.2
80
* \li libexpat.so (chan_h323)
81
* \li libfusion-1.0.so.0
82
* \li libgcc_s.so (chan_h323)
83
* \li libgcrypt.so.11 (chan_h323)
84
* \li libglib-2.0.so.0
85
* \li libgmime-2.0.so.2
86
* \li libgmodule-2.0.so.0
87
* \li libgnutls.so.13 (chan_h323)
88
* \li libgobject-2.0.so.0
89
* \li libgpg-error.so.0 (chan_h323)
90
* \li libgssapi_krb5.so.2
91
* \li libgthread-2.0.so.0
92
* \li libidn.so.11
93
* \li libiksemel.so.3
94
* \li libisdnnet.so
95
* \li libjack.so.0
96
* \li libjpeg.so.62
97
* \li libk5crypto.so.3
98
* \li libkeyutils.so.1
99
* \li libkrb5.so.3
100
* \li libkrb5support.so.0
101
* \li liblber-2.4.so.2 (chan_h323)
102
* \li libldap_r-2.4.so.2 (chan_h323)
103
* \li libltdl.so.3
104
* \li liblua5.1.so.0
105
* \li libm.so.6
106
* \li libmISDN.so
107
* \li libnbs.so.1
108
* \li libncurses.so.5
109
* \li libnetsnmp.so.15
110
* \li libnetsnmpagent.so.15
111
* \li libnetsnmphelpers.so.15
112
* \li libnetsnmpmibs.so.15
113
* \li libnsl.so.1
114
* \li libodbc.so.1
115
* \li libogg.so.0
116
* \li libopenh323.so (chan_h323)
117
* \li libpcre.so.3
118
* \li libperl.so.5.8
119
* \li libportaudio.so.2
120
* \li libpq.so.5
121
* \li libpri.so.1.4
122
* \li libpt.so (chan_h323)
123
* \li libpthread.so.0
124
* \li libradiusclient-ng.so.2
125
* \li libresample.so.1.0
126
* \li libresolv.so.2 (chan_h323)
127
* \li librt.so.1
128
* \li libsasl2.so.2 (chan_h323)
129
* \li libselinux.so.1
130
* \li libsensors.so.3
131
* \li libspandsp.so.1
132
* \li libspeex.so.1
133
* \li libsqlite.so.0
134
* \li libsqlite3.so.0
135
* \li libss7.so.1
136
* \li libssl.so.0.9.8 (chan_h323)
137
* \li libstdc++.so (chan_h323, chan_vpb)
138
* \li libsuppserv.so
139
* \li libsybdb.so.5
140
* \li libsysfs.so.2
141
* \li libtasn1.so.3 (chan_h323)
142
* \li libtds.so.4
143
* \li libtiff.so.4
144
* \li libtonezone.so.1.0
145
* \li libvorbis.so.0
146
* \li libvorbisenc.so.2
147
* \li libvpb.a (chan_vpb)
148
* \li libwrap.so.0
149
* \li libxcb-xlib.so.0
150
* \li libxcb.so.1
151
* \li libz.so.1 (chan_h323)
152
* \li linux-vdso.so.1
153
*/
Generated on Sun Aug 8 2021 19:43:51 for Asterisk - The Open Source Telephony Project by
1.8.13