diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2016-10-19 17:19:00 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2016-11-01 14:08:56 -0400 |
| commit | ad46ad6a77e6909b5ecab19825687e2c3a1e57f1 (patch) | |
| tree | 67b7d7e52d5258a791462b6a982ba95fe45983eb /src/librustc_errors | |
| parent | fa9ebfc74e28ea2efb0508b3e2c73cc27ce3b65f (diff) | |
| download | rust-ad46ad6a77e6909b5ecab19825687e2c3a1e57f1.tar.gz rust-ad46ad6a77e6909b5ecab19825687e2c3a1e57f1.zip | |
pacify the mercilous tidy
Diffstat (limited to 'src/librustc_errors')
| -rw-r--r-- | src/librustc_errors/diagnostic.rs | 10 | ||||
| -rw-r--r-- | src/librustc_errors/diagnostic_builder.rs | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/src/librustc_errors/diagnostic.rs b/src/librustc_errors/diagnostic.rs index 0f37daa5196..730ca8f9e2e 100644 --- a/src/librustc_errors/diagnostic.rs +++ b/src/librustc_errors/diagnostic.rs @@ -1,3 +1,13 @@ +// Copyright 2012-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 CodeSuggestion; use Level; use RenderSpan; diff --git a/src/librustc_errors/diagnostic_builder.rs b/src/librustc_errors/diagnostic_builder.rs index dd416cabb3c..7dfea6b8951 100644 --- a/src/librustc_errors/diagnostic_builder.rs +++ b/src/librustc_errors/diagnostic_builder.rs @@ -1,3 +1,13 @@ +// Copyright 2012-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 Diagnostic; use Level; use Handler; |
