Skip to content

Commit 3d0a14a

Browse files
frisoftrainliu
authored andcommitted
Update license field following SPDX 2.1 license expression standard
1 parent de25e64 commit 3d0a14a

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

constraints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["Vincent Esche <regexident@gmail.com>"]
55
edition = "2021"
66
description = "A pure Rust implementation of WebRTC Media Constraints API"
7-
license = "MIT/Apache-2.0"
7+
license = "MIT OR Apache-2.0"
88
documentation = "https://docs.rs/webrtc-constraints"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/constraints"

data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.7.0"
44
authors = ["Rain Liu <yliu@webrtc.rs>"]
55
edition = "2021"
66
description = "A pure Rust implementation of WebRTC DataChannel API"
7-
license = "MIT/Apache-2.0"
7+
license = "MIT OR Apache-2.0"
88
documentation = "https://docs.rs/webrtc-data"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/data"

dtls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.7.2"
44
authors = ["Rain Liu <yuliu@webrtc.rs>"]
55
edition = "2021"
66
description = "A pure Rust implementation of DTLS"
7-
license = "MIT/Apache-2.0"
7+
license = "MIT OR Apache-2.0"
88
documentation = "https://docs.rs/webrtc-dtls"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/dtls"

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.5.0"
44
authors = ["Rain Liu <yliu@webrtc.rs>"]
55
edition = "2021"
66
description = "Examples of WebRTC.rs stack"
7-
license = "MIT/Apache-2.0"
7+
license = "MIT OR Apache-2.0"
88
documentation = "https://docs.rs/examples"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/examples"

ice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.9.1"
44
authors = ["Rain Liu <yliu@webrtc.rs>"]
55
edition = "2021"
66
description = "A pure Rust implementation of ICE"
7-
license = "MIT/Apache-2.0"
7+
license = "MIT OR Apache-2.0"
88
documentation = "https://docs.rs/webrtc-ice"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/ice"

interceptor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.9.0"
44
authors = ["Rain Liu <yliu@webrtc.rs>"]
55
edition = "2021"
66
description = "A pure Rust implementation of Pluggable RTP/RTCP processors"
7-
license = "MIT/Apache-2.0"
7+
license = "MIT OR Apache-2.0"
88
documentation = "https://docs.rs/interceptor"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/interceptor"

mdns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.5.2"
44
authors = ["Rain Liu <yuliu@webrtc.rs>"]
55
edition = "2021"
66
description = "A pure Rust implementation of mDNS"
7-
license = "MIT/Apache-2.0"
7+
license = "MIT OR Apache-2.0"
88
documentation = "https://docs.rs/webrtc-mdns"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/mdns"

media/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.6.1"
44
authors = ["Rain Liu <yliu@webrtc.rs>"]
55
edition = "2021"
66
description = "A pure Rust implementation of WebRTC Media API"
7-
license = "MIT/Apache-2.0"
7+
license = "MIT OR Apache-2.0"
88
documentation = "https://docs.rs/webrtc-media"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/media"

rtcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.9.0"
44
authors = ["Rain Liu <yliu@webrtc.rs>", "Michael Uti <utimichael9@gmail.com>"]
55
edition = "2021"
66
description = "A pure Rust implementation of RTCP"
7-
license = "MIT/Apache-2.0"
7+
license = "MIT OR Apache-2.0"
88
documentation = "https://docs.rs/rtcp"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/rtcp"

rtp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.8.0"
44
authors = ["Rain Liu <yliu@webrtc.rs>", "Michael Uti <utimichael9@gmail.com>"]
55
edition = "2021"
66
description = "A pure Rust implementation of RTP"
7-
license = "MIT/Apache-2.0"
7+
license = "MIT OR Apache-2.0"
88
documentation = "https://docs.rs/rtp"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/rtp"

0 commit comments

Comments
 (0)