diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2015-04-08 18:53:56 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2015-04-17 10:12:55 -0400 |
| commit | 65ccffd22451d7d9aee762874afcb1fda0a4a4f0 (patch) | |
| tree | 16d7ec0f3430db467b75721d81e123c49784b4d7 /src/librustc_data_structures/unify | |
| parent | 416f388c6f567dfd2c009a36907447c9646100e5 (diff) | |
Add licenses.
Diffstat (limited to 'src/librustc_data_structures/unify')
| -rw-r--r-- | src/librustc_data_structures/unify/test.rs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/librustc_data_structures/unify/test.rs b/src/librustc_data_structures/unify/test.rs index d662842a37a..dbe3cfc7a48 100644 --- a/src/librustc_data_structures/unify/test.rs +++ b/src/librustc_data_structures/unify/test.rs @@ -1,3 +1,13 @@ +// Copyright 2015 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. + #![allow(non_snake_case)] extern crate test; |
