diff options
Diffstat (limited to 'webkit/tools')
4 files changed, 16 insertions, 0 deletions
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 |