From ea103ef57f16bda277324b6f01ab0d13398fdee5 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 31 Oct 2017 14:49:29 -0500 Subject: [PATCH] add license data to libstd Include the license of libstd in the cargo metadata --- src/libstd/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml index 5dd5f8953a0..c487cd82e46 100644 --- a/src/libstd/Cargo.toml +++ b/src/libstd/Cargo.toml @@ -3,6 +3,7 @@ authors = ["The Rust Project Developers"] name = "std" version = "0.0.0" build = "build.rs" +license = "MIT/Apache-2.0" [lib] name = "std"