]> git.lizzy.rs Git - rust.git/blobdiff - build.rs
feat: remove license_template_path config option
[rust.git] / build.rs
index 57422945adea6d2ee8588d0e75fb0a668d5db154..e7b1e1b854c07025ac06e9391859c2c1c7fd63af 100644 (file)
--- a/build.rs
+++ b/build.rs
@@ -1,13 +1,3 @@
-// Copyright 2017 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 <LICENSE-APACHE or
-// http://www.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::fs::File;
 use std::io::Write;