anthropic: Fix license (#23867)
This PR fixes the license for the `anthropic` crate. It was mistakenly licensed as AGPL, despite being used outside of collab. It should be licensed as GPL. Release Notes: - N/A
This commit is contained in:
parent
ff72c6358e
commit
19383036d5
3 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ name = "anthropic"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
publish.workspace = true
|
publish.workspace = true
|
||||||
license = "AGPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
../../LICENSE-AGPL
|
|
1
crates/anthropic/LICENSE-GPL
Symbolic link
1
crates/anthropic/LICENSE-GPL
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../LICENSE-GPL
|
Loading…
Add table
Add a link
Reference in a new issue