diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-18 22:36:41 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-18 22:36:41 +0000 |
commit | 4a7a3ac0fdb069ea4190a826b4bccd10babddf5b (patch) | |
tree | d181ac4c5d9c4e5396e3de4825e2d300b74ec426 /base/third_party/symbolize | |
parent | ca86c6249e8909794e8026b735fe22cdd941bd62 (diff) | |
download | chromium_src-4a7a3ac0fdb069ea4190a826b4bccd10babddf5b.zip chromium_src-4a7a3ac0fdb069ea4190a826b4bccd10babddf5b.tar.gz chromium_src-4a7a3ac0fdb069ea4190a826b4bccd10babddf5b.tar.bz2 |
Pass license-checker script for base/third_party/*.
License checker change:
Since most projects have a LICENSE file, look for that by default.
Since as far as I can tell NSS and NSPR are both just MPL tri-license without
a per project copyright, I think I will amend the license-checker to source
those licenses separately.
Review URL: http://codereview.chromium.org/1121003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42016 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/third_party/symbolize')
-rw-r--r-- | base/third_party/symbolize/LICENSE | 28 | ||||
-rw-r--r-- | base/third_party/symbolize/README.chromium | 4 |
2 files changed, 30 insertions, 2 deletions
diff --git a/base/third_party/symbolize/LICENSE b/base/third_party/symbolize/LICENSE new file mode 100644 index 0000000..433a3d1 --- /dev/null +++ b/base/third_party/symbolize/LICENSE @@ -0,0 +1,28 @@ +// 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. diff --git a/base/third_party/symbolize/README.chromium b/base/third_party/symbolize/README.chromium index 5b3ba0e..655f787 100644 --- a/base/third_party/symbolize/README.chromium +++ b/base/third_party/symbolize/README.chromium @@ -1,5 +1,5 @@ -The directory contains google-glog's symbolization library. -License can be found in symbolize.cc. +Name: google-glog's symbolization library +URL: http://code.google.com/p/google-glog/ The following files are copied AS-IS from: http://code.google.com/p/google-glog/source/browse/#svn/trunk/src (r76) |