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

Unified Diff: chrome/tools/extract_histograms.py

Issue 507067: Add some licensing comments under chrome/. (Closed)
Patch Set: Created 11 years 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
Index: chrome/tools/extract_histograms.py
diff --git a/chrome/tools/extract_histograms.py b/chrome/tools/extract_histograms.py
index 97008a2047f86aa91f99ebec0472bafaf0a5cc8b..8c002f3b422f1d1ddb323aff56d1ceed08b1701d 100755
--- a/chrome/tools/extract_histograms.py
+++ b/chrome/tools/extract_histograms.py
@@ -1,5 +1,7 @@
#!/usr/bin/python
-# Copyright 2007 Google Inc. All rights reserved.
+# Copyright (c) 2009 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.
"""Extract UMA histogram strings from the Chrome source.

Powered by Google App Engine
This is Rietveld 408576698