Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Amplify and clarify reasons for wanting to get a license to use SQLite. (CVS 3681) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
05bae0204d2387201be4783a11d54b22 |
User & Date: | drh 2007-03-10 20:47:50.000 |
Context
2007-03-10
| ||
20:50 | Fix another typo in copyright.html (CVS 3682) (check-in: 92f158643c user: drh tags: trunk) | |
20:47 | Amplify and clarify reasons for wanting to get a license to use SQLite. (CVS 3681) (check-in: 05bae0204d user: drh tags: trunk) | |
18:30 | Fix typos in the copyright.html webpage. Ticket #2267 (CVS 3680) (check-in: 74a4bfce46 user: drh tags: trunk) | |
Changes
Changes to www/copyright.tcl.
|
| | | 1 2 3 4 5 6 7 8 | set rcsid {$Id: copyright.tcl,v 1.5 2007/03/10 20:47:50 drh Exp $} source common.tcl header {SQLite Copyright} puts { <h2>SQLite Copyright</h2> <table align="right" vspace="0" hspace="10" border="1" cellpadding="20"> <tr><td align="center"> |
︙ | ︙ | |||
42 43 44 45 46 47 48 | No code has been taken from other projects or from the open internet. Every line of code can be traced back to its original author, and all of those authors have public domain dedications on file. So the SQLite code base is clean and is uncontaminated with licensed code from other projects. </p> | | > > > > > > | | > > > > > > > > > | > > | | < > | | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | No code has been taken from other projects or from the open internet. Every line of code can be traced back to its original author, and all of those authors have public domain dedications on file. So the SQLite code base is clean and is uncontaminated with licensed code from other projects. </p> <h2>Obtaining An Explicit License To Use SQLite</h2> <p> Even though SQLite is in the public domain and does not require a license, some users want to obtain a license anyway. Some reasons for obtaining a license include: </p> <ul> <li> You are using SQLite in a jurisdiction that does not recognize the public domain. </li> <li> You are using SQLite in a jurisdiction that does not recognize the right of an author to dedicate their work to the public domain. </li> <li> You want to hold a tangible legal document as evidence that you have the legal right to use and distribute SQLite. </li> <li> Your legal department tells you that you have to purchase a license. </li> </ul> <p> If you feel like you really have to purchase a license for SQLite, <a href="http://www.hwaci.com/">Hwaci</a>, the company that employees the architect and principal developers of SQLite, will sell you one. Please contact: </p> <blockquote> D. Richard Hipp <br /> Hwaci - Applied Software Research <br /> 704.948.4565 <br /> <a href="mailto:drh@hwaci.com">drh@hwaci.com</a> |
︙ | ︙ |