summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild/install-build-deps.sh4
-rwxr-xr-xchrome/tools/build/linux/sed.sh4
-rwxr-xr-xchrome/tools/build/win/make_chromebot_zip.sh4
-rwxr-xr-xchrome/tools/build/win/make_zip.sh4
-rwxr-xr-xchrome/tools/extract_actions.sh4
-rwxr-xr-xo3d/converter/mac/converter_install_name.sh3
-rwxr-xr-xo3d/plugin/mac/Tools/fix_install_names.sh4
-rwxr-xr-xtools/purify/chrome_tests.sh4
-rwxr-xr-xtools/traceline/traceline/assembler_unittest.sh4
-rwxr-xr-xtools/valgrind/build-valgrind-for-chromium.sh5
-rwxr-xr-xtools/valgrind/chrome_tests.sh4
-rw-r--r--tools/valgrind/shard-all-tests.sh5
-rwxr-xr-xtools/valgrind/valgrind.sh1
-rw-r--r--tools/valgrind/valgrind_webkit_tests.sh5
-rwxr-xr-xwebkit/build/JSConfig/create-config.sh6
-rwxr-xr-xwebkit/build/JavaScriptCore/build-generated-files.sh4
-rwxr-xr-xwebkit/build/KJSBindings/build-generated-files.sh4
-rwxr-xr-xwebkit/build/V8Bindings/build-generated-files.sh6
-rwxr-xr-xwebkit/tools/layout_tests/layout_package/http_server.sh4
-rwxr-xr-xwebkit/tools/layout_tests/rebaseline.sh4
-rwxr-xr-xwebkit/tools/layout_tests/run_webkit_tests.sh4
-rw-r--r--webkit/tools/layout_tests/test_output_formatter.sh4
22 files changed, 89 insertions, 2 deletions
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
index ad29211..5c3f47e 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -1,5 +1,9 @@
#!/bin/bash -e
+# 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 install everything needed to build chromium (well, ideally, anyway)
# See http://code.google.com/p/chromium/wiki/LinuxBuildInstructions
# and http://code.google.com/p/chromium/wiki/LinuxBuild64Bit
diff --git a/chrome/tools/build/linux/sed.sh b/chrome/tools/build/linux/sed.sh
index 9284a28..22615cb 100755
--- a/chrome/tools/build/linux/sed.sh
+++ b/chrome/tools/build/linux/sed.sh
@@ -1,5 +1,9 @@
#!/bin/bash
+# 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.
+
# Does the equivalent of
# sed -e A -e B infile > outfile
# in a world where doing it from gyp eats the redirection.
diff --git a/chrome/tools/build/win/make_chromebot_zip.sh b/chrome/tools/build/win/make_chromebot_zip.sh
index bc53dbe..4e5f4c5 100755
--- a/chrome/tools/build/win/make_chromebot_zip.sh
+++ b/chrome/tools/build/win/make_chromebot_zip.sh
@@ -1,5 +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.
+
# A simple shell script for creating necessary zip files for ChromeBot runs
# from an output directory.
# Pass the path to the output directory you wish to package.
diff --git a/chrome/tools/build/win/make_zip.sh b/chrome/tools/build/win/make_zip.sh
index 2fe8af12..da27f80 100755
--- a/chrome/tools/build/win/make_zip.sh
+++ b/chrome/tools/build/win/make_zip.sh
@@ -1,5 +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.
+
# A simple shell script for creating a chrome zip from an output directory.
# Pass the path to the output directory you wish to package.
diff --git a/chrome/tools/extract_actions.sh b/chrome/tools/extract_actions.sh
index a5316d4..9c1d443 100755
--- a/chrome/tools/extract_actions.sh
+++ b/chrome/tools/extract_actions.sh
@@ -1,5 +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.
+
system_root=`cygpath "$SYSTEMROOT"`
export PATH="/usr/bin:$system_root/system32:$system_root:$system_root/system32/WBEM"
diff --git a/o3d/converter/mac/converter_install_name.sh b/o3d/converter/mac/converter_install_name.sh
index f20f43d..b3448c2 100755
--- a/o3d/converter/mac/converter_install_name.sh
+++ b/o3d/converter/mac/converter_install_name.sh
@@ -1,5 +1,8 @@
#!/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.
/usr/bin/install_name_tool -change \
@executable_path/../Library/Frameworks/Cg.framework/Cg \
diff --git a/o3d/plugin/mac/Tools/fix_install_names.sh b/o3d/plugin/mac/Tools/fix_install_names.sh
index aae5c56..518f59c 100755
--- a/o3d/plugin/mac/Tools/fix_install_names.sh
+++ b/o3d/plugin/mac/Tools/fix_install_names.sh
@@ -1,5 +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.
+
# Since the web-plugin is not the main executable, we need to change
# the @executable_path reference to @loader_path for our embedded frameworks
#
diff --git a/tools/purify/chrome_tests.sh b/tools/purify/chrome_tests.sh
index 3c9c7da..7455048 100755
--- a/tools/purify/chrome_tests.sh
+++ b/tools/purify/chrome_tests.sh
@@ -1,5 +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.
+
system_root=`cygpath "$SYSTEMROOT"`
export PATH="/usr/bin:$system_root/system32:$system_root:$system_root/system32/WBEM"
diff --git a/tools/traceline/traceline/assembler_unittest.sh b/tools/traceline/traceline/assembler_unittest.sh
index 2112d8b..6be6191 100755
--- a/tools/traceline/traceline/assembler_unittest.sh
+++ b/tools/traceline/traceline/assembler_unittest.sh
@@ -1,3 +1,7 @@
#!/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.
+
./assembler_unittest.exe | ndisasm -u - | cut -c 11-
diff --git a/tools/valgrind/build-valgrind-for-chromium.sh b/tools/valgrind/build-valgrind-for-chromium.sh
index d07fc88..06b6ef6 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
diff --git a/tools/valgrind/chrome_tests.sh b/tools/valgrind/chrome_tests.sh
index 5523e36..666ff0c 100755
--- a/tools/valgrind/chrome_tests.sh
+++ b/tools/valgrind/chrome_tests.sh
@@ -1,5 +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.
+
# Select the valgrind built by build-valgrind-for-chromium.sh by default,
# but allow users to override this default without editing scripts and
# without specifying a commandline option
diff --git a/tools/valgrind/shard-all-tests.sh b/tools/valgrind/shard-all-tests.sh
index f07f136..9c66294 100644
--- a/tools/valgrind/shard-all-tests.sh
+++ b/tools/valgrind/shard-all-tests.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 run all tests under tools/valgrind/chrome_tests.sh
# in a loop looking for rare/flaky valgrind warnings, and
# generate suppressions for them, to be later filed as bugs
diff --git a/tools/valgrind/valgrind.sh b/tools/valgrind/valgrind.sh
index 532b32a..33ae8a2 100755
--- a/tools/valgrind/valgrind.sh
+++ b/tools/valgrind/valgrind.sh
@@ -1,4 +1,5 @@
#!/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.
diff --git a/tools/valgrind/valgrind_webkit_tests.sh b/tools/valgrind/valgrind_webkit_tests.sh
index f8c1299..e3e84a0 100644
--- a/tools/valgrind/valgrind_webkit_tests.sh
+++ b/tools/valgrind/valgrind_webkit_tests.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 run layout tests under valgrind
# Example:
# sh $0 LayoutTests/fast
diff --git a/webkit/build/JSConfig/create-config.sh b/webkit/build/JSConfig/create-config.sh
index 228a14d..8a673cc 100755
--- a/webkit/build/JSConfig/create-config.sh
+++ b/webkit/build/JSConfig/create-config.sh
@@ -1,5 +1,9 @@
#!/usr/bin/bash -x
-#
+
+# 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.
+
# In order to build KJS or V8 versions of Chrome, we need to create
# a custom configuration header. This script creates it.
#
diff --git a/webkit/build/JavaScriptCore/build-generated-files.sh b/webkit/build/JavaScriptCore/build-generated-files.sh
index 520f2f1..8644af3 100755
--- a/webkit/build/JavaScriptCore/build-generated-files.sh
+++ b/webkit/build/JavaScriptCore/build-generated-files.sh
@@ -1,5 +1,9 @@
#!/usr/bin/bash
+# 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.
+
# This file just sets some paths then defers file creation to
# DerivedSources.make.
# This file is almost the same as the one found in webkit. The only
diff --git a/webkit/build/KJSBindings/build-generated-files.sh b/webkit/build/KJSBindings/build-generated-files.sh
index 1f57e04..6095885 100755
--- a/webkit/build/KJSBindings/build-generated-files.sh
+++ b/webkit/build/KJSBindings/build-generated-files.sh
@@ -1,5 +1,9 @@
#!/usr/bin/bash
+# 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.
+
XSRCROOT="$1"
# Do a little dance to get the path into 8.3 form to make it safe for gnu make
# http://bugzilla.opendarwin.org/show_bug.cgi?id=8173
diff --git a/webkit/build/V8Bindings/build-generated-files.sh b/webkit/build/V8Bindings/build-generated-files.sh
index 5f56159..82a9945 100755
--- a/webkit/build/V8Bindings/build-generated-files.sh
+++ b/webkit/build/V8Bindings/build-generated-files.sh
@@ -1,5 +1,9 @@
#!/usr/bin/bash -x
-#
+
+# 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.
+
# This build script is similar to the one found in webkit.
# We've temporarily modified it to support conditional compiling of
# the V8 DerivedSources. When we build our DerivedSources, we build
diff --git a/webkit/tools/layout_tests/layout_package/http_server.sh b/webkit/tools/layout_tests/layout_package/http_server.sh
index fad7f05..b3f4b4b 100755
--- a/webkit/tools/layout_tests/layout_package/http_server.sh
+++ b/webkit/tools/layout_tests/layout_package/http_server.sh
@@ -1,5 +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.
+
exec_dir=$(dirname $0)
if [ "$OSTYPE" = "cygwin" ]; then
diff --git a/webkit/tools/layout_tests/rebaseline.sh b/webkit/tools/layout_tests/rebaseline.sh
index 0af97d1..8deb5bf 100755
--- a/webkit/tools/layout_tests/rebaseline.sh
+++ b/webkit/tools/layout_tests/rebaseline.sh
@@ -1,5 +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.
+
exec_dir=$(dirname $0)
PYTHON_PROG=python
diff --git a/webkit/tools/layout_tests/run_webkit_tests.sh b/webkit/tools/layout_tests/run_webkit_tests.sh
index 3cfdac9..ba6b807 100755
--- a/webkit/tools/layout_tests/run_webkit_tests.sh
+++ b/webkit/tools/layout_tests/run_webkit_tests.sh
@@ -1,5 +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.
+
exec_dir=$(dirname $0)
if [ "$OSTYPE" = "cygwin" ]; then
diff --git a/webkit/tools/layout_tests/test_output_formatter.sh b/webkit/tools/layout_tests/test_output_formatter.sh
index 220c5c4..2ea3e90 100644
--- a/webkit/tools/layout_tests/test_output_formatter.sh
+++ b/webkit/tools/layout_tests/test_output_formatter.sh
@@ -1,5 +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.
+
exec_dir=$(dirname $0)
if [ "$OSTYPE" = "cygwin" ]; then