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
22
33Permission is hereby granted, free of charge, to any
44person obtaining a copy of this software and associated
Original file line number Diff line number Diff line change 11#! /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.
112
123set -ex
134
Original file line number Diff line number Diff line change 11#! /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.
112
123set -ex
134
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
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-
133set -ex
144
155URL=https://dl.google.com/android/repository/sys-img/android
Original file line number Diff line number Diff line change 11#! /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.
112
123set -ex
134
Original file line number Diff line number Diff line change 11#! /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.
112
123set -ex
134
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-
111// This is a script to deploy and execute a binary on an iOS simulator.
122// The primary use of this is to be able to run unit tests on the simulator and
133// 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-
111// libc port for HermitCore (https://hermitcore.org)
122//
133// 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.
101//! libc - Raw FFI bindings to platforms' system libraries
112//!
123//! [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-
111// liblibc port for HermitCore (https://hermitcore.org)
122// HermitCore is a unikernel based on lwIP, newlib, and
133// pthread-embedded.
You can’t perform that action at this time.
0 commit comments