summaryrefslogtreecommitdiffstats
path: root/breakpad/README.chromium
diff options
context:
space:
mode:
authorsteveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-12 00:27:02 +0000
committersteveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-12 00:27:02 +0000
commit0535866266fe81c93349f9abf0d2e2b87519b3d0 (patch)
tree1bf85efe454e79f6322cba44ba19e7ac62057e9a /breakpad/README.chromium
parent7619df3c8ee138ec36c0628f3f3f8e148d6481ce (diff)
downloadchromium_src-0535866266fe81c93349f9abf0d2e2b87519b3d0.zip
chromium_src-0535866266fe81c93349f9abf0d2e2b87519b3d0.tar.gz
chromium_src-0535866266fe81c93349f9abf0d2e2b87519b3d0.tar.bz2
Fix licensing information for breakpad/
This change adds the required fields to README.chromium and adds a license file. The license file contains the license for both breakpad and libcurl (included by breakpad as a third-party directory) ... - breakpad - Taken from upstream COPYING at r255. See http://code.google.com/p/google-breakpad/source/browse/trunk/COPYING?r=255. Note that this file isn't pulled into Chromium via DEPS as we don't pull the entire breakpad repository. - libcurl - Taken from upstream src/third_party/curl/COPYING at r932. See http://code.google.com/p/google-breakpad/source/browse/trunk/src/third_party/curl/COPYING?r=932. Note that this file isn't currently in Chromium as we're synced to r922 via DEPS. breakpad/ is currently skipped by tools/licenses.py. This exception can't easily be removed because breakpad/ contains a subdirectory named third_party which causes the tool to barf. Review URL: http://codereview.chromium.org/9630015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126088 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad/README.chromium')
-rw-r--r--breakpad/README.chromium9
1 files changed, 8 insertions, 1 deletions
diff --git a/breakpad/README.chromium b/breakpad/README.chromium
index 763c6f5..3239d28 100644
--- a/breakpad/README.chromium
+++ b/breakpad/README.chromium
@@ -1,5 +1,12 @@
-Breakpad actually lives in src (pulled via svn:externals from code.google.com).
+Name: Breakpad, An open-source multi-platform crash reporting system
+Short Name: breakpad
+URL: http://code.google.com/p/google-breakpad/
+License: New BSD, plus MIT/X derivate for libcurl
+Security Critical: no
This directory contains Chrome's version of Breakpad's Visual Studio build
files (*.vcproj) and a compiled version of Breakpad's symupload.exe utility
for Windows.
+
+Part of the upstream Breakpad project is pulled into the src/ subdirectory via
+DEPS.