summaryrefslogtreecommitdiffstats
path: root/chrome/tools
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-25 20:59:27 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-25 20:59:27 +0000
commite46cdae0b2ed7d421ce97e47af12a658ef82cf0b (patch)
treeffd2fb1a186db2576126901450dc9a121601c99f /chrome/tools
parentae6a8a53c05e77c9c77d4d608915844b6d73593e (diff)
downloadchromium_src-e46cdae0b2ed7d421ce97e47af12a658ef82cf0b.zip
chromium_src-e46cdae0b2ed7d421ce97e47af12a658ef82cf0b.tar.gz
chromium_src-e46cdae0b2ed7d421ce97e47af12a658ef82cf0b.tar.bz2
Add license information to our shell scripts.
Downstream packagers are (rightly) careful about the license of code that they distribute and so we want to dot our i's. http://codereview.chromium.org/174372 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24311 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rwxr-xr-xchrome/tools/build/linux/sed.sh4
-rwxr-xr-xchrome/tools/build/win/make_chromebot_zip.sh4
-rwxr-xr-xchrome/tools/build/win/make_zip.sh4
-rwxr-xr-xchrome/tools/extract_actions.sh4
4 files changed, 16 insertions, 0 deletions
diff --git a/chrome/tools/build/linux/sed.sh b/chrome/tools/build/linux/sed.sh
index 9284a28..22615cb 100755
--- a/chrome/tools/build/linux/sed.sh
+++ b/chrome/tools/build/linux/sed.sh
@@ -1,5 +1,9 @@
#!/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.
+
# Does the equivalent of
# sed -e A -e B infile > outfile
# in a world where doing it from gyp eats the redirection.
diff --git a/chrome/tools/build/win/make_chromebot_zip.sh b/chrome/tools/build/win/make_chromebot_zip.sh
index bc53dbe..4e5f4c5 100755
--- a/chrome/tools/build/win/make_chromebot_zip.sh
+++ b/chrome/tools/build/win/make_chromebot_zip.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.
+
# A simple shell script for creating necessary zip files for ChromeBot runs
# from an output directory.
# Pass the path to the output directory you wish to package.
diff --git a/chrome/tools/build/win/make_zip.sh b/chrome/tools/build/win/make_zip.sh
index 2fe8af12..da27f80 100755
--- a/chrome/tools/build/win/make_zip.sh
+++ b/chrome/tools/build/win/make_zip.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.
+
# A simple shell script for creating a chrome zip from an output directory.
# Pass the path to the output directory you wish to package.
diff --git a/chrome/tools/extract_actions.sh b/chrome/tools/extract_actions.sh
index a5316d4..9c1d443 100755
--- a/chrome/tools/extract_actions.sh
+++ b/chrome/tools/extract_actions.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.
+
system_root=`cygpath "$SYSTEMROOT"`
export PATH="/usr/bin:$system_root/system32:$system_root:$system_root/system32/WBEM"