about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2017-10-31 14:49:29 -0500
committerDoug Goldstein <cardoe@cardoe.com>2017-10-31 14:49:29 -0500
commitea103ef57f16bda277324b6f01ab0d13398fdee5 (patch)
tree4a3426321a82dc8fa964a9e5623f111b7a632cce /src/libstd
parent8b22e70b2de5152db3b0c53cfa16eb96b0b9e40e (diff)
downloadrust-ea103ef57f16bda277324b6f01ab0d13398fdee5.tar.gz
rust-ea103ef57f16bda277324b6f01ab0d13398fdee5.zip
add license data to libstd
Include the license of libstd in the cargo metadata
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"