Miscellaneous updates for the 3.0 release
[openssl-web.git] / source / license.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <!--#include virtual="/inc/head.shtml" -->
4
5 <body>
6 <!--#include virtual="/inc/banner.shtml" -->
7
8   <div id="main">
9     <div id="content">
10       <div class="blog-index">
11         <article>
12           <header><h2>License</h2></header>
13           <div class="entry-content">
14             <p>
15             OpenSSL is covered by one of two licenses, depending on which
16             release is involved.  In all cases, there is a file named
17             <code>LICENSE</code> in the top-level of the release.
18             Copies can also be found here.
19             </p>
20             <p>
21             For the 3.0 release, and later releases derived from that,
22             <a href="apache-license-2.0.txt">the Apache License v2</a>
23             applies.
24             This also applies to the git "master" branch.
25             </p>
26             <p>
27             For any release made before OpenSSL 3.0 (namely
28             the 1.1.1, 1.1.0, 1.0.2, and all prior releases including
29             those not currently supported),
30             <a href="license-openssl-ssleay.txt">the dual OpenSSL and SSLeay
31             license</a>
32             applies.
33             Note that this is also true for any updates to those
34             releases -- the "letter suffix" --  no matter when they are made.
35             It also applies to the git branches for all those
36             releases, and to any public forks that have not rebased to
37             master (or 3.0).
38             </p>
39           </div>
40           <footer>
41             You are here: <a href="/">Home</a>
42             : <a href=".">Downloads</a>
43             : <a href="">License</a>
44             <br/><a href="/sitemap.txt">Sitemap</a>
45           </footer>
46         </article>
47       </div>
48       <!--#include virtual="sidebar.shtml" -->
49     </div>
50   </div>
51
52 <!--#include virtual="/inc/footer.shtml" -->
53 </body>