| Index: build/install-build-deps.sh
|
| diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
|
| index ad292115b0940e350b5bc08caff4b51685cb9380..5c3f47ed91c24371e9c5440b48d78a45d8cfeb9e 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
|
|
|