| 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.
|
|
|
|
|