/************ Begin file sqliteInt.h *************************************/
/*
** 2001 September 15
**
** 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.
**
*************************************************************************
原来 SQLite 是顺便分发了一段 license 文本的,叫做 SQLite Blessing,而且有正式的 SPDX license identifier "blessing"
Reference: https://spdx.org/licenses/blessing.html
Reference: https://www.sqlite.org/src/artifact/e33a4df7e32d742a?ln=4-9
/*
** 2001 September 15
**
** 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.
**
*************************************************************************
原来 SQLite 是顺便分发了一段 license 文本的,叫做 SQLite Blessing,而且有正式的 SPDX license identifier "blessing"
Reference: https://spdx.org/licenses/blessing.html
Reference: https://www.sqlite.org/src/artifact/e33a4df7e32d742a?ln=4-9