[svn-commits] russell: trunk r133575 - in /trunk: include/asterisk/doxyref.h main/asterisk.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Fri Jul 25 09:57:12 CDT 2008
Author: russell
Date: Fri Jul 25 09:57:11 2008
New Revision: 133575
URL: http://svn.digium.com/view/asterisk?view=rev&rev=133575
Log:
Modify the main page of the doxygen documentation to link to a new page dedicated
to Asterisk licensing information. The licensing page includes the Asterisk license,
as well as a (not yet complete) list of 3rd party libraries that may be used, as well
as what license we receive them under.
Help filling out this list in the format that I have started in doxyref.h would be
much appreciated. :)
Modified:
trunk/include/asterisk/doxyref.h
trunk/main/asterisk.c
Modified: trunk/include/asterisk/doxyref.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/doxyref.h?view=diff&rev=133575&r1=133574&r2=133575
==============================================================================
--- trunk/include/asterisk/doxyref.h (original)
+++ trunk/include/asterisk/doxyref.h Fri Jul 25 09:57:11 2008
@@ -561,3 +561,46 @@
* \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 <b>Library</b>: libasound
+ * \arg <b>Website</b>: http://www.alsa-project.org
+ * \arg <b>Used by</b>: chan_alsa
+ * \arg <b>License</b>: LGPL
+ *
+ * \subsection openssl_lib OpenSSL
+ * \arg <b>Library</b>: libcrypto, libssl
+ * \arg <b>Website</b>: http://www.openssl.org
+ * \arg <b>Used by</b>: Asterisk core (TLS for manager and HTTP), res_crypto
+ * \arg <b>License</b>: Apache 2.0
+ * \arg <b>Note</b>: An exception has been granted to allow linking of
+ * OpenSSL with Asterisk.
+ *
+ * \subsection curl_lib Curl
+ * \arg <b>Library</b>: libcurl
+ * \arg <b>Website</b>: http://curl.haxx.se
+ * \arg <b>Used by</b>: func_curl, res_config_curl, res_curl
+ * \arg <b>License</b>: BSD
+ *
+ * \subsection portaudio_lib PortAudio
+ * \arg <b>Library</b>: libportaudio
+ * \arg <b>Website</b>: http://www.portaudio.com
+ * \arg <b>Used by</b>: chan_console
+ * \arg <b>License</b>: BSD
+ * \arg <b>Note</b>: 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.
+ */
Modified: trunk/main/asterisk.c
URL: http://svn.digium.com/view/asterisk/trunk/main/asterisk.c?view=diff&rev=133575&r1=133574&r2=133575
==============================================================================
--- trunk/main/asterisk.c (original)
+++ trunk/main/asterisk.c Fri Jul 25 09:57:11 2008
@@ -25,6 +25,7 @@
* This is the main developer documentation for Asterisk. It is
* generated by running "make progdocs".
* \par Additional documentation
+ * \arg \ref Licensing
* \arg \ref DevDoc
* \arg \ref ConfigFiles
*
@@ -36,18 +37,11 @@
* \author Mark Spencer <markster at digium.com>
* Also see \ref AstCREDITS
*
- * \section license License
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
* any of the maintainers of this project for assistance;
* the project provides a web site, mailing lists and IRC
* channels for your use.
- *
- * This program is free software, distributed under the terms of
- * the GNU General Public License Version 2. See the LICENSE file
- * at the top of the source tree.
- *
- * \verbinclude LICENSE
*
*/
More information about the svn-commits
mailing list