diff options
| author | Hideki Sekine <sekineh@me.com> | 2018-08-14 23:19:12 +0900 |
|---|---|---|
| committer | Hideki Sekine <sekineh@me.com> | 2018-08-14 23:19:12 +0900 |
| commit | ad78c2fc55b09624846c12f407b39852fbf573e6 (patch) | |
| tree | 92842d58e7b443334faaf07c54a13b48324488bb | |
| parent | e9c2de89c114272fae337c19b5d6078080c8992b (diff) | |
add copyright from template
| -rw-r--r-- | src/test/run-make/git_clone_sha1.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/run-make/git_clone_sha1.sh b/src/test/run-make/git_clone_sha1.sh index 626e4e42761..efcc93c73a5 100644 --- a/src/test/run-make/git_clone_sha1.sh +++ b/src/test/run-make/git_clone_sha1.sh @@ -1,5 +1,15 @@ #!/bin/bash -x +# Copyright 2018 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. + # Usage: $0 project_name url sha1 # Get the crate with the specified sha1. # |
