Bug 1903993 - Use the SPDX license format for mozilla-central-managed crates r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D214524
This commit is contained in:
Martin Robinson 2024-06-24 10:23:39 +00:00
parent 5c93e06173
commit 878964c6d3
10 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
name = "bitflags"
version = "1.999.999"
edition = "2018"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
[lib]
path = "lib.rs"

View File

@ -2,7 +2,7 @@
name = "goblin"
version = "0.7.999"
edition = "2018"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
[lib]
path = "lib.rs"

View File

@ -2,7 +2,7 @@
name = "memoffset"
version = "0.8.999"
edition = "2018"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
[lib]
path = "lib.rs"

View File

@ -4,7 +4,7 @@ version = "0.3.0"
authors = ["Dan Glastonbury <dan.glastonbury@gmail.com>"]
repository = "https://github.com/servo/webrender"
description = "Derive macro for peek-poke."
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2018"
[lib]

View File

@ -3,7 +3,7 @@ authors = ["The Servo Project Developers"]
description = "Internal utility to measure memory usage in WebRender."
name = "wr_malloc_size_of"
version = "0.0.2"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2018"
[lib]

View File

@ -3,7 +3,7 @@ name = "encoding_glue"
description = "FFI functions for mozilla::Encoding that aren't appropriate to share on crates.io due to m-c dependencies"
version = "0.1.0"
authors = ["Henri Sivonen <hsivonen@hsivonen.fi>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
[features]
simd-accel = ["encoding_rs/simd-accel"]

View File

@ -2,7 +2,7 @@
name = "l10nregistry"
version = "0.3.0"
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
license = "Apache-2.0/MIT"
license = "Apache-2.0 OR MIT"
edition = "2018"
[dependencies]

View File

@ -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]

View File

@ -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"

View File

@ -2,7 +2,7 @@
name = "malloc_size_of_derive"
version = "0.1.3"
authors = ["The Servo Project Developers"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "Crate for Firefox memory reporting, not intended for external use"
[lib]