diff --git a/crates/livekit_api/Cargo.toml b/crates/livekit_api/Cargo.toml index b087d6b451f1ab6c80dd063cd0b5336b2ad3f1fa..421deee113e7d1e4967c268f58ccc132d0284b01 100644 --- a/crates/livekit_api/Cargo.toml +++ b/crates/livekit_api/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition.workspace = true description = "SDK for the LiveKit server API" publish.workspace = true -license = "AGPL-3.0-or-later" +license = "GPL-3.0-or-later" [lints] workspace = true diff --git a/crates/livekit_api/LICENSE-AGPL b/crates/livekit_api/LICENSE-AGPL deleted file mode 120000 index 5f5cf25dc458e75f4050c7378c186fca9b68fd19..0000000000000000000000000000000000000000 --- a/crates/livekit_api/LICENSE-AGPL +++ /dev/null @@ -1 +0,0 @@ -../../LICENSE-AGPL \ No newline at end of file diff --git a/crates/livekit_api/LICENSE-GPL b/crates/livekit_api/LICENSE-GPL new file mode 120000 index 0000000000000000000000000000000000000000..89e542f750cd3860a0598eff0dc34b56d7336dc4 --- /dev/null +++ b/crates/livekit_api/LICENSE-GPL @@ -0,0 +1 @@ +../../LICENSE-GPL \ No newline at end of file diff --git a/script/check-licenses b/script/check-licenses index af5d340c621fe69b5b05e318a7482fbecdf0fb3e..a58806f37973162c0632fa7854409a9cc9041f01 100755 --- a/script/check-licenses +++ b/script/check-licenses @@ -5,7 +5,7 @@ set -euo pipefail check_license () { local dir="$1" local allowed_licenses=() - local agpl_crates=("crates/collab" "crates/livekit_api") + local agpl_crates=("crates/collab") local is_agpl=false for agpl_crate in "${agpl_crates[@]}"; do