From e64b3d8f98945fd2ea47b68fb677265ca2633cba Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Fri, 19 Mar 2010 00:46:18 +0000 Subject: Pass license check script for most of the tree. Modified license-checker script to allow pruning directories we know to be ok. Still need to do a bit of third_party/* , as well as file a bunch of bugs on pieces where the licenses aren't clear, but I'm running out of energy. Review URL: http://codereview.chromium.org/1100003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42045 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/simplejson/README.chromium | 12 ++++++++++++ third_party/simplejson/README.google | 11 ----------- 2 files changed, 12 insertions(+), 11 deletions(-) create mode 100644 third_party/simplejson/README.chromium delete mode 100644 third_party/simplejson/README.google (limited to 'third_party/simplejson') diff --git a/third_party/simplejson/README.chromium b/third_party/simplejson/README.chromium new file mode 100644 index 0000000..10770eb --- /dev/null +++ b/third_party/simplejson/README.chromium @@ -0,0 +1,12 @@ +Name: simplejson +URL: http://undefined.org/python/#simplejson +Version: 1.7.3 +License: MIT +License File: LICENSE.txt + +Description: +simplejson is a JSON encoder and decoder for Python. + + +Local Modifications: +Removed unit tests from current distribution. diff --git a/third_party/simplejson/README.google b/third_party/simplejson/README.google deleted file mode 100644 index 7f726ce..0000000 --- a/third_party/simplejson/README.google +++ /dev/null @@ -1,11 +0,0 @@ -URL: http://undefined.org/python/#simplejson -Version: 1.7.3 -License: MIT -License File: LICENSE.txt - -Description: -simplejson is a JSON encoder and decoder for Python. - - -Local Modifications: -Removed unit tests from current distribution. -- cgit v1.1