Skip to content

Commit 3f7175c

Browse files
Merge pull request #105 from lzutao/remove-license-banner
Remove copyright banner just like rustc repo
2 parents 176217a + ba0d505 commit 3f7175c

File tree

5 files changed

+0
-34
lines changed

5 files changed

+0
-34
lines changed

build.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
// Copyright 2018 The Rust Project Developers
2-
//
3-
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
4-
// http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5-
// http://opensource.org/licenses/MIT>, at your option. This file may not be
6-
// copied, modified, or distributed except according to those terms.
7-
81
use std::env;
92

103
fn main() {

src/git.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
// Copyright 2018 The Rust Project Developers
2-
//
3-
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
4-
// http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5-
// http://opensource.org/licenses/MIT>, at your option. This file may not be
6-
// copied, modified, or distributed except according to those terms.
7-
81
//! Get git commits with help of the libgit2 library
92
103
const RUST_SRC_URL: &str = "https://github.com/rust-lang/rust";

src/least_satisfying.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
// Copyright 2018 The Rust Project Developers
2-
//
3-
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
4-
// http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5-
// http://opensource.org/licenses/MIT>, at your option. This file may not be
6-
// copied, modified, or distributed except according to those terms.
7-
81
use std::collections::BTreeMap;
92
use std::fmt;
103

src/main.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
// Copyright 2018 The Rust Project Developers
2-
//
3-
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
4-
// http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5-
// http://opensource.org/licenses/MIT>, at your option. This file may not be
6-
// copied, modified, or distributed except according to those terms.
7-
81
use std::env;
92
use std::ffi::OsString;
103
use std::fmt;

src/toolchains.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
// Copyright 2018 The Rust Project Developers
2-
//
3-
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
4-
// http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5-
// http://opensource.org/licenses/MIT>, at your option. This file may not be
6-
// copied, modified, or distributed except according to those terms.
71
use std::fmt;
82
use std::fs;
93
use std::io::{self, Read, Write};

0 commit comments

Comments
 (0)