source: code/trunk/vendor/modernc.org/sqlite/SQLITE-LICENSE@ 822

Last change on this file since 822 was 822, checked in by yakumo.izuru, 22 months ago

Prefer immortal.run over runit and rc.d, use vendored modules
for convenience.

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 1.5 KB
Line 
1SQLite Is Public Domain
2
3All of the code and documentation in SQLite has been dedicated to the public
4domain by the authors. All code authors, and representatives of the companies
5they work for, have signed affidavits dedicating their contributions to the
6public domain and originals of those signed affidavits are stored in a firesafe
7at the main offices of Hwaci. Anyone is free to copy, modify, publish, use,
8compile, sell, or distribute the original SQLite code, either in source code
9form or as a compiled binary, for any purpose, commercial or non-commercial,
10and by any means.
11
12The previous paragraph applies to the deliverable code and documentation in
13SQLite - those parts of the SQLite library that you actually bundle and ship
14with a larger application. Some scripts used as part of the build process (for
15example the "configure" scripts generated by autoconf) might fall under other
16open-source licenses. Nothing from these build scripts ever reaches the final
17deliverable SQLite library, however, and so the licenses associated with those
18scripts should not be a factor in assessing your rights to copy and use the
19SQLite library.
20
21All of the deliverable code in SQLite has been written from scratch. No code
22has been taken from other projects or from the open internet. Every line of
23code can be traced back to its original author, and all of those authors have
24public domain dedications on file. So the SQLite code base is clean and is
25uncontaminated with licensed code from other projects.
Note: See TracBrowser for help on using the repository browser.