From ad78c2fc55b09624846c12f407b39852fbf573e6 Mon Sep 17 00:00:00 2001 From: Hideki Sekine Date: Tue, 14 Aug 2018 23:19:12 +0900 Subject: [PATCH] add copyright from template --- src/test/run-make/git_clone_sha1.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/test/run-make/git_clone_sha1.sh b/src/test/run-make/git_clone_sha1.sh index 626e4e4276121..efcc93c73a5d2 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 or the MIT license +# , 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. #