Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update LICENSE file for breakpad | steveblock@chromium.org | 2012-03-26 | 1 | -0/+37 |
| | | | | | | | | | | | | | | Breakpad mostly uses a new BSD license, plus an MIT/X derivate for libcurl. However, a couple of files use different licenses. This change updates the LICENSE file to reflect this. - src/client/mac/handler/breakpad_nlist_64.cc - Apple PSL 2.0 - src/common/mac/testing/GTMSenTestCase.h - ASL v2 Review URL: http://codereview.chromium.org/9856015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128950 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Fix licensing information for breakpad/ | steveblock@chromium.org | 2012-03-12 | 1 | -0/+51 |
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 |