about summary refs log tree commit diff
diff options
context:
space:
mode:
authorHideki Sekine <sekineh@me.com>2018-08-14 23:19:12 +0900
committerHideki Sekine <sekineh@me.com>2018-08-14 23:19:12 +0900
commitad78c2fc55b09624846c12f407b39852fbf573e6 (patch)
tree92842d58e7b443334faaf07c54a13b48324488bb
parente9c2de89c114272fae337c19b5d6078080c8992b (diff)
add copyright from template
-rw-r--r--src/test/run-make/git_clone_sha1.sh10
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.
 #