diff options
Diffstat (limited to 'webkit/build')
-rwxr-xr-x | webkit/build/JSConfig/create-config.sh | 6 | ||||
-rwxr-xr-x | webkit/build/JavaScriptCore/build-generated-files.sh | 4 | ||||
-rwxr-xr-x | webkit/build/KJSBindings/build-generated-files.sh | 4 | ||||
-rwxr-xr-x | webkit/build/V8Bindings/build-generated-files.sh | 6 |
4 files changed, 18 insertions, 2 deletions
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 |