-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlicensing.htm
49 lines (32 loc) · 2.25 KB
/
licensing.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>PJSIP Licensing</title>
<link rel="stylesheet" href="style/style3.css">
</head>
<body class="std">
<!--#include file="header.htm" -->
<!--#include file="leftnav.htm" -->
<div class="main">
<div class="content">
<h2>PJSIP Licensing</h2>
<h3>Dual-License</h3>
<p>PJSIP source code ("The Software") is licensed under <b>both</b> General Public License (GPL) version 2 or later <b>and</b> a proprietary license that can be arranged with us. In practical sense, this means:</p>
<ul>
<li>if you are developing Open Source Software (OSS) based on PJSIP, chances are you will be able to use PJSIP freely under GPL. But please double check <a href="http://www.gnu.org/licenses/license-list.html">here <IMG SRC="images/extlink.gif"/></a> for OSS license compatibility with GPL.</li>
<li>Alternatively, if you are unable to release your application as Open Source Software, you may arrange alternative licensing with us. Just send your inquiry to <a href="mailto:[email protected]">[email protected]</a> to discuss this option.</li>
</ul>
<p>PJSIP may include third party software in its source code distribution. Third Party Software does <b>not</b> comprise part of "The Software". Please make sure that you comply with the licensing term of each software.</p>
<p> </p>
<h3>More Information</h3>
<p>Please see the <a href="https://docs.pjsip.org/en/latest/overview/license.html"><b>Detailed Licensing Info <IMG SRC="images/extlink.gif"/></b></a> page for more info about PJSIP Open Source license and the licensing of the Third Party Software. </p>
<p>As mentioned above, please contact <a href="mailto:[email protected]">[email protected]</a> for more info about our alternative licensing arrangement.</p>
<p> </p>
<h3>Frequently Asked Questions</h3>
<p>Please see <a href="https://docs.pjsip.org/en/latest/overview/license_faq.html">licensing related questions in our docs site <IMG SRC="images/extlink.gif"/></a> or contact <a href="mailto:[email protected]">[email protected]</a> for any questions about PJSIP licensing.</p>
</div>
</div> <!-- #main -->
<!--#include file="footer.htm" -->
</body>
</html>