aboutsummaryrefslogtreecommitdiff
path: root/third_party/boringssl
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/boringssl
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/boringssl')
-rw-r--r--third_party/boringssl/README.chromium11
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/boringssl/README.chromium b/third_party/boringssl/README.chromium
new file mode 100644
index 00000000..adecfa89
--- /dev/null
+++ b/third_party/boringssl/README.chromium
@@ -0,0 +1,11 @@
+Name: BoringSSL
+URL: https://boringssl.googlesource.com/boringssl
+Version: git
+License: BSDish
+License File: src/LICENSE
+License Android Compatible: yes
+Security Critical: yes
+
+Description:
+This is BoringSSL, a fork of OpenSSL. See
+https://www.imperialviolet.org/2014/06/20/boringssl.html