Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Improve the focus of the "open-source, not open-contribution" section of the Copyright page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1e4dabf14044d7418678fcd13713c9d6 |
User & Date: | drh 2018-04-14 11:12:50.811 |
Context
2018-04-14
| ||
11:48 | Add a link to the lobsters discussion to whynotgit.html. (check-in: 08879e07be user: drh tags: trunk) | |
11:12 | Improve the focus of the "open-source, not open-contribution" section of the Copyright page. (check-in: 1e4dabf140 user: drh tags: trunk) | |
11:02 | Add a link to the revision history of the whynotgit.html document. (check-in: 34c5347f0b user: drh tags: trunk) | |
Changes
Changes to pages/copyright.in.
︙ | ︙ | |||
47 48 49 50 51 52 53 | <tcl>hd_fragment notopencontrib {not open-contributin}</tcl> <h2>Open-Source, not Open-Contribution</h2> <p> SQLite is open-source, meaning that you can make as many copies of it as you want and do whatever you want with those copies, without limitation. | | | | < < < < | < < < < < < < < < | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | <tcl>hd_fragment notopencontrib {not open-contributin}</tcl> <h2>Open-Source, not Open-Contribution</h2> <p> SQLite is open-source, meaning that you can make as many copies of it as you want and do whatever you want with those copies, without limitation. But SQLite is not open-contribution. In order to keep SQLite in the public domain and ensure that the code does not become contaminated with proprietary or licensed content, the project does not accept patches from unknown persons. <p> All of the code in SQLite is original, having been written specifically for use by SQLite. No code has been copied from unknown sources on the internet. <tcl>hd_fragment warrantyoftitle {Warranty of Title}</tcl> <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> |
︙ | ︙ |