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

Unified Diff: tools/playback_benchmark/common.js

Issue 9187051: Fix some license headers in tools/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/memory_watcher/preamble_patcher_with_stub.cc ('k') | tools/playback_benchmark/playback.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/playback_benchmark/common.js
diff --git a/tools/playback_benchmark/common.js b/tools/playback_benchmark/common.js
index 801d602c3a4d9d41b691999660b74d4ed84ca533..69309aac06b843e0503d19154eebdff437b86709 100644
--- a/tools/playback_benchmark/common.js
+++ b/tools/playback_benchmark/common.js
@@ -1,4 +1,6 @@
-// Copyright 2010 Google Inc. All Rights Reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
/**
* @fileoverview Classes and functions used during recording and playback.
@@ -315,4 +317,4 @@ Benchmark.die = function(message) {
console.log(Benchmark.originals.setTimeout.call(window, function() {}, 9999));
try { (0)() } catch(ex) { console.error(ex.stack); }
throw message;
-};
+};
« no previous file with comments | « tools/memory_watcher/preamble_patcher_with_stub.cc ('k') | tools/playback_benchmark/playback.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698