Chromium Code Reviews| Index: tests/hooks.sh |
| =================================================================== |
| --- tests/hooks.sh (revision 142106) |
| +++ tests/hooks.sh (working copy) |
| @@ -1,5 +1,9 @@ |
| #!/bin/bash |
| +# Copyright (c) 2012 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. |
| + |
| # Tests the "preupload and predcommit hooks" functionality, which lets you run |
| # hooks by installing a script into .git/hooks/pre-cl-* first. |