summaryrefslogtreecommitdiffstats
path: root/tools/findit/match_set.py
diff options
context:
space:
mode:
authorjeun@chromium.org <jeun@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-16 00:05:32 +0000
committerjeun@chromium.org <jeun@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-16 00:07:01 +0000
commit703d04a41fae2e16686d3b4a136403a6ecc30119 (patch)
tree576554a8e9b63fa406662e74585abc91051d8f98 /tools/findit/match_set.py
parent8366a42f8345fd4f237abe55fddc1701e02e363a (diff)
downloadchromium_src-703d04a41fae2e16686d3b4a136403a6ecc30119.zip
chromium_src-703d04a41fae2e16686d3b4a136403a6ecc30119.tar.gz
chromium_src-703d04a41fae2e16686d3b4a136403a6ecc30119.tar.bz2
[Findit] Fixed a bug where blame information is not correctly filtered and
normalization was not working properly. BUG= NOTRY=true Review URL: https://codereview.chromium.org/468653003 Cr-Commit-Position: refs/heads/master@{#290060} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290060 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/findit/match_set.py')
-rw-r--r--tools/findit/match_set.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/findit/match_set.py b/tools/findit/match_set.py
index c4fe99f..a22d0ef 100644
--- a/tools/findit/match_set.py
+++ b/tools/findit/match_set.py
@@ -1,4 +1,4 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
+# Copyright (c) 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.