]> git.lizzy.rs Git - rust.git/blobdiff - build.rs
Merge pull request #3287 from JoshMcguigan/cmp_owned-2925
[rust.git] / build.rs
index 146a8dae74596a25c5042447e846f4a38c1888c2..336f0295bdf6fc9fda9b593a69bf22cdf6fb7dbf 100644 (file)
--- a/build.rs
+++ b/build.rs
@@ -1,3 +1,13 @@
+// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
+// file at the top-level directory of this distribution.
+//
+// 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.
+
+
 fn main() {
     // Forward the profile to the main compilation
     println!("cargo:rustc-env=PROFILE={}", std::env::var("PROFILE").unwrap());