Skip to content

Commit

Permalink
Merge pull request #105 from lzutao/remove-license-banner
Browse files Browse the repository at this point in the history
Remove copyright banner just like rustc repo
  • Loading branch information
Mark-Simulacrum authored Sep 9, 2020
2 parents 176217a + ba0d505 commit 3f7175c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 34 deletions.
7 changes: 0 additions & 7 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
// Copyright 2018 The Rust Project Developers
//
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
// http://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 std::env;

fn main() {
Expand Down
7 changes: 0 additions & 7 deletions src/git.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
// Copyright 2018 The Rust Project Developers
//
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
// http://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.

//! Get git commits with help of the libgit2 library

const RUST_SRC_URL: &str = "https://github.com/rust-lang/rust";
Expand Down
7 changes: 0 additions & 7 deletions src/least_satisfying.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
// Copyright 2018 The Rust Project Developers
//
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
// http://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 std::collections::BTreeMap;
use std::fmt;

Expand Down
7 changes: 0 additions & 7 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
// Copyright 2018 The Rust Project Developers
//
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
// http://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 std::env;
use std::ffi::OsString;
use std::fmt;
Expand Down
6 changes: 0 additions & 6 deletions src/toolchains.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// Copyright 2018 The Rust Project Developers
//
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
// http://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 std::fmt;
use std::fs;
use std::io::{self, Read, Write};
Expand Down

0 comments on commit 3f7175c

Please sign in to comment.