Skip to content

Commit

Permalink
Add licenses to all Cargo.toml files (#413)
Browse files Browse the repository at this point in the history
This will allow `cargo license` to work properly in the future.
  • Loading branch information
mrobinson committed Jan 1, 2024
1 parent 971dd33 commit 2c8be34
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions backends/auto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "servo-media-auto"
version = "0.1.0"
authors = ["The Servo Project Developers"]
edition = "2021"
license = "MPL-2.0"

[lib]
name = "servo_media_auto"
Expand Down
1 change: 1 addition & 0 deletions backends/dummy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "servo-media-dummy"
version = "0.1.0"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"

[lib]
name = "servo_media_dummy"
Expand Down
1 change: 1 addition & 0 deletions backends/gstreamer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "servo-media-gstreamer"
version = "0.1.0"
authors = ["The Servo Project Developers"]
edition = "2021"
license = "MPL-2.0"

[lib]
name = "servo_media_gstreamer"
Expand Down
1 change: 1 addition & 0 deletions backends/gstreamer/render-android/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "servo-media-gstreamer-render-android"
version = "0.1.0"
authors = ["The Servo Project Developers"]
edition = "2021"
license = "MPL-2.0"

[lib]
name = "servo_media_gstreamer_render_android"
Expand Down
1 change: 1 addition & 0 deletions backends/gstreamer/render-unix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "servo-media-gstreamer-render-unix"
version = "0.1.0"
authors = ["The Servo Project Developers"]
edition = "2021"
license = "MPL-2.0"

[features]
gl-egl = ["gstreamer-gl-egl"]
Expand Down
1 change: 1 addition & 0 deletions backends/gstreamer/render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "servo-media-gstreamer-render"
version = "0.1.0"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"

[lib]
name = "servo_media_gstreamer_render"
Expand Down
1 change: 1 addition & 0 deletions examples/android/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "servo_media_android"
description = "Android lib to use Servo Media from Android Java"
version = "0.1.0"
authors = ["Fernando Jiménez Moreno <ferjmoreno@gmail.com>"]
license = "MPL-2.0"

[lib]
crate-type = ["cdylib"]
Expand Down
1 change: 1 addition & 0 deletions servo-media-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "servo_media_derive"
version = "0.1.0"
authors = ["Fernando Jiménez Moreno <ferjmoreno@gmail.com>"]
license = "MPL-2.0"

[lib]
name = "servo_media_derive"
Expand Down
1 change: 1 addition & 0 deletions servo-media/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "servo-media"
version = "0.1.0"
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
license = "MPL-2.0"

[lib]
name = "servo_media"
Expand Down
1 change: 1 addition & 0 deletions streams/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "servo-media-streams"
version = "0.1.0"
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
edition = "2018"
license = "MPL-2.0"

[lib]
name = "servo_media_streams"
Expand Down
1 change: 1 addition & 0 deletions traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "servo-media-traits"
version = "0.1.0"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"

[lib]
name = "servo_media_traits"
Expand Down
1 change: 1 addition & 0 deletions webrtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "servo-media-webrtc"
version = "0.1.0"
authors = ["Josh Matthews <josh@joshmatthews.net>"]
license = "MPL-2.0"

[lib]
path = "lib.rs"
Expand Down

0 comments on commit 2c8be34

Please sign in to comment.