Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(900)

Unified Diff: webkit/build/V8Bindings/build-generated-files.sh

Issue 174372: Add license information to our shell scripts. (Closed)
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/build/V8Bindings/build-generated-files.sh
diff --git a/webkit/build/V8Bindings/build-generated-files.sh b/webkit/build/V8Bindings/build-generated-files.sh
index 5f561596c5c19cdb683b6c9da131fad975e1f855..82a9945a62b695e0a5a8789c55a30cdf22b5edfc 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
« no previous file with comments | « webkit/build/KJSBindings/build-generated-files.sh ('k') | webkit/tools/layout_tests/layout_package/http_server.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698