Chromium Code Reviews| Index: presubmit_canned_checks.py |
| =================================================================== |
| --- presubmit_canned_checks.py (revision 118922) |
| +++ presubmit_canned_checks.py (working copy) |
| @@ -855,7 +855,7 @@ |
| r'All rights reserved\.\n' |
| r'.*? Use of this source code is governed by a BSD-style license that ' |
| r'can be\n' |
| - r'.*? found in the LICENSE file\.\n' |
| + r'.*? found in the LICENSE file\.( \*/)?\n' |
| ) % { |
| 'year': input_api.time.strftime('%Y'), |
| 'project': project_name, |