From f5d2e16cb4af19ab440d9c6bc95cd000386e4730 Mon Sep 17 00:00:00 2001 From: Andrea Frigido Date: Thu, 20 Jul 2023 18:25:11 +0100 Subject: [PATCH] Update license field following SPDX 2.1 license expression standard --- constraints/Cargo.toml | 2 +- data/Cargo.toml | 2 +- dtls/Cargo.toml | 2 +- examples/Cargo.toml | 2 +- ice/Cargo.toml | 2 +- interceptor/Cargo.toml | 2 +- mdns/Cargo.toml | 2 +- media/Cargo.toml | 2 +- rtcp/Cargo.toml | 2 +- rtp/Cargo.toml | 2 +- sctp/Cargo.toml | 2 +- sdp/Cargo.toml | 2 +- srtp/Cargo.toml | 2 +- stun/Cargo.toml | 2 +- turn/Cargo.toml | 2 +- util/Cargo.toml | 2 +- webrtc/Cargo.toml | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/constraints/Cargo.toml b/constraints/Cargo.toml index e5d545471..0d467ae52 100644 --- a/constraints/Cargo.toml +++ b/constraints/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Vincent Esche "] edition = "2021" description = "A pure Rust implementation of WebRTC Media Constraints API" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/webrtc-constraints" homepage = "https://webrtc.rs" repository = "https://github.com/webrtc-rs/constraints" diff --git a/data/Cargo.toml b/data/Cargo.toml index dbd972643..ff04965f0 100644 --- a/data/Cargo.toml +++ b/data/Cargo.toml @@ -4,7 +4,7 @@ version = "0.7.0" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of WebRTC DataChannel API" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/webrtc-data" homepage = "https://webrtc.rs" repository = "https://github.com/webrtc-rs/data" diff --git a/dtls/Cargo.toml b/dtls/Cargo.toml index 18f170a81..9bb81ef0e 100644 --- a/dtls/Cargo.toml +++ b/dtls/Cargo.toml @@ -4,7 +4,7 @@ version = "0.7.2" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of DTLS" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/webrtc-dtls" homepage = "https://webrtc.rs" repository = "https://github.com/webrtc-rs/dtls" diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 07f277f6c..d42001ad2 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.0" authors = ["Rain Liu "] edition = "2021" description = "Examples of WebRTC.rs stack" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/examples" homepage = "https://webrtc.rs" repository = "https://github.com/webrtc-rs/examples" diff --git a/ice/Cargo.toml b/ice/Cargo.toml index 2f3210da5..b73d0ee5b 100644 --- a/ice/Cargo.toml +++ b/ice/Cargo.toml @@ -4,7 +4,7 @@ version = "0.9.1" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of ICE" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/webrtc-ice" homepage = "https://webrtc.rs" repository = "https://github.com/webrtc-rs/ice" diff --git a/interceptor/Cargo.toml b/interceptor/Cargo.toml index 274c4b0da..9c9d5b1d6 100644 --- a/interceptor/Cargo.toml +++ b/interceptor/Cargo.toml @@ -4,7 +4,7 @@ version = "0.9.0" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of Pluggable RTP/RTCP processors" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/interceptor" homepage = "https://webrtc.rs" repository = "https://github.com/webrtc-rs/interceptor" diff --git a/mdns/Cargo.toml b/mdns/Cargo.toml index f346477b8..b5c3f76e9 100644 --- a/mdns/Cargo.toml +++ b/mdns/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.2" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of mDNS" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/webrtc-mdns" homepage = "https://webrtc.rs" repository = "https://github.com/webrtc-rs/mdns" diff --git a/media/Cargo.toml b/media/Cargo.toml index 1600f638a..48c95d034 100644 --- a/media/Cargo.toml +++ b/media/Cargo.toml @@ -4,7 +4,7 @@ version = "0.6.1" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of WebRTC Media API" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/webrtc-media" homepage = "https://webrtc.rs" repository = "https://github.com/webrtc-rs/media" diff --git a/rtcp/Cargo.toml b/rtcp/Cargo.toml index 8773b2676..3000abd02 100644 --- a/rtcp/Cargo.toml +++ b/rtcp/Cargo.toml @@ -4,7 +4,7 @@ version = "0.9.0" authors = ["Rain Liu ", "Michael Uti "] edition = "2021" description = "A pure Rust implementation of RTCP" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/rtcp" homepage = "https://webrtc.rs" repository = "https://github.com/webrtc-rs/rtcp" diff --git a/rtp/Cargo.toml b/rtp/Cargo.toml index 27cf183dc..07a5d7e56 100644 --- a/rtp/Cargo.toml +++ b/rtp/Cargo.toml @@ -4,7 +4,7 @@ version = "0.8.0" authors = ["Rain Liu ", "Michael Uti "] edition = "2021" description = "A pure Rust implementation of RTP" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/rtp" homepage = "https://webrtc.rs" repository = "https://github.com/webrtc-rs/rtp" diff --git a/sctp/Cargo.toml b/sctp/Cargo.toml index 9e02bde67..dd852324a 100644 --- a/sctp/Cargo.toml +++ b/sctp/Cargo.toml @@ -4,7 +4,7 @@ version = "0.8.0" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of SCTP" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/webrtc-sctp" homepage = "https://webrtc.rs" repository = "https://github.com/webrtc-rs/sctp" diff --git a/sdp/Cargo.toml b/sdp/Cargo.toml index 03d5b17b1..1573d94da 100644 --- a/sdp/Cargo.toml +++ b/sdp/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.3" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of SDP" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/sdp" homepage = "https://webrtc.rs" repository = "https://github.com/webrtc-rs/sdp" diff --git a/srtp/Cargo.toml b/srtp/Cargo.toml index 6c9125036..2da68f9c5 100644 --- a/srtp/Cargo.toml +++ b/srtp/Cargo.toml @@ -4,7 +4,7 @@ version = "0.10.0" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of SRTP" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/webrtc-srtp" homepage = "https://webrtc.rs" repository = "https://github.com/webrtc-rs/srtp" diff --git a/stun/Cargo.toml b/stun/Cargo.toml index 71ae196b5..966059112 100644 --- a/stun/Cargo.toml +++ b/stun/Cargo.toml @@ -4,7 +4,7 @@ version = "0.4.4" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of STUN" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/stun" homepage = "https://webrtc.rs" repository = "https://github.com/webrtc-rs/stun" diff --git a/turn/Cargo.toml b/turn/Cargo.toml index 4e2fd52c5..9f723772b 100644 --- a/turn/Cargo.toml +++ b/turn/Cargo.toml @@ -4,7 +4,7 @@ version = "0.6.1" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of TURN" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/turn" homepage = "https://webrtc.rs" repository = "https://github.com/webrtc-rs/turn" diff --git a/util/Cargo.toml b/util/Cargo.toml index c706b6cf0..3c14aa664 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -4,7 +4,7 @@ version = "0.7.0" authors = ["Rain Liu "] edition = "2021" description = "Utilities for WebRTC.rs stack" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/webrtc-util" homepage = "https://webrtc.rs" repository = "https://github.com/webrtc-rs/util" diff --git a/webrtc/Cargo.toml b/webrtc/Cargo.toml index bd7f3437a..8f62b6da3 100644 --- a/webrtc/Cargo.toml +++ b/webrtc/Cargo.toml @@ -4,7 +4,7 @@ version = "0.8.0" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of WebRTC API" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/webrtc" homepage = "https://webrtc.rs" repository = "https://github.com/webrtc-rs/webrtc"