diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-28 16:41:51 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-28 16:41:51 +0000 |
commit | fe1aceb5d5d27cded352616bf47379fe4afa50b6 (patch) | |
tree | 09d5e28d2c6d36a513c47201b27738b6c99ae151 /chrome/tools/history-viz.py | |
parent | c063b4893b50c2bb759ca5409b242de5caab7066 (diff) | |
download | chromium_src-fe1aceb5d5d27cded352616bf47379fe4afa50b6.zip chromium_src-fe1aceb5d5d27cded352616bf47379fe4afa50b6.tar.gz chromium_src-fe1aceb5d5d27cded352616bf47379fe4afa50b6.tar.bz2 |
Add some licensing comments under chrome/.
BUG=28291
Review URL: http://codereview.chromium.org/507067
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35301 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/history-viz.py')
-rwxr-xr-x | chrome/tools/history-viz.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/tools/history-viz.py b/chrome/tools/history-viz.py index ecceee4..6f82126 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. |