Index: tools/memory_watcher/scripts/summary.pl |
diff --git a/tools/memory_watcher/scripts/summary.pl b/tools/memory_watcher/scripts/summary.pl |
old mode 100644 |
new mode 100755 |
index aca4e0ddae88fcc103e150c066ed367f80933c4f..4ba10c1cc668e6fd9a44ef1980c8142af328d7fb |
--- a/tools/memory_watcher/scripts/summary.pl |
+++ b/tools/memory_watcher/scripts/summary.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. |
# |
# Read a memtrace logfile from stdin and group memory allocations by logical |
# code component. The code component is guessed from the callstack, and |