about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDouglas Campos <qmx@qmx.me>2018-06-09 14:29:03 +0000
committerDouglas Campos <qmx@qmx.me>2018-08-16 19:18:45 +0000
commite1a3762b912e00e893b5021c68132c1a684f6db0 (patch)
tree694c7d231e245a8b2df7b941827b64a188d6bcde
parentdf55b7c28fdcf96c6eed4356b9c5706496b25438 (diff)
downloadrust-e1a3762b912e00e893b5021c68132c1a684f6db0.tar.gz
rust-e1a3762b912e00e893b5021c68132c1a684f6db0.zip
add missing license header
-rw-r--r--src/test/ui/crate-in-paths.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/ui/crate-in-paths.rs b/src/test/ui/crate-in-paths.rs
index b368f0cb4b6..cbf3fd070a0 100644
--- a/src/test/ui/crate-in-paths.rs
+++ b/src/test/ui/crate-in-paths.rs
@@ -1,3 +1,13 @@
+// Copyright 2016 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.
+
 #![feature(crate_visibility_modifier)]
 #![feature(crate_in_paths)]