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

Unified Diff: webkit/build/JSConfig/create-config.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
« no previous file with comments | « tools/valgrind/valgrind_webkit_tests.sh ('k') | webkit/build/JavaScriptCore/build-generated-files.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/build/JSConfig/create-config.sh
diff --git a/webkit/build/JSConfig/create-config.sh b/webkit/build/JSConfig/create-config.sh
index 228a14d9a34eb86f5c10c7c5d218d2d60b9bbb89..8a673ccb73fd7c012a62fd226d2a7767866d3707 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.
#
« no previous file with comments | « tools/valgrind/valgrind_webkit_tests.sh ('k') | webkit/build/JavaScriptCore/build-generated-files.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698