about summary refs log tree commit diff
path: root/src/librustc_errors
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2016-10-19 17:19:00 -0400
committerNiko Matsakis <niko@alum.mit.edu>2016-11-01 14:08:56 -0400
commitad46ad6a77e6909b5ecab19825687e2c3a1e57f1 (patch)
tree67b7d7e52d5258a791462b6a982ba95fe45983eb /src/librustc_errors
parentfa9ebfc74e28ea2efb0508b3e2c73cc27ce3b65f (diff)
downloadrust-ad46ad6a77e6909b5ecab19825687e2c3a1e57f1.tar.gz
rust-ad46ad6a77e6909b5ecab19825687e2c3a1e57f1.zip
pacify the mercilous tidy
Diffstat (limited to 'src/librustc_errors')
-rw-r--r--src/librustc_errors/diagnostic.rs10
-rw-r--r--src/librustc_errors/diagnostic_builder.rs10
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;