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

Side by Side Diff: android_webview/tools/third_party_files_whitelist.txt

Issue 10816041: Add a tool to check license compatibility with Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Avoid list of third-party directories Created 8 years, 4 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 | « android_webview/OWNERS ('k') | android_webview/tools/webview_licenses.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/usr/bin/python
2 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
5
6 # This file records third-party licensing information for the purposes of the
7 # Android WebView build. See webview_licenses.py for details.
8 #
9 # New third-party code should be added under a directory named 'third_party',
10 # so additions to this file should be rare. See
11 # http://www.chromium.org/developers/adding-3rd-party-libraries.
Nico 2012/08/07 19:18:36 Will this list be used on a bot? Will moving a 3rd
12
13 # Chromium OS license file.
14 LICENSE.chromium_os
15 # String 'copyright' used in app properties.
16 ash/shell/cocoa/app-Info.plist
17 # String 'copyright' used in code.
18 base/file_version_info.h
19 # String 'copyright' used in code.
20 base/file_version_info_mac.h
21 # String 'copyright' used in code.
22 base/file_version_info_mac.mm
23 # String 'copyright' used in code.
24 base/file_version_info_unittest.cc
25 # String 'copyright' used in code.
26 base/file_version_info_win.cc
27 # String 'copyright' used in code.
28 base/file_version_info_win.h
29 # Copyright IBM; MIT license. This third-party code is taken from ICU, the
30 # license for which we already pick up from third_party/icu/.
31 base/i18n/icu_string_conversions.cc
32 # Copyright Ron Rivest, public domain.
33 base/md5.cc
34 # Copyright The Chromium Authors and The Free Software Foundation; GPL v3
35 # license. Not used on Android. TODO(steveblock): Exclude this from the WebView
36 # snapshot (https://chromiumcodereview.appspot.com/10695024).
37 build/gdb-add-index
38 # String 'copyright' used in resources.
39 chrome/app/chrome_version.rc.version
40 # String 'copyright' used in resources.
41 chrome/app/chromium_strings.grd
42 # String 'copyright' used in resources.
43 chrome/app/generated_resources.grd
44 # String 'copyright' used in resources.
45 chrome/app/google_chrome_strings.grd
46 # String 'copyright' used in resources.
47 chrome/app/theme/chromium/BRANDING
48 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2
49 # license. This third-party code is taken from Mozilla, the license for which
50 # we already pick up from third_party/npapi/.
51 chrome/browser/download/download_extensions.cc
52 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2
53 # license. Not used on Android.
54 chrome/browser/importer/firefox_profile_lock.cc
55 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2
56 # license. Not used on Android.
57 chrome/browser/importer/firefox_profile_lock.h
58 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2
59 # license. Not used on Android.
60 chrome/browser/importer/firefox_profile_lock_posix.cc
61 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2
62 # license. Not used on Android.
63 chrome/browser/importer/firefox_profile_lock_win.cc
64 # Copyright Google Inc; MPL, GPL v2 or LGPL v2 license. Not used on Android.
65 chrome/browser/importer/mork_reader.cc
66 # Copyright Google Inc; MPL, GPL v2 or LGPL v2 license. Not used on Android.
67 chrome/browser/importer/mork_reader.h
68 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2
69 # license. Not used on Android.
70 chrome/browser/importer/nss_decryptor.cc
71 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2
72 # license. Not used on Android.
73 chrome/browser/importer/nss_decryptor_mac.h
74 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2
75 # license. Not used on Android.
76 chrome/browser/importer/nss_decryptor_system_nss.cc
77 # Copyright Netscape Communications Corporation; MPL, GPL v2 or LGPL v2
78 # license. Not used on Android.
79 chrome/browser/importer/nss_decryptor_win.h
80 # Credits notice for Chrome.
81 chrome/browser/resources/about_credits.html
82 # String 'copyright' used in code.
83 chrome/browser/resources/about_version.html
84 # Credits notice for ChromeOS.
85 chrome/browser/resources/chromeos/about_os_credits.html
86 # String 'copyright' used in code.
87 chrome/browser/resources/file_manager/js/image_editor/gallery_scripts.js
88 # String 'copyright' used in code.
89 chrome/browser/resources/file_manager/js/main_scripts.js
90 # String 'copyright' used in code.
91 chrome/browser/resources/file_manager/js/media/mediaplayer_scripts.js
92 # String 'copyright' used in code.
93 chrome/browser/resources/file_manager/js/media/video_player_scripts.js
94 # String 'copyright' used in code.
95 chrome/browser/resources/file_manager/js/mock_chrome.js
96 # String 'copyright' used in code.
97 chrome/browser/resources/file_manager/js/photo/photo_import_scripts.js
98 # String 'copyright' used in code.
99 chrome/browser/resources/help/help.html
100 # String 'copyright' used in code.
101 chrome/browser/resources/shared/css/about_version.css
102 # String 'copyright' used in code.
103 chrome/browser/ui/webui/about_ui.cc
104 # String 'copyright' used in code.
105 chrome/browser/ui/webui/help/help_handler.cc
106 # Copyright Google Inc; no license. Example code only.
107 chrome_frame/cfinstall/examples/jquery.html
108 # Copyright Google Inc; no license. Example code only.
109 chrome_frame/cfinstall/examples/local_testing.html
110 # Copyright Google Inc; no license. Example code only.
111 chrome_frame/cfinstall/examples/simple.html
112 # Copyright The Chromium Authors and The Dojo Foundation; BSD license. Not used
113 # on Android.
114 chrome_frame/CFInstance.js
115 # String 'copyright' used in resources.
116 chrome_frame/chrome_frame_helper_version.rc
117 # String 'copyright' used in resources.
118 chrome_frame/chrome_launcher_version.rc
119 # String 'copyright' used in resources.
120 chrome_frame/chrome_tab_version.rc
121 # Copyright Mark Mentovai; MPL, GPL v2 or LGPL v2 license. Not used on Android.
122 chrome/installer/mac/pkg-dmg
123 # String 'copyright' used in resources.
124 chrome/installer/mini_installer/mini_installer_exe_version.rc.version
125 # String 'copyright' used in resources.
126 chrome/installer/setup/setup_exe_version.rc.version
127 # String 'copyright' used in code.
128 chrome/tools/convert_dict/aff_reader.h
129 # String 'copyright' used in code.
130 chrome/tools/mac_helpers/infoplist_strings_util.mm
131 # Copyright Google Inc; BSD license. Test code only.
132 chrome/tools/test/generate_mime_tests.pl
133 # String 'copyright' used in code.
134 cloud_print/service/win/cloud_print_service.rc
135 # String 'copyright' used in code.
136 cloud_print/virtual_driver/win/virtual_driver_common_resources.rc
137 # Copyright Alf Watt; BSD license. Not used on Android.
138 content/browser/geolocation/osx_wifi.h
139 # Copyright The Chromium Authors, Apple Inc and Graham Dennis; BSD license. Not
140 # used on Android.
141 content/browser/renderer_host/render_widget_host_view_mac.mm
142 # Copyright The Chromium Authors and Google Inc; BSD license. Not used on
143 # Android.
144 content/browser/renderer_host/web_input_event_aurax11.cc
145 # Copyright Google Inc, no license. Not used on Android.
146 google_update/google_update_idl.idl
147 # Uses word 'copyright'.
148 LICENSE
149 # Copyright Loren Merritt, Anton Mitrofanov and Jason Garrett-Glaser; ISC
150 # license. Not used on Android.
151 media/base/simd/x86inc.asm
152 # String 'copyright' used in resources.
153 media/tools/player_wtl/player_wtl.rc
154 # Copyright The Chromium Authors and Netscape Communications Corporation; BSD
155 # and (MPL, GPL v2 or LGPL v2) licenses. This third-party code is taken from
156 # Mozilla, the license for which we already pick up from third_party/npapi/.
157 net/cookies/cookie_monster.cc
158 # Copyright The Chromium Authors and Netscape Communications Corporation; BSD
159 # and (MPL, GPL v2 or LGPL v2) licenses. This third-party code is taken from
160 # Mozilla, the license for which we already pick up from third_party/npapi/.
161 net/cookies/canonical_cookie.cc
162 # Copyright The Chromium Authors and Netscape Communications Corporation; BSD
163 # and (MPL, GPL v2 or LGPL v2) licenses. This third-party code is taken from
164 # Mozilla, the license for which we already pick up from third_party/npapi/.
165 net/cookies/parsed_cookie.cc
166 # Copyright The Chromium Authors and Google Inc; BSD and (MPL, GPL v2 or LGPL
167 # v2) licenses. This third-party code is taken from Mozilla, the license for
168 # which we already pick up from third_party/npapi/.
169 net/base/registry_controlled_domains/registry_controlled_domain.cc
170 # Copyright The Chromium Authors and Google Inc; BSD and (MPL, GPL v2 or LGPL
171 # v2) licenses. This third-party code is taken from Mozilla, the license for
172 # which we already pick up from third_party/npapi/.
173 net/base/registry_controlled_domains/registry_controlled_domain.h
174 # String '(c)' used in code.
175 net/base/x509_cert_types_unittest.cc
176 # Copyright John LoVerso; no license. Test code only.
177 net/data/proxy_resolver_perftest/no-ads.pac
178 # String '(c)' used in certificate data.
179 net/data/ssl/certificates/certse.pem
180 # Copyright The Chromium Authors and IBM Corporation; BSD and (MPL, GPL v2 or
181 # LGPL v2) licenses. This third-party code is taken from Mozilla, the license
182 # for which we already pick up from third_party/npapi/.
183 net/http/des.cc
184 # Copyright The Chromium Authors and IBM Corporation; BSD and (MPL, GPL v2 or
185 # LGPL v2) licenses. This third-party code is taken from Mozilla, the license
186 # for which we already pick up from third_party/npapi/.
187 net/http/http_auth_handler_ntlm_portable.cc
188 # Copyright The Chromium Authors and Netscape Communications; BSD and (MPL, GPL
189 # v2 or LGPL v2) licenses. This third-party code is taken from Mozilla, the
190 # license for which we already pick up from third_party/npapi/.
191 net/http/http_chunked_decoder.cc
192 # Copyright The Chromium Authors and Netscape Communications; BSD and (MPL, GPL
193 # v2 or LGPL v2) licenses. This third-party code is taken from Mozilla, the
194 # license for which we already pick up from third_party/npapi/.
195 net/http/http_chunked_decoder.h
196 # Copyright IBM Corporation; MPL, GPL v2 or LGPL v2 license. This third-party
197 # code is taken from Mozilla, the license for which we already pick up from
198 # third_party/npapi/.
199 net/http/md4.cc
200 # Copyright IBM Corporation; MPL, GPL v2 or LGPL v2 license. This third-party
201 # code is taken from Mozilla, the license for which we already pick up from
202 # third_party/npapi/.
203 net/http/md4.h
204 # Netscape Communications Corporation; MPL, GPL v2 or LGPL v2 license. This
205 # third-party code is taken from Mozilla, the license for which we already pick
206 # up from third_party/npapi/.
207 net/proxy/proxy_resolver_script.h
208 # Copyright The Chromium Authors and Netscape Communications Corporation; BSD
209 # and (MPL, GPL v2 or LGPL v2) licenses. Not used on Android.
210 net/socket/ssl_client_socket_nss.cc
211 # String 'copyright' used in resources.
212 remoting/chromium_branding
213 # String 'copyright' used in resources.
214 remoting/google_chrome_branding
215 # String 'copyright' used in project file.
216 remoting/host/installer/mac/ChromotingHost.packproj
217 # String 'copyright' used in project file.
218 remoting/host/installer/mac/ChromotingHostService.packproj
219 # String 'copyright' used in project file.
220 remoting/host/installer/mac/ChromotingHostUninstaller.packproj
221 # String 'copyright' used in project file.
222 remoting/host/installer/mac/uninstaller/remoting_uninstaller-Info.plist
223 # String 'copyright' used in project file.
224 remoting/host/me2me_preference_pane-Info.plist
225 # String 'copyright' used in project file.
226 remoting/host/remoting_me2me_host-Info.plist
227 # String 'copyright' used in file.
228 remoting/remoting.gyp
229 # String 'copyright' used in resources.
230 remoting/version.rc.version
231 # Copyright The Android Open Source Project; ASL v2 license.
232 skia/config/SkUserConfig.h
233 # Copyright Google Inc; ASL v2 license.
234 skia/ext/SkFontHost_fontconfig_control.h
235 # Copyright Google Inc; ASL v2 license.
236 skia/ext/SkFontHost_fontconfig.cpp
237 # Copyright Google Inc; ASL v2 license.
238 skia/ext/SkFontHost_fontconfig_direct.cpp
239 # Copyright Google Inc; ASL v2 license.
240 skia/ext/SkFontHost_fontconfig_direct.h
241 # Copyright Google Inc; ASL v2 license.
242 skia/ext/SkFontHost_fontconfig_impl.h
243 # String 'copyright' used in code.
244 tools/checklicenses/checklicenses.py
245 # Sample output includes string 'copyright'.
246 tools/emacs/trybot-windows.txt
247 # String 'copyright' used in code.
248 tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py
249 # String 'copyright' used in code.
250 tools/git/update-copyrights.sh
251 # String 'copyright' used in code.
252 tools/json_schema_compiler/cpp_util.py
253 # String 'copyright' used in code.
254 tools/json_schema_compiler/idl_schema.py
255 # String 'copyright' used in resources.
256 tools/measure_page_load_time/ie_bho/MeasurePageLoadTime.rc
257 # String 'copyright' used in code.
258 tools/stats_viewer/Properties/AssemblyInfo.cs
259 # License for pefile.py.
260 tools/symsrc/COPYING-pefile
261 # Copyright Ero Carrera; BSD license. Tool only.
262 tools/symsrc/pefile.py
263 # Copyright The Chromium Authors, Sun Microsystems Inc, the V8 project authors;
264 # BSD license. Tool only.
265 tools/traceline/traceline/assembler.h
266 # Copyright Google Inc; BSD license. Tool only.
267 tools/traceline/traceline/sidestep/mini_disassembler.cc
268 # Copyright The Chromium Authors, Apple Inc; BSD license. Not used on Android.
269 ui/base/clipboard/clipboard_util_win.cc
270 # Copyright The Chromium Authors, Apple Inc; BSD license. Not used on Android.
271 ui/base/dragdrop/os_exchange_data_provider_win.cc
272 # Copyright The Chromium Authors, Apple Inc, Michael Emmel, Holger Hans Peter
273 # Freyther, Collabora Ltd, Google Inc; BSD license. Not used on Android.
274 ui/base/keycodes/keyboard_code_conversion_gtk.cc
275 # Copyright The Chromium Authors, Apple Inc, Michael Emmel, Holger Hans Peter
276 # Freyther, Collabora Ltd, Google Inc; BSD license. Not used on Android.
277 ui/base/keycodes/keyboard_code_conversion_gtk.h
278 # Copyright The Chromium Authors, Michael Emmel, Google Inc; BSD license. This
279 # third-party code is taken from WebKit, the license for which we already pick
280 # up from webkit/.
281 ui/base/keycodes/keyboard_codes_posix.h
282 # This third-party code is taken from Mozilla, but is copyright Google and has
283 # been re-licensed under the Chromium license.
284 ui/gfx/codec/jpeg_codec.cc
285 # This third-party code is taken from Mozilla, but is copyright Google and has
286 # been re-licensed under the Chromium license.
287 ui/gfx/codec/png_codec.cc
288 # Copyright The Chromium Authors and Apple Inc; BSD license. This third-party
289 # code is taken from WebKit, the license for which we already pick up from
290 # webkit/.
291 webkit/appcache/manifest_parser.cc
292 # Copyright The Chromium Authors and Apple Inc; BSD license. This third-party
293 # code is taken from WebKit, the license for which we already pick up from
294 # webkit/.
295 webkit/appcache/manifest_parser.h
296 # Copyright W3C, MIT, INRIA and Keio; no license. Test code only.
297 webkit/data/test_shell/frames/iframe1.html
298 # Copyright Apple Inc; BSD license. Not used on Android, inspector frontend is
299 # not bundled.
300 webkit/glue/inspector_strings.grd
301 # Copyright The Chromium Authors and Netscape Communications Corporation; BSD
302 # and (MPL, GPL v2 or LGPL v2) licenses. This third-party code is taken from
303 # Mozilla, the license for which we already pick up from third_party/npapi/.
304 webkit/glue/multipart_response_delegate.h
305 # License for numerous binary files in this directory: Copyright Netscape
306 # Communications Corporation; MPL, GPL v2 or LGPL v2 license. This third-party
307 # code is taken from WebKit and Mozilla, the licenses for which we already pick
308 # up from webkit/ and third_party/npapi/.
309 webkit/glue/resources/README.txt
310 # Copyright Tim Copperfield and Christian Dywan; LGPL license. Not used on
311 # Android.
312 webkit/glue/webcursor_gtk_data.h
313 # Copyright Apple Inc and Netscape Communications Corporation; BSD and (MPL,
314 # GPL v2 or LGPL v2) licenses. This third-party code is taken from WebKit and
315 # Mozilla, the licenses for which we already pick up from webkit/ and
316 # third_party/npapi/.
317 webkit/glue/webkit_strings.grd
318 # Summary of licenses.
319 webkit/LICENSE
320 # String 'copyright' used in resources.
321 webkit/plugins/npapi/test/npapi_test.rc
322 # This third-party code is taken from Mozilla, but is copyright Google and has
323 # been re-licensed under the Chromium license.
324 webkit/support/webkit_support_gfx.cc
325 # Copyright Apple, Inc, Graham Dennis and Eric Seidel; BSD license. Tool only
326 webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h
327 # Copyright Apple, Inc, Graham Dennis and Eric Seidel; BSD license. Tool only
328 webkit/tools/test_shell/mac/DumpRenderTreePasteboard.m
329 # String 'copyright' used in resources.
330 webkit/tools/test_shell/mac/English.lproj/InfoPlist.strings
331 # License for missingImage.tiff: Copyright Apple Computer, Inc; BSD license.
332 # Tool only
333 webkit/tools/test_shell/resources/README.txt
334 # String 'copyright' used in resources.
335 webkit/tools/test_shell/resources/test_shell.rc
OLDNEW
« no previous file with comments | « android_webview/OWNERS ('k') | android_webview/tools/webview_licenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698