mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 10:08:41 +00:00
Bug 1802689 - Add missing licenses info in Cargo.toml r=mhoye,necko-reviewers,kershaw,valentin
Differential Revision: https://phabricator.services.mozilla.com/D163157
This commit is contained in:
parent
2b51bcabcc
commit
04363d3827
@ -1,6 +1,7 @@
|
||||
[package]
|
||||
name = "mozilla-central-workspace-hack"
|
||||
version = "0.1.0"
|
||||
license = "MPL-2.0"
|
||||
|
||||
# This is a hack to help rust code in the tree that are built by different
|
||||
# invocations of cargo share dependencies rather than rebuilding them. This is
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "mp4parse-gtest"
|
||||
version = "0.1.0"
|
||||
authors = ["nobody@mozilla.org"]
|
||||
license = "MPL-2.0"
|
||||
|
||||
[lib]
|
||||
path = "hello.rs"
|
||||
|
@ -3,6 +3,7 @@ name = "rsdparsa_capi"
|
||||
version = "0.1.0"
|
||||
authors = ["Paul Ellenbogen <pe5@cs.princeton.edu>",
|
||||
"Nils Ohlmeier <github@ohlmeier.org>"]
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
libc = "^0.2.0"
|
||||
|
@ -3,6 +3,7 @@ name = "mdns_service"
|
||||
version = "0.1.1"
|
||||
authors = ["Dan Minor <dminor@mozilla.com>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1.3.1"
|
||||
|
@ -3,6 +3,7 @@ name = "midir_impl"
|
||||
version = "0.1.0"
|
||||
authors = ["Gabriele Svelto"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
@ -31,6 +31,7 @@ name = "libudev-sys"
|
||||
version = "0.1.3"
|
||||
authors = ["Tim Taubert <ttaubert@mozilla.com>"]
|
||||
description = "FFI bindings to libudev"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
lazy_static = "1.0"
|
||||
|
@ -3,6 +3,7 @@ name = "fluent-ffi"
|
||||
version = "0.1.0"
|
||||
authors = ["Zibi Braniecki <zibi@braniecki.net>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
fluent = { version = "0.16.0", features = ["fluent-pseudo"] }
|
||||
|
@ -3,6 +3,7 @@ name = "l10nregistry-ffi"
|
||||
version = "0.1.0"
|
||||
authors = ["nobody@mozilla.org"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
futures-channel = "0.3"
|
||||
|
@ -3,6 +3,7 @@ name = "localization-ffi"
|
||||
version = "0.1.0"
|
||||
authors = ["nobody@mozilla.org"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
futures-channel = "0.3"
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "gluesmith"
|
||||
version = "0.1.0"
|
||||
authors = ["Christian Holler"]
|
||||
license = "MPL 2.0"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
wasm-smith = "0.11.8"
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "jsrust"
|
||||
version = "0.1.0"
|
||||
authors = ["The Spidermonkey developers"]
|
||||
license = "MPL-2.0"
|
||||
|
||||
[lib]
|
||||
name = "jsrust"
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "jsrust_shared"
|
||||
version = "0.1.0"
|
||||
authors = ["The Spidermonkey developers"]
|
||||
license = "MPL-2.0"
|
||||
|
||||
[lib]
|
||||
crate-type = ["rlib"]
|
||||
|
@ -3,6 +3,7 @@ name = "static_prefs"
|
||||
version = "0.1.0"
|
||||
authors = ["Nicholas Nethercote <nnethercote@mozilla.com>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
@ -2,5 +2,6 @@
|
||||
name = "prefs_parser"
|
||||
version = "0.0.1"
|
||||
authors = ["Nicholas Nethercote <nnethercote@mozilla.com>"]
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "mozglue-static"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
license = "MPL"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
|
@ -3,6 +3,7 @@ name = "http_sfv"
|
||||
version = "0.1.0"
|
||||
authors = ["barabass <yalyna.ts@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "mozurl"
|
||||
version = "0.0.1"
|
||||
authors = ["Nika Layzell <nika@thelayzells.com>"]
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
url = "2.0"
|
||||
|
@ -2,8 +2,9 @@
|
||||
name = "netwerk_helper"
|
||||
version = "0.0.1"
|
||||
authors = ["Jeff Hemphill <jthemphill@mozilla.com>"]
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
nserror = { path = "../../../xpcom/rust/nserror" }
|
||||
nsstring = { path = "../../../xpcom/rust/nsstring" }
|
||||
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
|
||||
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
|
||||
|
@ -3,6 +3,7 @@ name = "neqo_glue"
|
||||
version = "0.1.0"
|
||||
authors = ["Dragana Damjanovic <dd.mozilla@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[lib]
|
||||
name = "neqo_glue"
|
||||
|
@ -3,6 +3,7 @@ name = "http3server"
|
||||
version = "0.1.1"
|
||||
authors = ["Dragana Damjanovic <dragana.damjano@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
neqo-transport = { tag = "v0.6.1", git = "https://github.com/mozilla/neqo" }
|
||||
|
@ -3,6 +3,7 @@ name = "builtins-static"
|
||||
version = "0.1.0"
|
||||
authors = ["John Schanck <jschanck@mozilla.com>"]
|
||||
edition = "2021"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
pkcs11-bindings = "0.1.1"
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "cert_storage"
|
||||
version = "0.0.1"
|
||||
authors = ["Dana Keeler <dkeeler@mozilla.com>", "Mark Goodwin <mgoodwin@mozilla.com"]
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.13"
|
||||
|
@ -3,6 +3,7 @@ name = "ipcclientcerts-static"
|
||||
version = "0.1.0"
|
||||
authors = ["Dana Keeler <dkeeler@mozilla.com>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1.3"
|
||||
|
@ -3,6 +3,7 @@ name = "rsclientcerts"
|
||||
version = "0.1.0"
|
||||
authors = ["Dana Keeler <dkeeler@mozilla.com>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1.3"
|
||||
|
@ -3,6 +3,7 @@ name = "app_services_logger"
|
||||
version = "0.1.0"
|
||||
authors = ["lougeniac64 <lougeniaC64@users.noreply.github.com>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
@ -4,6 +4,7 @@ description = "A bridge for wiring up Sync engines implemented in Rust"
|
||||
version = "0.1.0"
|
||||
authors = ["The Firefox Sync Developers <sync-team@mozilla.com>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
atomic_refcell = "0.1"
|
||||
|
@ -4,6 +4,7 @@ description = "Rust bindings for mozStorage."
|
||||
version = "0.1.0"
|
||||
authors = ["Lina Cambridge <lina@yakshaving.ninja>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
|
@ -5,6 +5,7 @@ authors = [
|
||||
"Lina Cambridge <lina@yakshaving.ninja>",
|
||||
"Myk Melez <myk@mykzilla.org>"
|
||||
]
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "cascade_bloom_filter"
|
||||
version = "0.1.0"
|
||||
authors = ["Rob Wu <rob@robwu.nl>"]
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
nserror = { path = "../../../xpcom/rust/nserror" }
|
||||
|
@ -4,6 +4,7 @@ description = "The WebExtension `storage.sync` bindings for Firefox"
|
||||
version = "0.1.0"
|
||||
authors = ["The Firefox Sync Developers <sync-team@mozilla.com>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
atomic_refcell = "0.1"
|
||||
|
@ -4,6 +4,7 @@ version = "0.1.0"
|
||||
authors = ["Glean SDK team <glean-team@mozilla.com>"]
|
||||
edition = "2018"
|
||||
publish = false
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
bincode = "1.0"
|
||||
|
@ -4,6 +4,7 @@ version = "0.1.0"
|
||||
authors = ["Glean SDK team <glean-team@mozilla.com>"]
|
||||
edition = "2021"
|
||||
publish = false
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
fog = { path = "../../api" }
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "kvstore"
|
||||
version = "0.1.0"
|
||||
authors = ["Myk Melez <myk@mykzilla.org>"]
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
atomic_refcell = "0.1"
|
||||
|
@ -3,6 +3,7 @@ name = "bookmark_sync"
|
||||
version = "0.1.0"
|
||||
authors = ["Lina Cambridge <lina@yakshaving.ninja>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
atomic_refcell = "0.1"
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "processtools"
|
||||
version = "0.1.0"
|
||||
authors = ["David Teller <dteller@mozilla.com>"]
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
nserror = { path = "../../../xpcom/rust/nserror" }
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "uniffi-bindgen-gecko-js"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[[bin]]
|
||||
name = "uniffi-bindgen-gecko-js"
|
||||
|
@ -3,6 +3,7 @@ name = "mozwer_s"
|
||||
version = "0.1.0"
|
||||
authors = ["Gabriele Svelto <gsvelto@mozilla.com>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2.0"
|
||||
|
@ -3,6 +3,7 @@ name = "rust_minidump_writer_linux"
|
||||
version = "0.1.0"
|
||||
authors = ["Martin Sirringhaus"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
@ -2,8 +2,9 @@
|
||||
name = "detect_win32k_conflicts"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
thiserror = "1"
|
||||
winapi = { version = "0.3", features = ["winerror", "winreg"] }
|
||||
winapi = { version = "0.3", features = ["winerror", "winreg"] }
|
||||
|
@ -3,6 +3,7 @@ name = "gecko-profiler"
|
||||
version = "0.1.0"
|
||||
authors = ["The Mozilla Project Developers"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
profiler-macros = { path = "./macros" }
|
||||
|
@ -3,6 +3,7 @@ name = "profiler-macros"
|
||||
version = "0.1.0"
|
||||
authors = ["The Mozilla Project Developers"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "profiler_helper"
|
||||
version = "0.1.0"
|
||||
authors = ["Markus Stange <mstange@themasta.com>"]
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
memmap2 = "0.5"
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "gkrust_utils"
|
||||
version = "0.1.0"
|
||||
authors = ["Jonathan Kingston <jkt@mozilla.com>"]
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
semver = "1.0"
|
||||
|
@ -3,6 +3,7 @@ name = "xpcom"
|
||||
version = "0.1.0"
|
||||
authors = ["Nika Layzell <nika@thelayzells.com>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
cstr = "0.2"
|
||||
|
@ -3,6 +3,7 @@ name = "xpcom_macros"
|
||||
version = "0.1.0"
|
||||
authors = ["Nika Layzell <nika@thelayzells.com>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user