Chromium Code Reviews| Index: git_map.py |
| diff --git a/git_map.py b/git_map.py |
| index f93e6b8963147d1446c85a30b0822f8c104921d5..70013251607fd08193256c887e5190c38477fc3d 100755 |
| --- a/git_map.py |
| +++ b/git_map.py |
| @@ -1,4 +1,8 @@ |
| #!/usr/bin/env python |
| +# Copyright 2014 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. |
| + |
| """ |
| Provides an augmented `git log --graph` view. In particular, it also annotates |
| commits with branches + tags that point to them. Items are colorized as follows: |