Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in the description of the blessing. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8ff18d797643f70e2054af1013fca33b |
User & Date: | drh 2016-06-01 11:18:31.898 |
Context
2016-06-03
| ||
14:21 | Remove the disused btreemodule.html document. (check-in: 4650ddb4f7 user: drh tags: trunk) | |
2016-06-01
| ||
11:18 | Fix typo in the description of the blessing. (check-in: 8ff18d7976 user: drh tags: trunk) | |
2016-05-26
| ||
17:57 | Fix a typo on the wal.html page. (check-in: e97f045354 user: drh tags: trunk) | |
Changes
Changes to pages/different.in.
︙ | ︙ | |||
206 207 208 209 210 211 212 | <p> There are other SQL database engines with liberal licenses that allow the code to be broadly and freely used. But those other engines are still governed by copyright law. SQLite is different in that copyright law simply does not apply. <p> The source code files for other SQL database engines typically begin | | | 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 | <p> There are other SQL database engines with liberal licenses that allow the code to be broadly and freely used. But those other engines are still governed by copyright law. SQLite is different in that copyright law simply does not apply. <p> The source code files for other SQL database engines typically begin with a comment describing your legal rights to view and copy that file. The SQLite source code contains no license since it is not governed by copyright. Instead of a license, the SQLite source code offers a blessing: <blockquote> <i>May you do good and not evil<br> May you find forgiveness for yourself and forgive others<br> May you share freely, never taking more than you give.</i> </blockquote> |
︙ | ︙ |