Index: tools/memory_watcher/scripts/memprof.pl |
diff --git a/tools/memory_watcher/scripts/memprof.pl b/tools/memory_watcher/scripts/memprof.pl |
old mode 100644 |
new mode 100755 |
index 571336f7873a95c499ca06c2c8cc1f1cd5809485..58ad8abdd1c99960bd2f91f0d753cf2863bb7ead |
--- a/tools/memory_watcher/scripts/memprof.pl |
+++ b/tools/memory_watcher/scripts/memprof.pl |
@@ -1,5 +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. |
# |
# Given a memwatcher logfile, group memory allocations by callstack. |
# |