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

Issue 10835019: Fix license headers in a number of files (Closed)

Created:
8 years, 4 months ago by Steve Block
Modified:
3 years, 8 months ago
CC:
chromium-reviews, MAD, jam, sadrul, erikwright (departed), amit, dcheng, Ilya Sherman, cbentzel+watch_chromium.org, jar (doing other things), grt+watch_chromium.org, kkania, apatrick_chromium, marja+watch_chromium.org, stuartmorgan, darin-cc_chromium.org, brettw-cc_chromium.org, pam+watch_chromium.org, gavinp+disk_chromium.org, mihaip-chromium-reviews_chromium.org, tfarina, Aaron Boodman, robertshield, jshin+watch_chromium.org
Visibility:
Public.

Description

Fix license headers in a number of files These headers now match the regex used in the presubmit check. This will simplify adding a tool to check license compatibility for the Android WebView build. BUG=138921 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=149222

Patch Set 1 #

Patch Set 2 : Upload failed #

Patch Set 3 : Fix case #

Total comments: 1

Patch Set 4 : Remove changes to date ranges only #

Patch Set 5 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -73 lines) Patch
M chrome/common/extensions/docs/examples/api/notifications/options.html View 1 2 1 chunk +5 lines, -6 lines 0 comments Download
M chrome/common/extensions/docs/examples/apps/hello-java/HelloLicenseServlet.java View 2 chunks +4 lines, -5 lines 0 comments Download
M chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/HelloLicenseServlet.java View 2 chunks +4 lines, -5 lines 0 comments Download
M chrome/common/extensions/docs/examples/apps/hello-php/index.php View 2 chunks +4 lines, -5 lines 0 comments Download
M native_client_sdk/src/build_tools/build_updater.py View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M native_client_sdk/src/build_tools/tests/test_auto_update_sdktools.py View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M native_client_sdk/src/build_tools/tests/test_server.py View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/browser_ppp_instance.h View 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_instance.h View 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_url_loader.h View 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_url_request_info.h View 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_url_response_info.h View 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/arch_arm/sandbox_isa.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/arch_x86/sandbox_isa.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/dylib_unittest.h View 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/dylib_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/nexe_arch.h View 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/nexe_arch.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/plugin_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/native_client/tests/ppapi_example_audio/ppapi_example_audio.html View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/native_client/tests/ppapi_example_gles2/ppapi_example_gles2.html View 1 chunk +1 line, -1 line 0 comments Download
ppapi/native_client/tests/ppapi_example_post_message/ppapi_example_post_message.html View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/native_client/tests/ppapi_geturl/ppapi_geturl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/native_client/tests/ppapi_gles_book/ppapi_gles_book.html View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (0 generated)
Steve Block
8 years, 4 months ago (2012-07-27 16:41:54 UTC) #1
Nico
LGTM Mind numbed.
8 years, 4 months ago (2012-07-27 16:57:16 UTC) #2
jar (doing other things)
It sure seems like it is better to change the regex, than to change all ...
8 years, 4 months ago (2012-07-27 17:36:09 UTC) #3
Nico
The regex just disallows the range notation, it doesn't require updating the year every year. ...
8 years, 4 months ago (2012-07-27 17:38:31 UTC) #4
jar (doing other things)
It sure seems easy to make a regex support the range notation. Why not fix ...
8 years, 4 months ago (2012-07-27 17:40:02 UTC) #5
Nico
On Fri, Jul 27, 2012 at 10:40 AM, Jim Roskind <jar@chromium.org> wrote: > It sure ...
8 years, 4 months ago (2012-07-27 17:42:17 UTC) #6
rvargas (doing something else)
http://codereview.chromium.org/10835019/diff/1556/net/disk_cache/file_block.h File net/disk_cache/file_block.h (right): http://codereview.chromium.org/10835019/diff/1556/net/disk_cache/file_block.h#newcode1 net/disk_cache/file_block.h:1: // Copyright (c) 2012 The Chromium Authors. All rights ...
8 years, 4 months ago (2012-07-27 18:04:40 UTC) #7
Nico
On Fri, Jul 27, 2012 at 11:04 AM, <rvargas@chromium.org> wrote: > > http://codereview.chromium.org/10835019/diff/1556/net/disk_cache/file_block.h > File ...
8 years, 4 months ago (2012-07-27 18:06:40 UTC) #8
rvargas (doing something else)
On 2012/07/27 18:06:40, Nico wrote: > On Fri, Jul 27, 2012 at 11:04 AM, <mailto:rvargas@chromium.org> ...
8 years, 4 months ago (2012-07-27 18:08:54 UTC) #9
rvargas (doing something else)
On the other hand, I don't think this is particularly important one way or the ...
8 years, 4 months ago (2012-07-27 18:20:32 UTC) #10
Steve Block
> Can you clarify why you decided on this (questionable) quest, rather than > changing ...
8 years, 4 months ago (2012-07-30 13:09:47 UTC) #11
Steve Block
8 years, 4 months ago (2012-07-30 13:10:57 UTC) #12
Nico
jar, rvargas: ping On Mon, Jul 30, 2012 at 6:10 AM, <steveblock@chromium.org> wrote: > http://codereview.chromium.org/10835019/
8 years, 4 months ago (2012-07-30 23:31:59 UTC) #13
jar (doing other things)
Can you clarify what you want me to review? I don't see anything that requires ...
8 years, 4 months ago (2012-07-30 23:36:18 UTC) #14
Nico
jar: You blocked this CL further up. steveblock changed something you were opposed to. On ...
8 years, 4 months ago (2012-07-30 23:47:10 UTC) #15
rvargas (doing something else)
LGTM
8 years, 4 months ago (2012-07-30 23:47:24 UTC) #16
Steve Block
+ bradnelson, dmichael for OWNERS
8 years, 4 months ago (2012-07-31 10:37:59 UTC) #17
dmichael (off chromium)
Rubber stamp lgtm for ppapi On Jul 31, 2012 4:38 AM, <steveblock@chromium.org> wrote: > + ...
8 years, 4 months ago (2012-07-31 12:50:39 UTC) #18
Steve Block
8 years, 4 months ago (2012-07-31 15:19:46 UTC) #19
binji
On 2012/07/31 15:19:46, Steve Block wrote: lgtm for native_client_sdk
8 years, 4 months ago (2012-07-31 17:02:22 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/steveblock@chromium.org/10835019/13001
8 years, 4 months ago (2012-07-31 17:03:24 UTC) #21
commit-bot: I haz the power
Presubmit check for 10835019-13001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-07-31 17:03:38 UTC) #22
kjirousek1
3 years, 8 months ago (2017-04-17 22:56:51 UTC) #23
Message was sent while issue was closed.
On 2012/07/31 17:03:38, commit-bot: I haz the power wrote:
> Presubmit check for 10835019-13001 failed and returned exit status 1.
> 
> Running presubmit commit checks ...
> 
> ** Presubmit Warnings **
> This change modifies the extension docs but the generated docs have not been
> updated properly. See chrome/common/extensions/docs/README.txt for more info.
>  - Changes to sample
> chrome/common/extensions/docs/examples/api/notifications/options.html have not
> been re-zipped.
>  - Changes to sample
>
chrome/common/extensions/docs/examples/apps/hello-java/HelloLicenseServlet.java
> have not been re-zipped.
>  - Changes to sample
>
chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/HelloLicenseServlet.java
> have not been re-zipped.
>  - Changes to sample
> chrome/common/extensions/docs/examples/apps/hello-php/index.php have not been
> re-zipped.
> First build DumpRenderTree, then update the docs by running:
>   chrome/common/extensions/docs/build/build.py --page-name=<apiName>
> 
> Presubmit checks took 2.1s to calculate.

Powered by Google App Engine
This is Rietveld 408576698