summaryrefslogtreecommitdiff
path: root/ci/ios
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-04-11 19:16:16 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2020-04-11 23:35:45 +0900
commit545c62f7d4cf9cca76719f7364ecfa8d891ab979 (patch)
treed6867bd5cad6f0988a7847ea82908ba74e26d5f4 /ci/ios
parent4c07b66112d555b325b66042725dff7e78fa8f3e (diff)
downloadrust-libc-545c62f7d4cf9cca76719f7364ecfa8d891ab979.tar.gz
Remove license headers
Diffstat (limited to 'ci/ios')
-rw-r--r--ci/ios/deploy_and_run_on_ios_simulator.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/ci/ios/deploy_and_run_on_ios_simulator.rs b/ci/ios/deploy_and_run_on_ios_simulator.rs
index 2075be6d62..aa1034fc74 100644
--- a/ci/ios/deploy_and_run_on_ios_simulator.rs
+++ b/ci/ios/deploy_and_run_on_ios_simulator.rs
@@ -1,13 +1,3 @@
-// Copyright 2017 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.
-
// This is a script to deploy and execute a binary on an iOS simulator.
// The primary use of this is to be able to run unit tests on the simulator and
// retrieve the results.