File tree Expand file tree Collapse file tree 10 files changed +1
-86
lines changed Expand file tree Collapse file tree 10 files changed +1
-86
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2014 The Rust Project Developers
1
+ Copyright (c) 2014-2020 The Rust Project Developers
2
2
3
3
Permission is hereby granted, free of charge, to any
4
4
person obtaining a copy of this software and associated
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
- # Copyright 2016 The Rust Project Developers. See the COPYRIGHT
3
- # file at the top-level directory of this distribution and at
4
- # http://rust-lang.org/COPYRIGHT.
5
- #
6
- # Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
7
- # http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
8
- # <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
9
- # option. This file may not be copied, modified, or distributed
10
- # except according to those terms.
11
2
12
3
set -ex
13
4
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
- # Copyright 2016 The Rust Project Developers. See the COPYRIGHT
3
- # file at the top-level directory of this distribution and at
4
- # http://rust-lang.org/COPYRIGHT.
5
- #
6
- # Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
7
- # http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
8
- # <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
9
- # option. This file may not be copied, modified, or distributed
10
- # except according to those terms.
11
2
12
3
set -ex
13
4
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- # Copyright 2017 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
-
13
3
set -ex
14
4
15
5
URL=https://dl.google.com/android/repository/sys-img/android
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
- # Copyright 2017 The Rust Project Developers. See the COPYRIGHT
3
- # file at the top-level directory of this distribution and at
4
- # http://rust-lang.org/COPYRIGHT.
5
- #
6
- # Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
7
- # http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
8
- # <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
9
- # option. This file may not be copied, modified, or distributed
10
- # except according to those terms.
11
2
12
3
set -ex
13
4
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
- # Copyright 2017 The Rust Project Developers. See the COPYRIGHT
3
- # file at the top-level directory of this distribution and at
4
- # http://rust-lang.org/COPYRIGHT.
5
- #
6
- # Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
7
- # http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
8
- # <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
9
- # option. This file may not be copied, modified, or distributed
10
- # except according to those terms.
11
2
12
3
set -ex
13
4
Original file line number Diff line number Diff line change 1
- // Copyright 2017 The Rust Project Developers. See the COPYRIGHT
2
- // file at the top-level directory of this distribution and at
3
- // http://rust-lang.org/COPYRIGHT.
4
- //
5
- // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6
- // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7
- // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8
- // option. This file may not be copied, modified, or distributed
9
- // except according to those terms.
10
-
11
1
// This is a script to deploy and execute a binary on an iOS simulator.
12
2
// The primary use of this is to be able to run unit tests on the simulator and
13
3
// retrieve the results.
Original file line number Diff line number Diff line change 1
- // Copyright 2018 The Rust Project Developers. See the COPYRIGHT
2
- // file at the top-level directory of this distribution and at
3
- // http://rust-lang.org/COPYRIGHT.
4
- //
5
- // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6
- // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7
- // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8
- // option. This file may not be copied, modified, or distributed
9
- // except according to those terms.
10
-
11
1
// libc port for HermitCore (https://hermitcore.org)
12
2
//
13
3
// Ported by Colin Fink <[email protected] >
Original file line number Diff line number Diff line change 1
- // Copyright 2012-2015 The Rust Project Developers. See the COPYRIGHT
2
- // file at the top-level directory of this distribution and at
3
- // http://rust-lang.org/COPYRIGHT.
4
- //
5
- // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6
- // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7
- // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8
- // option. This file may not be copied, modified, or distributed
9
- // except according to those terms.
10
1
//! libc - Raw FFI bindings to platforms' system libraries
11
2
//!
12
3
//! [Documentation for other platforms][pd].
Original file line number Diff line number Diff line change 1
- // Copyright 2018 The Rust Project Developers. See the COPYRIGHT
2
- // file at the top-level directory of this distribution and at
3
- // http://rust-lang.org/COPYRIGHT.
4
- //
5
- // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6
- // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7
- // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8
- // option. This file may not be copied, modified, or distributed
9
- // except according to those terms.
10
-
11
1
// liblibc port for HermitCore (https://hermitcore.org)
12
2
// HermitCore is a unikernel based on lwIP, newlib, and
13
3
// pthread-embedded.
You can’t perform that action at this time.
0 commit comments