Asterisk - The Open Source Telephony Project
GIT-master-f36a736
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 openssl_lib OpenSSL
33
* \arg <b>Library</b>: libcrypto, libssl
34
* \arg <b>Website</b>: http://www.openssl.org
35
* \arg <b>Used by</b>: Asterisk core (TLS for manager and HTTP), res_crypto
36
* \arg <b>License</b>: Apache 2.0
37
* \arg <b>Note</b>: An exception has been granted to allow linking of
38
* OpenSSL with Asterisk.
39
*
40
* \subsection curl_lib Curl
41
* \arg <b>Library</b>: libcurl
42
* \arg <b>Website</b>: http://curl.haxx.se
43
* \arg <b>Used by</b>: func_curl, res_config_curl, res_curl
44
* \arg <b>License</b>: BSD
45
*
46
* \subsection portaudio_lib PortAudio
47
* \arg <b>Library</b>: libportaudio
48
* \arg <b>Website</b>: http://www.portaudio.com
49
* \arg <b>Used by</b>: chan_console
50
* \arg <b>License</b>: BSD
51
* \arg <b>Note</b>: Even though PortAudio is licensed under a BSD style
52
* license, PortAudio will make use of some audio interface,
53
* depending on how it was built. That audio interface may
54
* introduce additional licensing restrictions.
55
*
56
* \subsection rawlist Raw list of libraries that used by any part of Asterisk
57
* \li c-client.a (app_voicemail with IMAP support)
58
* \li libSDL-1.2.so.0
59
* \li libSaClm.so.2
60
* \li libSaEvt.so.2
61
* \li libX11.so.6
62
* \li libXau.so.6
63
* \li libXdmcp.so.6
64
* \li libasound.so.2
65
* \li libc.so.6
66
* \li libcom_err.so.2
67
* \li libcrypt.so.1
68
* \li libcrypto.so.0.9.8 (chan_h323)
69
* \li libcurl.so.4
70
* \li libdirect-1.0.so.0
71
* \li libdirectfb-1.0.so.0
72
* \li libdl.so.2
73
* \li libexpat.so (chan_h323)
74
* \li libfusion-1.0.so.0
75
* \li libgcc_s.so (chan_h323)
76
* \li libgcrypt.so.11 (chan_h323)
77
* \li libglib-2.0.so.0
78
* \li libgmime-2.0.so.2
79
* \li libgmodule-2.0.so.0
80
* \li libgnutls.so.13 (chan_h323)
81
* \li libgobject-2.0.so.0
82
* \li libgpg-error.so.0 (chan_h323)
83
* \li libgssapi_krb5.so.2
84
* \li libgthread-2.0.so.0
85
* \li libidn.so.11
86
* \li libiksemel.so.3
87
* \li libisdnnet.so
88
* \li libjack.so.0
89
* \li libjpeg.so.62
90
* \li libk5crypto.so.3
91
* \li libkeyutils.so.1
92
* \li libkrb5.so.3
93
* \li libkrb5support.so.0
94
* \li liblber-2.4.so.2 (chan_h323)
95
* \li libldap_r-2.4.so.2 (chan_h323)
96
* \li libltdl.so.3
97
* \li liblua5.1.so.0
98
* \li libm.so.6
99
* \li libmISDN.so
100
* \li libnbs.so.1
101
* \li libncurses.so.5
102
* \li libnetsnmp.so.15
103
* \li libnetsnmpagent.so.15
104
* \li libnetsnmphelpers.so.15
105
* \li libnetsnmpmibs.so.15
106
* \li libnsl.so.1
107
* \li libodbc.so.1
108
* \li libogg.so.0
109
* \li libopenh323.so (chan_h323)
110
* \li libpcre.so.3
111
* \li libperl.so.5.8
112
* \li libportaudio.so.2
113
* \li libpq.so.5
114
* \li libpri.so.1.4
115
* \li libpt.so (chan_h323)
116
* \li libpthread.so.0
117
* \li libradiusclient-ng.so.2
118
* \li libresample.so.1.0
119
* \li libresolv.so.2 (chan_h323)
120
* \li librt.so.1
121
* \li libsasl2.so.2 (chan_h323)
122
* \li libselinux.so.1
123
* \li libsensors.so.3
124
* \li libspandsp.so.1
125
* \li libspeex.so.1
126
* \li libsqlite.so.0
127
* \li libsqlite3.so.0
128
* \li libss7.so.1
129
* \li libssl.so.0.9.8 (chan_h323)
130
* \li libstdc++.so (chan_h323)
131
* \li libsuppserv.so
132
* \li libsybdb.so.5
133
* \li libsysfs.so.2
134
* \li libtasn1.so.3 (chan_h323)
135
* \li libtds.so.4
136
* \li libtiff.so.4
137
* \li libtonezone.so.1.0
138
* \li libvorbis.so.0
139
* \li libvorbisenc.so.2
140
* \li libwrap.so.0
141
* \li libxcb-xlib.so.0
142
* \li libxcb.so.1
143
* \li libz.so.1 (chan_h323)
144
* \li linux-vdso.so.1
145
*/
Generated on Wed Dec 18 2024 20:04:16 for Asterisk - The Open Source Telephony Project by
1.9.4