Use SPDX license format

This commit is contained in:
Alex Touchet 2022-10-10 15:48:05 -07:00
parent 543fc51eeb
commit 9822075277
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
name = "hashglobe" name = "hashglobe"
version = "0.1.0" version = "0.1.0"
authors = ["The Rust Project Developers", "Manish Goregaokar <manishsmail@gmail.com>"] 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." description = "Fork of std::HashMap with stable fallible allocation."
documentation = "https://docs.rs/hashglobe" documentation = "https://docs.rs/hashglobe"
repository = "https://github.com/Manishearth/hashglobe" repository = "https://github.com/Manishearth/hashglobe"

View file

@ -2,7 +2,7 @@
name = "malloc_size_of" name = "malloc_size_of"
version = "0.0.1" version = "0.0.1"
authors = ["The Servo Project Developers"] authors = ["The Servo Project Developers"]
license = "MIT/Apache-2.0" license = "MIT OR Apache-2.0"
publish = false publish = false
[lib] [lib]

View file

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