diff options
Diffstat (limited to 'webkit/tools/layout_tests/rebaseline.sh')
-rwxr-xr-x | webkit/tools/layout_tests/rebaseline.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |