Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo on the new copyright.html page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.22 |
Files: | files | file ages | folders |
SHA3-256: |
c5661b456ca62e7def78b169927d4286 |
User & Date: | drh 2018-02-05 21:18:33.168 |
Context
2018-02-05
| ||
21:20 | Fix another typo on the copyright page. (check-in: 1f78a04da9 user: drh tags: branch-3.22) | |
21:18 | Fix typo on the new copyright.html page. (check-in: c5661b456c user: drh tags: branch-3.22) | |
21:14 | Add the "Open-source not open-contribution" section to the copyright.html page. Try to clarify the meaning of "Warranty of Title". (check-in: a2ec6275f0 user: drh tags: branch-3.22) | |
Changes
Changes to pages/copyright.in.
︙ | ︙ | |||
77 78 79 80 81 82 83 | <div class="rightsidebar"> <form method="GET" action="https://www.hwaci.com/cgi-bin/license-step1"> <input type="submit" value="Buy An SQLite License"> </form> </div> | | | 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | <div class="rightsidebar"> <form method="GET" action="https://www.hwaci.com/cgi-bin/license-step1"> <input type="submit" value="Buy An SQLite License"> </form> </div> <h2>Warranty of Title</h2> <p> SQLite is in the public domain and does not require a license, some organizations want legal proof of their right to use SQLite. Some reasons for obtaining a license include: </p> |
︙ | ︙ |