Change license of crates/livekit_api from AGPL to GPL (#25206)

Release Notes:

- N/A
This commit is contained in:
Michael Sloan 2025-02-19 16:32:51 -07:00 committed by GitHub
parent 8102051e27
commit 3a77e5c8c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition.workspace = true edition.workspace = true
description = "SDK for the LiveKit server API" description = "SDK for the LiveKit server API"
publish.workspace = true publish.workspace = true
license = "AGPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]
workspace = true workspace = true

View file

@ -1 +0,0 @@
../../LICENSE-AGPL

View file

@ -0,0 +1 @@
../../LICENSE-GPL

View file

@ -5,7 +5,7 @@ set -euo pipefail
check_license () { check_license () {
local dir="$1" local dir="$1"
local allowed_licenses=() local allowed_licenses=()
local agpl_crates=("crates/collab" "crates/livekit_api") local agpl_crates=("crates/collab")
local is_agpl=false local is_agpl=false
for agpl_crate in "${agpl_crates[@]}"; do for agpl_crate in "${agpl_crates[@]}"; do