OLD | NEW |
1 #!/usr/bin/python | 1 #!/usr/bin/python |
2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 # This file records third-party licensing information for the purposes of the | 6 # This file records third-party licensing information for the purposes of the |
7 # Android WebView build. See webview_licenses.py for details. | 7 # Android WebView build. See webview_licenses.py for details. |
8 # | 8 # |
9 # New third-party code should be added under a directory named 'third_party', | 9 # New third-party code should be added under a directory named 'third_party', |
10 # so additions to this file should be rare. See | 10 # so additions to this file should be rare. See |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 # Copyright Google Inc; no license. Example code only. | 104 # Copyright Google Inc; no license. Example code only. |
105 chrome_frame/cfinstall/examples/jquery.html | 105 chrome_frame/cfinstall/examples/jquery.html |
106 # Copyright Google Inc; no license. Example code only. | 106 # Copyright Google Inc; no license. Example code only. |
107 chrome_frame/cfinstall/examples/local_testing.html | 107 chrome_frame/cfinstall/examples/local_testing.html |
108 # Copyright Google Inc; no license. Example code only. | 108 # Copyright Google Inc; no license. Example code only. |
109 chrome_frame/cfinstall/examples/simple.html | 109 chrome_frame/cfinstall/examples/simple.html |
110 # Copyright The Chromium Authors and The Dojo Foundation; BSD license. Not used | 110 # Copyright The Chromium Authors and The Dojo Foundation; BSD license. Not used |
111 # on Android. | 111 # on Android. |
112 chrome_frame/CFInstance.js | 112 chrome_frame/CFInstance.js |
113 # String 'copyright' used in resources. | 113 # String 'copyright' used in resources. |
114 chrome_frame/chrome_frame_helper_version.rc | 114 chrome_frame/chrome_frame_version.rc.version |
115 # String 'copyright' used in resources. | 115 # String 'copyright' used in resources. |
116 chrome_frame/chrome_launcher_version.rc | 116 chrome_frame/npchrome_frame_version.rc.version |
117 # String 'copyright' used in resources. | |
118 chrome_frame/chrome_tab_version.rc | |
119 # Copyright Mark Mentovai; MPL, GPL v2 or LGPL v2 license. Not used on Android. | 117 # Copyright Mark Mentovai; MPL, GPL v2 or LGPL v2 license. Not used on Android. |
120 chrome/installer/mac/pkg-dmg | 118 chrome/installer/mac/pkg-dmg |
121 # String 'copyright' used in resources. | 119 # String 'copyright' used in resources. |
122 chrome/installer/mini_installer/mini_installer_exe_version.rc.version | 120 chrome/installer/mini_installer/mini_installer_exe_version.rc.version |
123 # String 'copyright' used in resources. | 121 # String 'copyright' used in resources. |
124 chrome/installer/setup/setup_exe_version.rc.version | 122 chrome/installer/setup/setup_exe_version.rc.version |
125 # String 'copyright' used in code. | 123 # String 'copyright' used in code. |
126 chrome/tools/convert_dict/aff_reader.h | 124 chrome/tools/convert_dict/aff_reader.h |
127 # String 'copyright' used in code. | 125 # String 'copyright' used in code. |
128 chrome/tools/mac_helpers/infoplist_strings_util.mm | 126 chrome/tools/mac_helpers/infoplist_strings_util.mm |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 # String 'copyright' used in resources. | 319 # String 'copyright' used in resources. |
322 webkit/tools/test_shell/mac/English.lproj/InfoPlist.strings | 320 webkit/tools/test_shell/mac/English.lproj/InfoPlist.strings |
323 # License for missingImage.tiff: Copyright Apple Computer, Inc; BSD license. | 321 # License for missingImage.tiff: Copyright Apple Computer, Inc; BSD license. |
324 # Tool only | 322 # Tool only |
325 webkit/tools/test_shell/resources/README.txt | 323 webkit/tools/test_shell/resources/README.txt |
326 # String 'copyright' used in resources. | 324 # String 'copyright' used in resources. |
327 webkit/tools/test_shell/resources/test_shell.rc | 325 webkit/tools/test_shell/resources/test_shell.rc |
328 # String "Copyright" used in comments. | 326 # String "Copyright" used in comments. |
329 cc/copyfiles.py | 327 cc/copyfiles.py |
330 webkit/compositor_bindings/copyfiles.py | 328 webkit/compositor_bindings/copyfiles.py |
OLD | NEW |