mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Use SPDX license format
This commit is contained in:
parent
543fc51eeb
commit
9822075277
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
name = "hashglobe"
|
||||
version = "0.1.0"
|
||||
authors = ["The Rust Project Developers", "Manish Goregaokar <manishsmail@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "Fork of std::HashMap with stable fallible allocation."
|
||||
documentation = "https://docs.rs/hashglobe"
|
||||
repository = "https://github.com/Manishearth/hashglobe"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name = "malloc_size_of"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
license = "MIT/Apache-2.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name = "servo_arc"
|
||||
version = "0.1.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
license = "MIT/Apache-2.0"
|
||||
license = "MIT OR 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