diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-25 20:59:27 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-25 20:59:27 +0000 |
commit | e46cdae0b2ed7d421ce97e47af12a658ef82cf0b (patch) | |
tree | ffd2fb1a186db2576126901450dc9a121601c99f /build | |
parent | ae6a8a53c05e77c9c77d4d608915844b6d73593e (diff) | |
download | chromium_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 'build')
-rwxr-xr-x | build/install-build-deps.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh index ad29211..5c3f47e 100755 --- a/build/install-build-deps.sh +++ b/build/install-build-deps.sh @@ -1,5 +1,9 @@ #!/bin/bash -e +# 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. + # Script to install everything needed to build chromium (well, ideally, anyway) # See http://code.google.com/p/chromium/wiki/LinuxBuildInstructions # and http://code.google.com/p/chromium/wiki/LinuxBuild64Bit |