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

Unified Diff: chrome/tools/history-viz.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/history-viz.py
diff --git a/chrome/tools/history-viz.py b/chrome/tools/history-viz.py
index ecceee4ae99db98f3ad007409bbbe4db384d3dcf..6f82126b860fad089ce7b6c710e72ed1145c926f 100755
--- a/chrome/tools/history-viz.py
+++ b/chrome/tools/history-viz.py
@@ -1,6 +1,7 @@
#!/usr/bin/python
-#
-# Copyright 2008 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.
"""Process a History database and dump a .dot file suitable for GraphViz.

Powered by Google App Engine
This is Rietveld 408576698