Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit ebdfab5

Browse files
committed
rls-data: Remove copyright headers
rust-lang/rust#58036
1 parent 127f396 commit ebdfab5

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

rls-data/src/config.rs

-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
// Copyright 2017 The Rust Project Developers. See the COPYRIGHT
2-
// at http://rust-lang.org/COPYRIGHT.
3-
//
4-
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
5-
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6-
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
7-
// option. This file may not be copied, modified, or distributed
8-
// except according to those terms.
9-
101
/// Used to configure save-analysis.
112
#[cfg_attr(feature = "serialize-serde", derive(Serialize, Deserialize))]
123
#[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))]

rls-data/src/lib.rs

-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
// Copyright 2017 The Rust Project Developers. See the COPYRIGHT
2-
// at http://rust-lang.org/COPYRIGHT.
3-
//
4-
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
5-
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6-
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
7-
// option. This file may not be copied, modified, or distributed
8-
// except according to those terms.
9-
101
#![cfg_attr(rustbuild, feature(staged_api, rustc_private))]
112
#![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))]
123

0 commit comments

Comments
 (0)