copyright/SUNWsqlite3.copyright
author convert-repo
Tue, 28 Sep 2010 11:41:29 +0000
changeset 20122 34a34bffcb68
parent 17594 394e4cd424f2
permissions -rw-r--r--
update tags
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17594
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     1
SQLite is in the Public Domain
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     2
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     3
All of the deliverable code in SQLite has been dedicated to the public
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     4
domain by the authors. All code authors, and representatives of the
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     5
companies they work for, have signed affidavits dedicating their
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     6
contributions to the public domain and originals of those signed
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     7
affidavits are stored in a firesafe at the main offices of Hwaci. Anyone
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     8
is free to copy, modify, publish, use, compile, sell, or distribute the
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     9
original SQLite code, either in source code form or as a compiled
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    10
binary, for any purpose, commercial or non-commercial, and by any means.
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    11
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    12
The previous paragraph applies to the deliverable code in SQLite - those
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    13
parts of the SQLite library that you actually bundle and ship with a
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    14
larger application. Portions of the documentation and some code used as
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    15
part of the build process might fall under other licenses. The details
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    16
here are unclear. We do not worry about the licensing of the
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    17
documentation and build code so much because none of these things are
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    18
part of the core deliverable SQLite library.
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    19
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    20
All of the deliverable code in SQLite has been written from scratch. No
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    21
code has been taken from other projects or from the open internet. Every
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    22
line of code can be traced back to its original author, and all of those
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    23
authors have public domain dedications on file. So the SQLite code base
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    24
is clean and is uncontaminated with licensed code from other projects.
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    25
Obtaining An Explicit License To Use SQLite
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    26
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    27
Even though SQLite is in the public domain and does not require a
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    28
license, some users want to obtain a license anyway. Some reasons for
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    29
obtaining a license include:
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    30
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    31
    * You are using SQLite in a jurisdiction that does not recognize the
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    32
      public domain.
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    33
    * You are using SQLite in a jurisdiction that does not recognize the
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    34
      right of an author to dedicate their work to the public domain.
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    35
    * You want to hold a tangible legal document as evidence that you
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    36
      have the legal right to use and distribute SQLite.
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    37
    * Your legal department tells you that you have to purchase a
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    38
      license.
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    39
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    40
If you feel like you really have to purchase a license for SQLite,
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    41
Hwaci, the company that employs the architect and principal developers
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    42
of SQLite, will sell you one.  Contributed Code
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    43
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    44
In order to keep SQLite completely free and unencumbered by copyright,
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    45
all new contributors to the SQLite code base are asked to dedicate their
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    46
contributions to the public domain. If you want to send a patch or
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    47
enhancement for possible inclusion in the SQLite source tree, please
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    48
accompany the patch with the following statement:
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    49
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    50
The author or authors of this code dedicate any and all copyright
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    51
interest in this code to the public domain. We make this dedication for
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    52
the benefit of the public at large and to the detriment of our heirs and
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    53
successors. We intend this dedication to be an overt act of
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    54
relinquishment in perpetuity of all present and future rights to this
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    55
code under copyright law. 
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    56
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    57
We are not able to accept patches or changes to SQLite that are not
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    58
accompanied by a statement such as the above. In addition, if you make
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    59
changes or enhancements as an employee, then a simple statement such as
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    60
the above is insufficient. You must also send by surface mail a
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    61
copyright release signed by a company officer. A signed original of the
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    62
copyright release should be mailed to:
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    63
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    64
    Hwaci
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    65
    6200 Maple Cove Lane
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    66
    Charlotte, NC 28269
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    67
    USA 
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    68
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    69
A template copyright release is available in PDF or HTML. You can use
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    70
this release to make future changes.  This page last modified 2007/11/14
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    71
15:25:42 UTC
394e4cd424f2 2010-02-25 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    72