Index: chrome/common/extensions/docs/examples/extensions/mappy/mappy_content_script.js |
diff --git a/chrome/common/extensions/docs/examples/extensions/mappy/mappy_content_script.js b/chrome/common/extensions/docs/examples/extensions/mappy/mappy_content_script.js |
index c4c5fba37df7eb0e250ff54accbcf566d9d7ccc8..2393a0ffcb2074bc3f5fa4c109f46ea057cb7a40 100644 |
--- a/chrome/common/extensions/docs/examples/extensions/mappy/mappy_content_script.js |
+++ b/chrome/common/extensions/docs/examples/extensions/mappy/mappy_content_script.js |
@@ -1,3 +1,7 @@ |
+// Copyright (c) 2011 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. |
+ |
// The background page is asking us to find an address on the page. |
if (window == top) { |
chrome.extension.onRequest.addListener(function(req, sender, sendResponse) { |