Commit b231210c authored by dbeam@chromium.org's avatar dbeam@chromium.org

[depot_tools] Removing unnecessary capturing regex.

R=maruel@chromium.org
BUG=None
TEST=Copyright check still works.


Review URL: http://codereview.chromium.org/9365077

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@122006 0039d316-1c4b-4281-b951-d872f2087c98
parent 2a75fdb0
......@@ -856,7 +856,7 @@ def PanProjectChecks(input_api, output_api,
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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment