diff --git a/rls-data/src/config.rs b/rls-data/src/config.rs index 36d6198ec87..20fb8effe4f 100644 --- a/rls-data/src/config.rs +++ b/rls-data/src/config.rs @@ -1,12 +1,3 @@ -// Copyright 2017 The Rust Project Developers. See the COPYRIGHT -// at http://rust-lang.org/COPYRIGHT. -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. - /// Used to configure save-analysis. #[cfg_attr(feature = "serialize-serde", derive(Serialize, Deserialize))] #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] diff --git a/rls-data/src/lib.rs b/rls-data/src/lib.rs index de263e37e44..c43985f0350 100644 --- a/rls-data/src/lib.rs +++ b/rls-data/src/lib.rs @@ -1,12 +1,3 @@ -// Copyright 2017 The Rust Project Developers. See the COPYRIGHT -// at http://rust-lang.org/COPYRIGHT. -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. - #![cfg_attr(rustbuild, feature(staged_api, rustc_private))] #![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))]