Skip to content

Commit

Permalink
Fix license metadata for servo_arc crate
Browse files Browse the repository at this point in the history
The header in lib.rs states that this library is MIT / Apache-2.0, since
it is forked from the Rust standard library.
  • Loading branch information
mbrubeck committed Feb 22, 2018
1 parent 05b8ba0 commit 568038c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions components/servo_arc/Cargo.toml
@@ -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"

Expand Down

0 comments on commit 568038c

Please sign in to comment.