mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
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:
commit
6c93afc8fc
2 changed files with 15 additions and 15 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue