diff options
author | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-12 00:27:02 +0000 |
---|---|---|
committer | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-12 00:27:02 +0000 |
commit | 0535866266fe81c93349f9abf0d2e2b87519b3d0 (patch) | |
tree | 1bf85efe454e79f6322cba44ba19e7ac62057e9a /breakpad | |
parent | 7619df3c8ee138ec36c0628f3f3f8e148d6481ce (diff) | |
download | chromium_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')
-rw-r--r-- | breakpad/LICENSE | 51 | ||||
-rw-r--r-- | breakpad/README.chromium | 9 |
2 files changed, 59 insertions, 1 deletions
diff --git a/breakpad/LICENSE b/breakpad/LICENSE new file mode 100644 index 0000000..532c92c --- /dev/null +++ b/breakpad/LICENSE @@ -0,0 +1,51 @@ +Copyright (c) 2006, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +COPYRIGHT AND PERMISSION NOTICE + +Copyright (c) 1996 - 2011, Daniel Stenberg, <daniel@haxx.se>. + +All rights reserved. + +Permission to use, copy, modify, and distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright +notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE +OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of a copyright holder shall not +be used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization of the copyright holder. 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. |