[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
experimental/szager/collated-output
dbeam@chromium.org 13 years ago
parent 2a75fdb0fc
commit b231210c12

@ -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,

Loading…
Cancel
Save