Chromium Code Reviews| Index: tools/memory_watcher/scripts/finditem.pl |
| diff --git a/tools/memory_watcher/scripts/finditem.pl b/tools/memory_watcher/scripts/finditem.pl |
| old mode 100644 |
| new mode 100755 |
| index e1171ef81fc9000d37365d0f36f25ef7162d5019..4962fa3e41b7e5ae42b23cc65fd1f4de0649cecf |
| --- a/tools/memory_watcher/scripts/finditem.pl |
| +++ b/tools/memory_watcher/scripts/finditem.pl |
| @@ -1,4 +1,7 @@ |
| #!/usr/bin/perl |
| +# 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. |
| sub process_raw($$) { |
| my $file = shift; |