diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-22 23:56:19 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-22 23:56:19 +0000 |
commit | e657bfcfb7f9f0f92c496cf28631d87d1a022a1c (patch) | |
tree | 99ef7934dd281c3cdead7137112ed544e4c01983 /third_party/sqlite | |
parent | 069478a79826ba9ec691cb0da6f7f716c375113e (diff) | |
download | chromium_src-e657bfcfb7f9f0f92c496cf28631d87d1a022a1c.zip chromium_src-e657bfcfb7f9f0f92c496cf28631d87d1a022a1c.tar.gz chromium_src-e657bfcfb7f9f0f92c496cf28631d87d1a022a1c.tar.bz2 |
Add licensing info for another set of projects in third_party.
Allow special cases in licenses.py for when we pull code directly
from an upstream and can't check in a README.chromium. (In particular,
we'll need this for WebKit.)
Review URL: http://codereview.chromium.org/1075015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42288 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/sqlite')
-rw-r--r-- | third_party/sqlite/LICENSE | 6 | ||||
-rw-r--r-- | third_party/sqlite/README.chromium | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/third_party/sqlite/LICENSE b/third_party/sqlite/LICENSE new file mode 100644 index 0000000..cb0841c --- /dev/null +++ b/third_party/sqlite/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. diff --git a/third_party/sqlite/README.chromium b/third_party/sqlite/README.chromium index bb30588..62fa8e6 100644 --- a/third_party/sqlite/README.chromium +++ b/third_party/sqlite/README.chromium @@ -1,3 +1,6 @@ +Name: SQLite +URL: http://sqlite.org/ + Instructions for importing a new release of SQLite from sqlite.org. Note: our current base version is 3.6.18. |