Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Side by Side Diff: breakpad/LICENSE

Issue 9856015: Update LICENSE file for breakpad (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Copyright (c) 2006, Google Inc. 1 Copyright (c) 2006, Google Inc.
2 All rights reserved. 2 All rights reserved.
3 3
4 Redistribution and use in source and binary forms, with or without 4 Redistribution and use in source and binary forms, with or without
5 modification, are permitted provided that the following conditions are 5 modification, are permitted provided that the following conditions are
6 met: 6 met:
7 7
8 * Redistributions of source code must retain the above copyright 8 * Redistributions of source code must retain the above copyright
9 notice, this list of conditions and the following disclaimer. 9 notice, this list of conditions and the following disclaimer.
10 * Redistributions in binary form must reproduce the above 10 * Redistributions in binary form must reproduce the above
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 42 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
43 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN 43 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
44 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 44 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
45 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 45 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
46 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE 46 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
47 OR OTHER DEALINGS IN THE SOFTWARE. 47 OR OTHER DEALINGS IN THE SOFTWARE.
48 48
49 Except as contained in this notice, the name of a copyright holder shall not 49 Except as contained in this notice, the name of a copyright holder shall not
50 be used in advertising or otherwise to promote the sale, use or other dealings 50 be used in advertising or otherwise to promote the sale, use or other dealings
51 in this Software without prior written authorization of the copyright holder. 51 in this Software without prior written authorization of the copyright holder.
52
53
54 Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
55
56 @APPLE_LICENSE_HEADER_START@
57
58 This file contains Original Code and/or Modifications of Original Code
59 as defined in and that are subject to the Apple Public Source License
60 Version 2.0 (the 'License'). You may not use this file except in
61 compliance with the License. Please obtain a copy of the License at
62 http://www.opensource.apple.com/apsl/ and read it before using this
63 file.
64
65 The Original Code and all software distributed under the License are
66 distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
67 EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
68 INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
69 FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
70 Please see the License for the specific language governing rights and
71 limitations under the License.
72
73 @APPLE_LICENSE_HEADER_END@
74
75
76 Copyright 2007-2008 Google Inc.
77
78 Licensed under the Apache License, Version 2.0 (the "License"); you may not
79 use this file except in compliance with the License. You may obtain a copy
80 of the License at
81
82 http://www.apache.org/licenses/LICENSE-2.0
83
84 Unless required by applicable law or agreed to in writing, software
85 distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
86 WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
87 License for the specific language governing permissions and limitations under
88 the License.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698