summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--third_party/fuzzymatch/README.chromium9
-rwxr-xr-xtools/licenses.py3
2 files changed, 9 insertions, 3 deletions
diff --git a/third_party/fuzzymatch/README.chromium b/third_party/fuzzymatch/README.chromium
new file mode 100644
index 0000000..3045394
--- /dev/null
+++ b/third_party/fuzzymatch/README.chromium
@@ -0,0 +1,9 @@
+Name: fuzzymatch
+URL: None
+License: BSD
+License File: /LICENSE
+Security Critical: no
+Version: None
+
+This was written by agl@chromium.org as part of Chromium, but is in
+third_party/ because there were plans to contribute it to WebKit.
diff --git a/tools/licenses.py b/tools/licenses.py
index 2a87df7..9702d56 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -47,9 +47,6 @@ PRUNE_PATHS = set([
# Not in the public Chromium tree.
os.path.join('third_party','adobe'),
- # Written as part of Chromium.
- os.path.join('third_party','fuzzymatch'),
-
# Same license as Chromium.
os.path.join('third_party','lss'),