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/graph | |
| parent | 416f388c6f567dfd2c009a36907447c9646100e5 (diff) | |
| download | rust-65ccffd22451d7d9aee762874afcb1fda0a4a4f0.tar.gz rust-65ccffd22451d7d9aee762874afcb1fda0a4a4f0.zip | |
Add licenses.
Diffstat (limited to 'src/librustc_data_structures/graph')
| -rw-r--r-- | src/librustc_data_structures/graph/test.rs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/librustc_data_structures/graph/test.rs b/src/librustc_data_structures/graph/test.rs index a26d1d2fbd9..33b2edd2e10 100644 --- a/src/librustc_data_structures/graph/test.rs +++ b/src/librustc_data_structures/graph/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. + use graph::*; use std::fmt::Debug; |
