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:
Marshall Bowers
2025-01-29 23:03:20 +00:00
committed by GitHub
parent ff72c6358e
commit 19383036d5
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name = "anthropic"
version = "0.1.0"
edition.workspace = true
publish.workspace = true
license = "AGPL-3.0-or-later"
license = "GPL-3.0-or-later"
[features]
default = []
-1
View File
@@ -1 +0,0 @@
../../LICENSE-AGPL
+1
View File
@@ -0,0 +1 @@
../../LICENSE-GPL