Index: tools/valgrind/build-valgrind-for-chromium.sh |
diff --git a/tools/valgrind/build-valgrind-for-chromium.sh b/tools/valgrind/build-valgrind-for-chromium.sh |
index d07fc88b5dfea7d0c0b60fadad5fe3105c1bb87d..06b6ef6ce8acd9b024233c1c40ef72a6c3d2db8b 100755 |
--- a/tools/valgrind/build-valgrind-for-chromium.sh |
+++ b/tools/valgrind/build-valgrind-for-chromium.sh |
@@ -1,4 +1,9 @@ |
#!/bin/sh |
+ |
+# Copyright (c) 2009 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. |
+ |
# Script to build valgrind for use with chromium |
# |
# Can also be used to just prepare patched source tarball with MAKE_TARBALL=yes |