chore: Change AGPL-licensed crates to GPL (except for collab) (#4231)
- [x] Fill in GPL license text. - [x] live_kit_client depends on live_kit_server as non-dev dependency, even though it seems to only be used for tests. Is that an issue? Release Notes: - N/A
This commit is contained in:
parent
b20b1d446f
commit
f2ff7fa4d5
222 changed files with 821 additions and 147 deletions
|
@ -3,7 +3,7 @@ name = "recent_projects"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
license = "AGPL-3.0-only"
|
||||
license = "GPL-3.0-only"
|
||||
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../../LICENSE-AGPL
|
1
crates/recent_projects/LICENSE-GPL
Symbolic link
1
crates/recent_projects/LICENSE-GPL
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../LICENSE-GPL
|
Loading…
Add table
Add a link
Reference in a new issue