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

@ -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