OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # This file records third-party licensing information for the purposes of the | 5 # This file records third-party licensing information for the purposes of the |
6 # Android WebView build. See webview_licenses.py for details. | 6 # Android WebView build. See webview_licenses.py for details. |
7 # | 7 # |
8 # New third-party code should be added under a directory named 'third_party', | 8 # New third-party code should be added under a directory named 'third_party', |
9 # so additions to this file should be rare. See | 9 # so additions to this file should be rare. See |
10 # http://www.chromium.org/developers/adding-3rd-party-libraries. | 10 # http://www.chromium.org/developers/adding-3rd-party-libraries. |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 # This third-party code is taken from Mozilla, but is copyright Google and has | 156 # This third-party code is taken from Mozilla, but is copyright Google and has |
157 # been re-licensed under the Chromium license. | 157 # been re-licensed under the Chromium license. |
158 tools/imagediff/image_diff_png.cc | 158 tools/imagediff/image_diff_png.cc |
159 # Copyright Ero Carrera; BSD license. Tool only. | 159 # Copyright Ero Carrera; BSD license. Tool only. |
160 tools/symsrc/pefile.py | 160 tools/symsrc/pefile.py |
161 # Copyright The Chromium Authors, Sun Microsystems Inc, the V8 project authors; | 161 # Copyright The Chromium Authors, Sun Microsystems Inc, the V8 project authors; |
162 # BSD license. Tool only. | 162 # BSD license. Tool only. |
163 tools/traceline/traceline/assembler.h | 163 tools/traceline/traceline/assembler.h |
164 # Copyright Google Inc; BSD license. Tool only. | 164 # Copyright Google Inc; BSD license. Tool only. |
165 tools/traceline/traceline/sidestep/mini_disassembler.cc | 165 tools/traceline/traceline/sidestep/mini_disassembler.cc |
| 166 # Copyright Marijn Haverbeke. MIT license. Tool only, not used on Android. |
| 167 tools/win/sizeviewer/clike.js |
| 168 # Copyright Marijn Haverbeke. MIT license. Tool only, not used on Android. |
| 169 tools/win/sizeviewer/codemirror.js |
166 # Copyright The Chromium Authors, Apple Inc; BSD license. Not used on Android. | 170 # Copyright The Chromium Authors, Apple Inc; BSD license. Not used on Android. |
167 ui/base/clipboard/clipboard_util_win.cc | 171 ui/base/clipboard/clipboard_util_win.cc |
168 # Copyright The Chromium Authors, Apple Inc; BSD license. Not used on Android. | 172 # Copyright The Chromium Authors, Apple Inc; BSD license. Not used on Android. |
169 ui/base/dragdrop/os_exchange_data_provider_win.cc | 173 ui/base/dragdrop/os_exchange_data_provider_win.cc |
170 # Copyright The Chromium Authors, Michael Emmel, Google Inc; BSD license. This | 174 # Copyright The Chromium Authors, Michael Emmel, Google Inc; BSD license. This |
171 # third-party code is taken from WebKit, the license for which we already pick | 175 # third-party code is taken from WebKit, the license for which we already pick |
172 # up from webkit/. | 176 # up from webkit/. |
173 ui/events/keycodes/keyboard_codes_posix.h | 177 ui/events/keycodes/keyboard_codes_posix.h |
174 # String 'copyright' used in code. | 178 # String 'copyright' used in code. |
175 ui/file_manager/file_manager/foreground/js/main_scripts.js | 179 ui/file_manager/file_manager/foreground/js/main_scripts.js |
(...skipping 14 matching lines...) Expand all Loading... |
190 # Copyright The Chromium Authors and Apple Inc; BSD license. This third-party | 194 # Copyright The Chromium Authors and Apple Inc; BSD license. This third-party |
191 # code is taken from WebKit, the license for which we already pick up from | 195 # code is taken from WebKit, the license for which we already pick up from |
192 # webkit/. | 196 # webkit/. |
193 content/browser/appcache/appcache_manifest_parser.h | 197 content/browser/appcache/appcache_manifest_parser.h |
194 # Copyright The Chromium Authors and Netscape Communications Corporation; BSD | 198 # Copyright The Chromium Authors and Netscape Communications Corporation; BSD |
195 # and (MPL, GPL v2 or LGPL v2) licenses. This third-party code is taken from | 199 # and (MPL, GPL v2 or LGPL v2) licenses. This third-party code is taken from |
196 # Mozilla, the license for which we already pick up from third_party/npapi/. | 200 # Mozilla, the license for which we already pick up from third_party/npapi/. |
197 content/child/multipart_response_delegate.h | 201 content/child/multipart_response_delegate.h |
198 # String 'copyright' used in code. | 202 # String 'copyright' used in code. |
199 ui/webui/resources/js/cr/ui/array_data_model.js | 203 ui/webui/resources/js/cr/ui/array_data_model.js |
OLD | NEW |