diff options
| author | Josh Stone <jistone@redhat.com> | 2017-01-28 21:41:35 -0800 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2017-01-28 21:41:35 -0800 |
| commit | c051d2c8ad4b893580e891cb790aae6705ddb470 (patch) | |
| tree | 0720bf5edbf440732fc6fb1b96b96469e0c5731c /src/ci/docker/dist-powerpc64-linux | |
| parent | 23e8f70b460f03aa90b810394d3c6c84056a9f07 (diff) | |
| download | rust-c051d2c8ad4b893580e891cb790aae6705ddb470.tar.gz rust-c051d2c8ad4b893580e891cb790aae6705ddb470.zip | |
Add a license to build-powerpc64le-toolchain.sh
Diffstat (limited to 'src/ci/docker/dist-powerpc64-linux')
| -rwxr-xr-x | src/ci/docker/dist-powerpc64-linux/build-powerpc64le-toolchain.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ci/docker/dist-powerpc64-linux/build-powerpc64le-toolchain.sh b/src/ci/docker/dist-powerpc64-linux/build-powerpc64le-toolchain.sh index 98fbe504545..8b924ca34c4 100755 --- a/src/ci/docker/dist-powerpc64-linux/build-powerpc64le-toolchain.sh +++ b/src/ci/docker/dist-powerpc64-linux/build-powerpc64le-toolchain.sh @@ -1,4 +1,13 @@ #!/bin/bash +# Copyright 2017 The Rust Project Developers. See the COPYRIGHT +# file at the top-level directory of this distribution and at +# http://rust-lang.org/COPYRIGHT. +# +# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or +# http://www.apache.org/licenses/LICENSE-2.0> or the MIT license +# <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your +# option. This file may not be copied, modified, or distributed +# except according to those terms. set -ex |
