]> git.lizzy.rs Git - rust.git/commitdiff
add copyright from template
authorHideki Sekine <sekineh@me.com>
Tue, 14 Aug 2018 14:19:12 +0000 (23:19 +0900)
committerHideki Sekine <sekineh@me.com>
Tue, 14 Aug 2018 14:19:12 +0000 (23:19 +0900)
src/test/run-make/git_clone_sha1.sh

index 626e4e4276121699a9bcf3090844212943503a6c..efcc93c73a5d2daf3cfd2d31a471c82ff7d5ef56 100644 (file)
@@ -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.
 #