Skip to content

Commit 73b24b4

Browse files
author
bors-servo
authored
Auto merge of #99 - mbrubeck:license, r=larsbergstrom
Relicense as MIT/Apache-2.0 Closes #83. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/99) <!-- Reviewable:end -->
2 parents 93c530f + 8ca69bd commit 73b24b4

File tree

5 files changed

+232
-378
lines changed

5 files changed

+232
-378
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "smallvec"
33
version = "0.6.1"
44
authors = ["Simon Sapin <[email protected]>"]
5-
license = "MPL-2.0"
5+
license = "MIT/Apache-2.0"
66
repository = "https://github.com/servo/rust-smallvec"
77
description = "'Small vector' optimization: store up to a small number of items on the stack"
88
keywords = ["small", "vec", "vector", "stack", "no_std"]

LICENSE

Lines changed: 0 additions & 374 deletions
This file was deleted.

0 commit comments

Comments
 (0)