diff options
| author | Philipp Hansch <dev@phansch.net> | 2019-01-07 22:33:18 +0100 |
|---|---|---|
| committer | Philipp Hansch <dev@phansch.net> | 2019-01-08 21:46:39 +0100 |
| commit | 38d4ac7ceaf8ace26864e847c8280dc66410587c (patch) | |
| tree | 62668640ae377c7e2cd54103d21dc580cc182b13 /rustc_tools_util/src | |
| parent | 5b8496603c4db231719b67c1f88b409e7b278e5e (diff) | |
| download | rust-38d4ac7ceaf8ace26864e847c8280dc66410587c.tar.gz rust-38d4ac7ceaf8ace26864e847c8280dc66410587c.zip | |
Remove all copyright license headers
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
Diffstat (limited to 'rustc_tools_util/src')
| -rw-r--r-- | rustc_tools_util/src/lib.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/rustc_tools_util/src/lib.rs b/rustc_tools_util/src/lib.rs index 49bfb7d8b59..f13fa12ccca 100644 --- a/rustc_tools_util/src/lib.rs +++ b/rustc_tools_util/src/lib.rs @@ -1,12 +1,3 @@ -// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT -// file at the top-level directory of this distribution. -// -// 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. - use std::env; #[macro_export] |
