summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-30 21:24:53 +0000
committerjbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-30 21:24:53 +0000
commitcb331d766c7999e2e5fdce15e43354476377d24e (patch)
tree0d59178a40c54c8a4c9db8b13849ca23d9907fff
parentfb200c7fb1beb6e8248075b663a635bd32acac06 (diff)
downloadchromium_src-cb331d766c7999e2e5fdce15e43354476377d24e.zip
chromium_src-cb331d766c7999e2e5fdce15e43354476377d24e.tar.gz
chromium_src-cb331d766c7999e2e5fdce15e43354476377d24e.tar.bz2
Add back in SQLite license
This is needed to autogenerate about:credits correctly. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9302011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119735 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--third_party/sqlite/src/LICENSE6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/sqlite/src/LICENSE b/third_party/sqlite/src/LICENSE
new file mode 100644
index 0000000..cb0841c
--- /dev/null
+++ b/third_party/sqlite/src/LICENSE
@@ -0,0 +1,6 @@
+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.