diff options
Diffstat (limited to 'build/install-build-deps.sh')
-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 |