about summary refs log tree commit diff
path: root/rustc_tools_util
diff options
context:
space:
mode:
authorPhilipp Hansch <dev@phansch.net>2019-01-07 22:33:18 +0100
committerPhilipp Hansch <dev@phansch.net>2019-01-08 21:46:39 +0100
commit38d4ac7ceaf8ace26864e847c8280dc66410587c (patch)
tree62668640ae377c7e2cd54103d21dc580cc182b13 /rustc_tools_util
parent5b8496603c4db231719b67c1f88b409e7b278e5e (diff)
downloadrust-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')
-rw-r--r--rustc_tools_util/README.md2
-rw-r--r--rustc_tools_util/src/lib.rs9
2 files changed, 1 insertions, 10 deletions
diff --git a/rustc_tools_util/README.md b/rustc_tools_util/README.md
index b101f55e509..a88f47e4dbc 100644
--- a/rustc_tools_util/README.md
+++ b/rustc_tools_util/README.md
@@ -49,7 +49,7 @@ This gives the following output in clippy:
 
 ## License
 
-Copyright 2014-2018 The Rust Project Developers
+Copyright 2014-2019 The Rust Project Developers
 
 Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
 http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
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]