~ubuntu-branches/ubuntu/wily/sqlite3/wily

« back to all changes in this revision

Viewing changes to copyright-release.html

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2012-06-13 21:43:48 UTC
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: package-import@ubuntu.com-20120613214348-uy14uupdeq0hh04k
Tags: upstream-3.7.13/www
Import upstream version 3.7.13, component www

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<title>SQLite Copyright Release Template</title>
 
3
<body bgcolor="white">
 
4
<h1 align="center">
 
5
Copyright Release for<br>
 
6
Contributions To SQLite
 
7
</h1>
 
8
 
 
9
<p>
 
10
SQLite is software that implements an embeddable SQL database engine.
 
11
SQLite is available for free download from http://www.sqlite.org/.
 
12
The principal author and maintainer of SQLite has disclaimed all
 
13
copyright interest in his contributions to SQLite
 
14
and thus released his contributions into the public domain.
 
15
In order to keep the SQLite software unencumbered by copyright
 
16
claims, the principal author asks others who may from time to
 
17
time contribute changes and enhancements to likewise disclaim
 
18
their own individual copyright interest.
 
19
</p>
 
20
 
 
21
<p>
 
22
Because the SQLite software found at http://www.sqlite.org/ is in the
 
23
public domain, anyone is free to download the SQLite software
 
24
from that website, make changes to the software, use, distribute,
 
25
or sell the modified software, under either the original name or
 
26
under some new name, without any need to obtain permission, pay
 
27
royalties, acknowledge the original source of the software, or
 
28
in any other way compensate, identify, or notify the original authors.  
 
29
Nobody is in any way compelled to contribute their SQLite changes and 
 
30
enhancements back to the SQLite website.  This document concerns
 
31
only changes and enhancements to SQLite that are intentionally and
 
32
deliberately contributed back to the SQLite website.  
 
33
</p>
 
34
 
 
35
<p>
 
36
For the purposes of this document, "SQLite software" shall mean any
 
37
computer source code, documentation, makefiles, test scripts, or
 
38
other information that is published on the SQLite website, 
 
39
http://www.sqlite.org/.  Precompiled binaries are excluded from
 
40
the definition of "SQLite software" in this document because the
 
41
process of compiling the software may introduce information from
 
42
outside sources which is not properly a part of SQLite.
 
43
</p>
 
44
 
 
45
<p>
 
46
The header comments on the SQLite source files exhort the reader to
 
47
share freely and to never take more than one gives.
 
48
In the spirit of that exhortation I make the following declarations:
 
49
</p>
 
50
 
 
51
<ol>
 
52
<li><p>
 
53
I dedicate to the public domain 
 
54
any and all copyright interest in the SQLite software that
 
55
was publicly available on the SQLite website (http://www.sqlite.org/) prior
 
56
to the date of the signature below and any changes or enhancements to
 
57
the SQLite software 
 
58
that I may cause to be published on that website in the future.
 
59
I make this dedication for the benefit of the public at large and
 
60
to the detriment of my heirs and successors.  I intend this
 
61
dedication to be an overt act of relinquishment in perpetuity of
 
62
all present and future rights to the SQLite software under copyright
 
63
law.
 
64
</p></li>
 
65
 
 
66
<li><p>
 
67
To the best of my knowledge and belief, the changes and enhancements that
 
68
I have contributed to SQLite are either originally written by me
 
69
or are derived from prior works which I have verified are also
 
70
in the public domain and are not subject to claims of copyright
 
71
by other parties.
 
72
</p></li>
 
73
 
 
74
<li><p>
 
75
To the best of my knowledge and belief, no individual, business, organization,
 
76
government, or other entity has any copyright interest
 
77
in the SQLite software as it existed on the
 
78
SQLite website as of the date on the signature line below.
 
79
</p></li>
 
80
 
 
81
<li><p>
 
82
I agree never to publish any additional information
 
83
to the SQLite website (by CVS, email, scp, FTP, or any other means) unless
 
84
that information is an original work of authorship by me or is derived from 
 
85
prior published versions of SQLite.
 
86
I agree never to copy and paste code into the SQLite code base from
 
87
other sources.
 
88
I agree never to publish on the SQLite website any information that
 
89
would violate a law or breach a contract.
 
90
</p></li>
 
91
</ol>
 
92
 
 
93
<p>
 
94
<table width="100%" cellpadding="0" cellspacing="0">
 
95
<tr>
 
96
<td width="60%" valign="top">
 
97
Signature:
 
98
<p>&nbsp;</p>
 
99
<p>&nbsp;</p>
 
100
<p>&nbsp;</p>
 
101
</td><td valign="top" align="left">
 
102
Date:
 
103
</td></tr>
 
104
<td colspan=2>
 
105
Name (printed):
 
106
</td>
 
107
</tr>
 
108
</table>
 
109
</body>
 
110
</html>