about summary refs log tree commit diff
path: root/src/libcore/tests
diff options
context:
space:
mode:
author1011X <1011XXXXX@gmail.com>2018-03-05 17:02:11 -0500
committer1011X <1011XXXXX@gmail.com>2018-03-05 17:02:11 -0500
commita39b62d838d7642ca100c069b6b1b716ef7eb97b (patch)
treefaa00fd68bddb0d0adcf74ca5076621d04e8f146 /src/libcore/tests
parent1b3d1fc2aad94f73d927057f497cb086f1fb0d83 (diff)
downloadrust-a39b62d838d7642ca100c069b6b1b716ef7eb97b.tar.gz
rust-a39b62d838d7642ca100c069b6b1b716ef7eb97b.zip
Copy license into libcore/tests/ascii.rs
Diffstat (limited to 'src/libcore/tests')
-rw-r--r--src/libcore/tests/ascii.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libcore/tests/ascii.rs b/src/libcore/tests/ascii.rs
index 9cc3cd18be5..dbed5920519 100644
--- a/src/libcore/tests/ascii.rs
+++ b/src/libcore/tests/ascii.rs
@@ -1,3 +1,13 @@
+// Copyright 2013-2014 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.
+
 use char::from_u32;
 
 #[test]