Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix missing word in the copyright.html web page. (CVS 3933) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2d1348dda2cbdf958a15267432063f35 |
User & Date: | drh 2007-05-06 21:20:43.000 |
Context
2007-05-07
| ||
09:32 | Add the experimental create_collation_x() api. (CVS 3934) (check-in: ff49d48f2f user: danielk1977 tags: trunk) | |
2007-05-06
| ||
21:20 | Fix missing word in the copyright.html web page. (CVS 3933) (check-in: 2d1348dda2 user: drh tags: trunk) | |
20:04 | Do not flatten subqueries that are part of a compound SELECT and which have both an ORDER BY and a LIMIT clause. Ticket #2339. (CVS 3932) (check-in: 9600a99804 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.7 2007/05/06 21:20:43 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"> |
︙ | ︙ | |||
93 94 95 96 97 98 99 | </p> <blockquote><i> The author or authors of this code dedicate any and all copyright interest in this code to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in | | | 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | </p> <blockquote><i> The author or authors of this code dedicate any and all copyright interest in this code to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this code under copyright law. </i></blockquote> <p> We are not able to accept patches or changes to SQLite that are not accompanied by a statement such as the above. In addition, if you make changes or enhancements as an employee, then a simple statement such as the |
︙ | ︙ |