1*46c4c49dSIbrahim KanoucheThe source code for SQLite is in the public domain. No claim of 2*46c4c49dSIbrahim Kanouchecopyright is made on any part of the core source code. (The 3*46c4c49dSIbrahim Kanouchedocumentation and test code is a different matter - some sections of 4*46c4c49dSIbrahim Kanouchedocumentation and test logic are governed by open-source licenses.) 5*46c4c49dSIbrahim KanoucheAll contributors to the SQLite core software have signed affidavits 6*46c4c49dSIbrahim Kanouchespecifically disavowing any copyright interest in the code. This means 7*46c4c49dSIbrahim Kanouchethat anybody is able to legally do anything they want with the SQLite 8*46c4c49dSIbrahim Kanouchesource code. 9*46c4c49dSIbrahim Kanouche 10*46c4c49dSIbrahim KanoucheThere are other SQL database engines with liberal licenses that allow 11*46c4c49dSIbrahim Kanouchethe code to be broadly and freely used. But those other engines are 12*46c4c49dSIbrahim Kanouchestill governed by copyright law. SQLite is different in that copyright 13*46c4c49dSIbrahim Kanouchelaw simply does not apply. 14*46c4c49dSIbrahim Kanouche 15*46c4c49dSIbrahim KanoucheThe source code files for other SQL database engines typically begin 16*46c4c49dSIbrahim Kanouchewith a comment describing your legal rights to view and copy that 17*46c4c49dSIbrahim Kanouchefile. The SQLite source code contains no license since it is not 18*46c4c49dSIbrahim Kanouchegoverned by copyright. Instead of a license, the SQLite source code 19*46c4c49dSIbrahim Kanoucheoffers a blessing: 20*46c4c49dSIbrahim Kanouche 21*46c4c49dSIbrahim KanoucheMay you do good and not evil 22*46c4c49dSIbrahim KanoucheMay you find forgiveness for yourself and forgive others 23*46c4c49dSIbrahim KanoucheMay you share freely, never taking more than you give. 24