X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fcheckstyle.rs;h=169a3741be46860d8de5d02a5f9ecbe87b7c862e;hb=b4b80b6395b6c52d774be04a8ea8ae70b6ac995c;hp=efc35a0b0836f54cca5154c676a93d6a2b2154c9;hpb=aec0a7c99952649e8fbf9bf5f4609af470c17c83;p=rust.git diff --git a/src/checkstyle.rs b/src/checkstyle.rs index efc35a0b083..169a3741be4 100644 --- a/src/checkstyle.rs +++ b/src/checkstyle.rs @@ -1,13 +1,3 @@ -// Copyright 2015 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 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. - use std::io::{self, Write}; use std::path::Path;