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

Issue 2822673002: Change the copyright from Chromium OS to Chromium. (Closed)

Created:
3 years, 8 months ago by takise
Modified:
3 years, 8 months ago
Reviewers:
mtomasz
CC:
chromium-reviews, oka+watch_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, yamaguchi+watch_chromium.org, fukino+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Change the copyright from Chromium OS to Chromium. BUG=607078 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2822673002 Cr-Commit-Position: refs/heads/master@{#464690} Committed: https://chromium.googlesource.com/chromium/src/+/db5677fefa27566faa217994832aaf16272f42e1

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -60 lines) Patch
M ui/file_manager/zip_archiver/Makefile View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/Makefile.package View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/Makefile.pnacl View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/compressor.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/compressor.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/compressor_archive.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/compressor_archive_minizip.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/compressor_archive_minizip.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/compressor_io_javascript_stream.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/compressor_io_javascript_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/compressor_stream.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/javascript_compressor_requestor_interface.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/javascript_message_sender_interface.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/javascript_requestor_interface.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/module.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/request.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/request.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/volume.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/volume.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/volume_archive.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/volume_archive_minizip.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/volume_archive_minizip.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/volume_reader.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/volume_reader_javascript_stream.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/cpp/volume_reader_javascript_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/gdb_script View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/js/app.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/js/background.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/js/build-config.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/js/compressor.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/js/compressor-foreground.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/js/decompressor.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/js/passphrase-dialog.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/js/passphrase-manager.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/js/request.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/js/volume.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/cpp/Makefile View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/cpp/fake_lib_archive.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/cpp/fake_lib_archive.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/cpp/fake_volume_reader.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/cpp/fake_volume_reader.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/cpp/index.html View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/cpp/index.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/cpp/main.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/cpp/request_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/cpp/volume_archive_libarchive_read_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/cpp/volume_archive_libarchive_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/cpp/volume_reader_javascript_stream_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/cpp/volume_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/js/decompressor_test.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/js/integration_specific_archives_tests.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/js/integration_test.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/js/integration_test_helper.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/js/passphrase_manager_test.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/js/request_test.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/js/test_utils.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/js/volume_test.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/karma.conf.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/run_cpp_tests.sh View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/zip_archiver/unpacker-test/run_js_tests.sh View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (9 generated)
takise
PTAL. Thanks!
3 years, 8 months ago (2017-04-14 05:50:12 UTC) #3
mtomasz
lgtm, thanks!
3 years, 8 months ago (2017-04-14 05:58:01 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2822673002/1
3 years, 8 months ago (2017-04-14 06:11:27 UTC) #10
commit-bot: I haz the power
3 years, 8 months ago (2017-04-14 06:20:19 UTC) #13
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/db5677fefa27566faa217994832a...

Powered by Google App Engine
This is Rietveld 408576698