]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax/early_buffered_lints.rs
make it a migration lint
[rust.git] / src / libsyntax / early_buffered_lints.rs
index 204e07625adef153c989f690cddb229e41cbb9bf..a976af1435d2369edaf49596b760d5ff91561cc7 100644 (file)
@@ -1,3 +1,13 @@
+// Copyright 2017 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.
+
 //! Allows the buffering of lints for later.
 //!
 //! Since we cannot have a dependency on `librustc`, we implement some types here that are somewhat