From 98fc71c6629a05c3926d1d4d00464fbc90dc221f Mon Sep 17 00:00:00 2001 From: russell Date: Sat, 26 Jul 2008 15:34:42 +0000 Subject: Include the licensing page in 1.6.0 as well. Now, this page exists in 1.4, trunk, and 1.6.0. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@133982 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/doxyref.h | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'include') diff --git a/include/asterisk/doxyref.h b/include/asterisk/doxyref.h index 7c3b798d8..77422fc1b 100644 --- a/include/asterisk/doxyref.h +++ b/include/asterisk/doxyref.h @@ -561,3 +561,46 @@ DUNDi is not itself a Voice-over IP signaling or media protocol. Instead, it pub * \arg See also: * http://www.sqlite.org */ + +/*! + * \page Licensing Asterisk Licensing Information + * + * \section license Asterisk License + * \verbinclude LICENSE + * + * \section otherlicenses Licensing of 3rd Party Code + * + * This section contains a (not yet complete) list of libraries that are used + * by various parts of Asterisk, including related licensing information. + * + * \subsection alsa_lib ALSA Library + * \arg Library: libasound + * \arg Website: http://www.alsa-project.org + * \arg Used by: chan_alsa + * \arg License: LGPL + * + * \subsection openssl_lib OpenSSL + * \arg Library: libcrypto, libssl + * \arg Website: http://www.openssl.org + * \arg Used by: Asterisk core (TLS for manager and HTTP), res_crypto + * \arg License: Apache 2.0 + * \arg Note: An exception has been granted to allow linking of + * OpenSSL with Asterisk. + * + * \subsection curl_lib Curl + * \arg Library: libcurl + * \arg Website: http://curl.haxx.se + * \arg Used by: func_curl, res_config_curl, res_curl + * \arg License: BSD + * + * \subsection portaudio_lib PortAudio + * \arg Library: libportaudio + * \arg Website: http://www.portaudio.com + * \arg Used by: chan_console + * \arg License: BSD + * \arg Note: Even though PortAudio is licensed under a BSD style + * license, PortAudio will make use of some audio interface, + * depending on how it was built. That audio interface may + * introduce additional licensing restrictions. On Linux, + * this would most commonly be ALSA: \ref alsa_lib. + */ -- cgit v1.2.3