about summary refs log tree commit diff
path: root/rustc_tools_util/src
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2018-10-06 09:18:06 -0700
committerManish Goregaokar <manishsmail@gmail.com>2018-10-06 09:43:08 -0700
commite9c025ea70f9297836d62e0f0c959b9359a8035a (patch)
tree6cf90e94251593013441fdc730c341362dfcfbbb /rustc_tools_util/src
parentca437e81a730e2b449b50e00f3bb7f3d381f327d (diff)
downloadrust-e9c025ea70f9297836d62e0f0c959b9359a8035a.tar.gz
rust-e9c025ea70f9297836d62e0f0c959b9359a8035a.zip
Add license header to Rust files
Diffstat (limited to 'rustc_tools_util/src')
-rw-r--r--rustc_tools_util/src/lib.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/rustc_tools_util/src/lib.rs b/rustc_tools_util/src/lib.rs
index 09d80072d66..0951a0dee28 100644
--- a/rustc_tools_util/src/lib.rs
+++ b/rustc_tools_util/src/lib.rs
@@ -1,3 +1,13 @@
+// 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]