Skip to content

Commit ad78c2f

Browse files
committed
add copyright from template
1 parent e9c2de8 commit ad78c2f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/test/run-make/git_clone_sha1.sh

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
#!/bin/bash -x
22

3+
# Copyright 2018 The Rust Project Developers. See the COPYRIGHT
4+
# file at the top-level directory of this distribution and at
5+
# http://rust-lang.org/COPYRIGHT.
6+
#
7+
# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
8+
# http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
9+
# <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
10+
# option. This file may not be copied, modified, or distributed
11+
# except according to those terms.
12+
313
# Usage: $0 project_name url sha1
414
# Get the crate with the specified sha1.
515
#

0 commit comments

Comments
 (0)