Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typos in the copyright.html webpage. Ticket #2267 (CVS 3680) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
74a4bfce46534330cb749ce2337ef39d |
User & Date: | drh 2007-03-10 18:30:31.000 |
Context
2007-03-10
| ||
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) | |
13:47 | Updates to the copyright.html page to address concerns some users have SQLite have about copyright issues. A links to the wikipedia article on public domain and a public domain icon. (CVS 3679) (check-in: 6ce39f3006 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.4 2007/03/10 18:30:31 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"> |
︙ | ︙ | |||
64 65 66 67 68 69 70 | 704.948.4565 <br /> <a href="mailto:drh@hwaci.com">drh@hwaci.com</a> </blockquote> <h2>Contributed Code</h2> <p> | | | | 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | 704.948.4565 <br /> <a href="mailto:drh@hwaci.com">drh@hwaci.com</a> </blockquote> <h2>Contributed Code</h2> <p> In order to keep SQLite completely free and unencumbered by copyright, all new contributors to the SQLite code base are asked to dedicate their contributions to the public domain. If you want to send a patch or enhancement for possible inclusion in the SQLite source tree, please accompany the patch with the following statement: </p> <blockquote><i> The author or authors of this code dedicate any and all copyright interest |
︙ | ︙ |