mirror of
				https://github.com/sqlite/sqlite.git
				synced 2025-10-30 07:05:46 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			922 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			922 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /*
 | |
| ** LICENSE for the sqlite3 WebAssembly/JavaScript APIs.
 | |
| **
 | |
| ** This bundle (typically released as sqlite3.js or sqlite3.mjs)
 | |
| ** is an amalgamation of JavaScript source code from two projects:
 | |
| **
 | |
| ** 1) https://emscripten.org: the Emscripten "glue code" is covered by
 | |
| **    the terms of the MIT license and University of Illinois/NCSA
 | |
| **    Open Source License, as described at:
 | |
| **
 | |
| **    https://emscripten.org/docs/introducing_emscripten/emscripten_license.html
 | |
| **
 | |
| ** 2) https://sqlite.org: all code and documentation labeled as being
 | |
| **    from this source are released under the same terms as the sqlite3
 | |
| **    C library:
 | |
| **
 | |
| ** 2022-10-16
 | |
| **
 | |
| ** The author disclaims copyright to this source code.  In place of a
 | |
| ** legal notice, here is a blessing:
 | |
| **
 | |
| ** *   May you do good and not evil.
 | |
| ** *   May you find forgiveness for yourself and forgive others.
 | |
| ** *   May you share freely, never taking more than you give.
 | |
| */
 |