aboutsummaryrefslogtreecommitdiff
path: root/third_party/mozilla
diff options
context:
space:
mode:
authorJordan Bayles <jophba@chromium.org>2020-11-30 12:31:47 -0800
committerJordan Bayles <jophba@chromium.org>2020-12-01 14:49:32 +0000
commite50a1d65fa41a9864e900e60bd7a9c59dfe4bb78 (patch)
tree6a15938c6e5c8e9891c3a8115ea6658f95c24a93 /third_party/mozilla
parent4654f2b60f7a3fdb1a84d39d6504ba57be77f863 (diff)
downloadopenscreen-e50a1d65fa41a9864e900e60bd7a9c59dfe4bb78.tar.gz
Add LICENSE file checking
This patch adds license file checking in Open Screen, by adding a new licenses.py that iterates through third_party dependencies and returns a list of licensing errors. This runs as part of PRESUBMIT. This patch also includes README.chromium and LICENSE fixes for third_party dependencies. Finally, as part of refactoring I fixed the DEPS checker--before this patch it fails to load modules so never runs on pre-submission. Bug: b/173625891 Change-Id: I417e61f878dab809cf959d69480be749f9229128 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2547807 Reviewed-by: Jordan Bayles <jophba@chromium.org> Reviewed-by: mark a. foltz <mfoltz@chromium.org>
Diffstat (limited to 'third_party/mozilla')
-rw-r--r--third_party/mozilla/README.chromium7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/mozilla/README.chromium b/third_party/mozilla/README.chromium
new file mode 100644
index 00000000..cb0eead2
--- /dev/null
+++ b/third_party/mozilla/README.chromium
@@ -0,0 +1,7 @@
+Name: url_parse
+URL: http://mxr.mozilla.org/comm-central/source/mozilla/netwerk/base/src/nsURLParsers.cpp
+Security Critical: yes
+License: BSD and MPL 1.1/GPL 2.0/LGPL 2.1
+License File: LICENSE.txt
+Description:
+The file url_parse.cc is based on nsURLParsers.cc from Mozilla.