Auto merge of #20088 - mbrubeck:license, r=SimonSapin

Fix license metadata for servo_arc crate

The header in lib.rs states that this library is MIT / Apache-2.0, since it is forked from the Rust standard library.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20088)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-02-21 19:35:55 -05:00 committed by GitHub
commit 6c93afc8fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View file

@ -1,8 +1,8 @@
[package]
name = "servo_arc"
version = "0.1.0"
version = "0.1.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
license = "MIT/Apache-2.0"
repository = "https://github.com/servo/servo"
description = "A fork of std::sync::Arc with some extra functionality and without weak references"