Chromium Code Reviews| Index: git_freezer.py |
| diff --git a/git_freezer.py b/git_freezer.py |
| index 6e28b3e342b066f582fd46c48153f90a8038ebf9..d0e1bb48f740a67aadb0f3b50d07abe04b41cfb0 100755 |
| --- a/git_freezer.py |
| +++ b/git_freezer.py |
| @@ -1,4 +1,8 @@ |
| #!/usr/local/bin/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. |
| + |
| import sys |
| import re |
| import optparse |