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

Unified Diff: tools/measure_page_load_time/ff_ext/content/measure_page_load_time.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/code_coverage/example.croc ('k') | tools/measure_page_load_time/ie_bho/MeasurePageLoadTime.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/measure_page_load_time/ff_ext/content/measure_page_load_time.js
diff --git a/tools/measure_page_load_time/ff_ext/content/measure_page_load_time.js b/tools/measure_page_load_time/ff_ext/content/measure_page_load_time.js
index d9a6ca66bd1b57e6a6473076c12eb1e989d04551..44473ccb10551dd9649c4d9f67593a3e34ea7a05 100644
--- a/tools/measure_page_load_time/ff_ext/content/measure_page_load_time.js
+++ b/tools/measure_page_load_time/ff_ext/content/measure_page_load_time.js
@@ -1,5 +1,7 @@
-// Copyright 2008 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 measure_page_load_time.js implements a Firefox extension
* for measuring how long a page takes to load. It waits on TCP port
« no previous file with comments | « tools/code_coverage/example.croc ('k') | tools/measure_page_load_time/ie_bho/MeasurePageLoadTime.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698